Lime 100

#ecfccb

lime-100

Very light lime for subtle success states.

Color Values

Hex#ecfccb
RGBrgb(236, 252, 203)
HSLhsl(80, 89%, 89%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-lime-100: #ecfccb;

/* Direct Usage */
.element {
  color: #ecfccb;
  background-color: rgb(236, 252, 203);
}

Best Use Cases

Light success backgrounds
Fresh cards
Spring themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors