Green 500
#22c55e
green-500
The base green, vibrant and successful.
Color Values
| Hex | #22c55e | |
| RGB | rgb(34, 197, 94) | |
| HSL | hsl(142, 71%, 45%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="green-500">
Background
</div>
<p class="green-500">
Text
</p>
<div class="green-500 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-green-500: #22c55e;
/* Direct Usage */
.element {
color: #22c55e;
background-color: rgb(34, 197, 94);
}Best Use Cases
Success states
Positive actions
Confirm buttons
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors