HSL(91, 66%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,66%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 66%, 45%) | color: hsl(91, 66%, 45%) | |
| HEX | #70BE27 | color: #70BE27 | |
| RGB | rgb(112, 190, 39) | color: rgb(112, 190, 39) | |
| CMYK | cmyk(41%, 0%, 79%, 25%) | — | |
| HSV | hsv(91, 79%, 75%) | — | |
| HWB | hwb(91 16% 25%) | color: hwb(91 16% 25%) | |
| OKLCH | oklch(0.7235 0.1923 133.84) | color: oklch(0.7235 0.1923 133.84) | |
| Lab | lab(69.77 -47.36 62.8) | color: lab(69.77 -47.36 62.8) | |
| LCH | lch(69.77 78.66 127.02) | color: lch(69.77 78.66 127.02) |
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)
#92924C — rgb(146, 146, 76)
Deuteranopia (Green-blind)
#8D8754 — rgb(141, 135, 84)
Tritanopia (Blue-blind)
#74686F — rgb(116, 104, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 66%, 45%);
text
color: hsl(91, 66%, 45%);
border
border: 2px solid hsl(91, 66%, 45%);
gradient light
background: linear-gradient(to right, hsl(91, 66%, 65%), hsl(91, 66%, 45%));
gradient dark
background: linear-gradient(to right, hsl(91, 66%, 45%), hsl(91, 66%, 25%))
hex
background-color: #70BE27;
tailwind
bg-[hsl(91,66%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 66%, 45%, 0.4);
css variable
--color-primary: hsl(91, 66%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 66%, 45%)?
HEX: #70BE27 | RGB: rgb(112, 190, 39) | CMYK: 41%, 0%, 79%, 25% | HSV: 91°, 79%, 75%. Copy any format from the conversion table above.
What colors go well with #70BE27?
The complementary color is HSL(271, 66%, 45%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 66%, 45%) in CSS?
As HSL: color: hsl(91, 66%, 45%); — As HEX: color: #70BE27; — As RGB: color: rgb(112, 190, 39); — Tailwind CSS: bg-[hsl(91,66%,45%)] — CSS variable: --color-primary: hsl(91, 66%, 45%);