HSL(116, 66%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,66%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 66%, 34%) | color: hsl(116, 66%, 34%) | |
| HEX | #25901D | color: #25901D | |
| RGB | rgb(37, 144, 29) | color: rgb(37, 144, 29) | |
| CMYK | cmyk(74%, 0%, 80%, 44%) | — | |
| HSV | hsv(116, 80%, 56%) | — | |
| HWB | hwb(116 11% 44%) | color: hwb(116 11% 44%) | |
| OKLCH | oklch(0.5722 0.1764 142.09) | color: oklch(0.5722 0.1764 142.09) | |
| Lab | lab(52.32 -51.12 48.5) | color: lab(52.32 -51.12 48.5) | |
| LCH | lch(52.32 70.47 136.51) | color: lch(52.32 70.47 136.51) |
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)
#535439 — rgb(83, 84, 57)
Deuteranopia (Green-blind)
#4D4540 — rgb(77, 69, 64)
Tritanopia (Blue-blind)
#2A4F54 — rgb(42, 79, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 66%, 34%);
text
color: hsl(116, 66%, 34%);
border
border: 2px solid hsl(116, 66%, 34%);
gradient light
background: linear-gradient(to right, hsl(116, 66%, 54%), hsl(116, 66%, 34%));
gradient dark
background: linear-gradient(to right, hsl(116, 66%, 34%), hsl(116, 66%, 14%))
hex
background-color: #25901D;
tailwind
bg-[hsl(116,66%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 66%, 34%, 0.4);
css variable
--color-primary: hsl(116, 66%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 66%, 34%)?
HEX: #25901D | RGB: rgb(37, 144, 29) | CMYK: 74%, 0%, 80%, 44% | HSV: 116°, 80%, 56%. Copy any format from the conversion table above.
What colors go well with #25901D?
The complementary color is HSL(296, 66%, 34%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 66%, 34%) in CSS?
As HSL: color: hsl(116, 66%, 34%); — As HEX: color: #25901D; — As RGB: color: rgb(37, 144, 29); — Tailwind CSS: bg-[hsl(116,66%,34%)] — CSS variable: --color-primary: hsl(116, 66%, 34%);