HSL(137, 78%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,78%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 78%, 52%) | color: hsl(137, 78%, 52%) | |
| HEX | #25E45B | color: #25E45B | |
| RGB | rgb(37, 228, 91) | color: rgb(37, 228, 91) | |
| CMYK | cmyk(84%, 0%, 60%, 11%) | — | |
| HSV | hsv(137, 84%, 89%) | — | |
| HWB | hwb(137 14% 11%) | color: hwb(137 14% 11%) | |
| OKLCH | oklch(0.8036 0.23 146.96) | color: oklch(0.8036 0.23 146.96) | |
| Lab | lab(79.97 -71.76 53.27) | color: lab(79.97 -71.76 53.27) | |
| LCH | lch(79.97 89.37 143.41) | color: lch(79.97 89.37 143.41) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#78797C — rgb(120, 121, 124)
Deuteranopia (Green-blind)
#6D5E84 — rgb(109, 94, 132)
Tritanopia (Blue-blind)
#2F969C — rgb(47, 150, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 78%, 52%);
text
color: hsl(137, 78%, 52%);
border
border: 2px solid hsl(137, 78%, 52%);
gradient light
background: linear-gradient(to right, hsl(137, 78%, 72%), hsl(137, 78%, 52%));
gradient dark
background: linear-gradient(to right, hsl(137, 78%, 52%), hsl(137, 78%, 32%))
hex
background-color: #25E45B;
tailwind
bg-[hsl(137,78%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 78%, 52%, 0.4);
css variable
--color-primary: hsl(137, 78%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 78%, 52%)?
HEX: #25E45B | RGB: rgb(37, 228, 91) | CMYK: 84%, 0%, 60%, 11% | HSV: 137°, 84%, 89%. Copy any format from the conversion table above.
What colors go well with #25E45B?
The complementary color is HSL(317, 78%, 52%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 78%, 52%) in CSS?
As HSL: color: hsl(137, 78%, 52%); — As HEX: color: #25E45B; — As RGB: color: rgb(37, 228, 91); — Tailwind CSS: bg-[hsl(137,78%,52%)] — CSS variable: --color-primary: hsl(137, 78%, 52%);