HSL(96, 73%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,73%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 73%, 42%) | color: hsl(96, 73%, 42%) | |
| HEX | #5BB91D | color: #5BB91D | |
| RGB | rgb(91, 185, 29) | color: rgb(91, 185, 29) | |
| CMYK | cmyk(51%, 0%, 84%, 27%) | — | |
| HSV | hsv(96, 84%, 73%) | — | |
| HWB | hwb(96 12% 27%) | color: hwb(96 12% 27%) | |
| OKLCH | oklch(0.7006 0.201 136.69) | color: oklch(0.7006 0.201 136.69) | |
| Lab | lab(67.28 -52.53 62.9) | color: lab(67.28 -52.53 62.9) | |
| LCH | lch(67.28 81.95 129.87) | color: lch(67.28 81.95 129.87) |
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)
#848543 — rgb(132, 133, 67)
Deuteranopia (Green-blind)
#7E774C — rgb(126, 119, 76)
Tritanopia (Blue-blind)
#606167 — rgb(96, 97, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 73%, 42%);
text
color: hsl(96, 73%, 42%);
border
border: 2px solid hsl(96, 73%, 42%);
gradient light
background: linear-gradient(to right, hsl(96, 73%, 62%), hsl(96, 73%, 42%));
gradient dark
background: linear-gradient(to right, hsl(96, 73%, 42%), hsl(96, 73%, 22%))
hex
background-color: #5BB91D;
tailwind
bg-[hsl(96,73%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 73%, 42%, 0.4);
css variable
--color-primary: hsl(96, 73%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 73%, 42%)?
HEX: #5BB91D | RGB: rgb(91, 185, 29) | CMYK: 51%, 0%, 84%, 27% | HSV: 96°, 84%, 73%. Copy any format from the conversion table above.
What colors go well with #5BB91D?
The complementary color is HSL(276, 73%, 42%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 73%, 42%) in CSS?
As HSL: color: hsl(96, 73%, 42%); — As HEX: color: #5BB91D; — As RGB: color: rgb(91, 185, 29); — Tailwind CSS: bg-[hsl(96,73%,42%)] — CSS variable: --color-primary: hsl(96, 73%, 42%);