Lime 300

#bef264

lime-300

Medium-light lime, bright and energetic.

Color Values

Hex#bef264
RGBrgb(190, 242, 100)
HSLhsl(82, 85%, 67%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-lime-300: #bef264;

/* Direct Usage */
.element {
  color: #bef264;
  background-color: rgb(190, 242, 100);
}

Best Use Cases

Success badges
Fresh highlights
Nature themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors