HSL(114, 75%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,75%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 75%, 36%) | color: hsl(114, 75%, 36%) | |
| HEX | #25A117 | color: #25A117 | |
| RGB | rgb(37, 161, 23) | color: rgb(37, 161, 23) | |
| CMYK | cmyk(77%, 0%, 86%, 37%) | — | |
| HSV | hsv(114, 86%, 63%) | — | |
| HWB | hwb(114 9% 37%) | color: hwb(114 9% 37%) | |
| OKLCH | oklch(0.6192 0.1975 141.81) | color: oklch(0.6192 0.1975 141.81) | |
| Lab | lab(57.98 -56.98 55.47) | color: lab(57.98 -56.98 55.47) | |
| LCH | lch(57.98 79.52 135.77) | color: lch(57.98 79.52 135.77) |
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)
#5B5C38 — rgb(91, 92, 56)
Deuteranopia (Green-blind)
#544A40 — rgb(84, 74, 64)
Tritanopia (Blue-blind)
#2B5359 — rgb(43, 83, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 75%, 36%);
text
color: hsl(114, 75%, 36%);
border
border: 2px solid hsl(114, 75%, 36%);
gradient light
background: linear-gradient(to right, hsl(114, 75%, 56%), hsl(114, 75%, 36%));
gradient dark
background: linear-gradient(to right, hsl(114, 75%, 36%), hsl(114, 75%, 16%))
hex
background-color: #25A117;
tailwind
bg-[hsl(114,75%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 75%, 36%, 0.4);
css variable
--color-primary: hsl(114, 75%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 75%, 36%)?
HEX: #25A117 | RGB: rgb(37, 161, 23) | CMYK: 77%, 0%, 86%, 37% | HSV: 114°, 86%, 63%. Copy any format from the conversion table above.
What colors go well with #25A117?
The complementary color is HSL(294, 75%, 36%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 75%, 36%) in CSS?
As HSL: color: hsl(114, 75%, 36%); — As HEX: color: #25A117; — As RGB: color: rgb(37, 161, 23); — Tailwind CSS: bg-[hsl(114,75%,36%)] — CSS variable: --color-primary: hsl(114, 75%, 36%);