Green 100

#dcfce7

green-100

Very light green for subtle success states.

Color Values

Hex#dcfce7
RGBrgb(220, 252, 231)
HSLhsl(141, 84%, 93%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-green-100: #dcfce7;

/* Direct Usage */
.element {
  color: #dcfce7;
  background-color: rgb(220, 252, 231);
}

Best Use Cases

Light success backgrounds
Confirmation cards
Fresh highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors