HSL(94, 71%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,71%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 71%, 36%) | color: hsl(94, 71%, 36%) | |
| HEX | #539D1B | color: #539D1B | |
| RGB | rgb(83, 157, 27) | color: rgb(83, 157, 27) | |
| CMYK | cmyk(47%, 0%, 83%, 38%) | — | |
| HSV | hsv(94, 83%, 62%) | — | |
| HWB | hwb(94 11% 38%) | color: hwb(94 11% 38%) | |
| OKLCH | oklch(0.6238 0.173 135.58) | color: oklch(0.6238 0.173 135.58) | |
| Lab | lab(58.07 -44.2 55.01) | color: lab(58.07 -44.2 55.01) | |
| LCH | lch(58.07 70.57 128.78) | color: lch(58.07 70.57 128.78) |
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)
#73743A — rgb(115, 116, 58)
Deuteranopia (Green-blind)
#6F6942 — rgb(111, 105, 66)
Tritanopia (Blue-blind)
#575359 — rgb(87, 83, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 71%, 36%);
text
color: hsl(94, 71%, 36%);
border
border: 2px solid hsl(94, 71%, 36%);
gradient light
background: linear-gradient(to right, hsl(94, 71%, 56%), hsl(94, 71%, 36%));
gradient dark
background: linear-gradient(to right, hsl(94, 71%, 36%), hsl(94, 71%, 16%))
hex
background-color: #539D1B;
tailwind
bg-[hsl(94,71%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 71%, 36%, 0.4);
css variable
--color-primary: hsl(94, 71%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 71%, 36%)?
HEX: #539D1B | RGB: rgb(83, 157, 27) | CMYK: 47%, 0%, 83%, 38% | HSV: 94°, 83%, 62%. Copy any format from the conversion table above.
What colors go well with #539D1B?
The complementary color is HSL(274, 71%, 36%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 71%, 36%) in CSS?
As HSL: color: hsl(94, 71%, 36%); — As HEX: color: #539D1B; — As RGB: color: rgb(83, 157, 27); — Tailwind CSS: bg-[hsl(94,71%,36%)] — CSS variable: --color-primary: hsl(94, 71%, 36%);