Green 300

#86efac

green-300

Medium-light green, fresh and positive.

Color Values

Hex#86efac
RGBrgb(134, 239, 172)
HSLhsl(142, 77%, 73%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-green-300: #86efac;

/* Direct Usage */
.element {
  color: #86efac;
  background-color: rgb(134, 239, 172);
}

Best Use Cases

Success badges
Positive highlights
Nature themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors