Green 50

#f0fdf4

green-50

The lightest green, a soft mint tone.

Color Values

Hex#f0fdf4
RGBrgb(240, 253, 244)
HSLhsl(138, 76%, 97%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="green-50">
  Background
</div>
<p class="green-50">
  Text
</p>
<div class="green-50 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-green-50: #f0fdf4;

/* Direct Usage */
.element {
  color: #f0fdf4;
  background-color: rgb(240, 253, 244);
}

Best Use Cases

Success backgrounds
Positive cards
Fresh themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors