HSL(92, 95%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,95%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 95%, 40%) | color: hsl(92, 95%, 40%) | |
| HEX | #60C705 | color: #60C705 | |
| RGB | rgb(96, 199, 5) | color: rgb(96, 199, 5) | |
| CMYK | cmyk(52%, 0%, 97%, 22%) | — | |
| HSV | hsv(92, 97%, 78%) | — | |
| HWB | hwb(92 2% 22%) | color: hwb(92 2% 22%) | |
| OKLCH | oklch(0.738 0.2197 136.32) | color: oklch(0.738 0.2197 136.32) | |
| Lab | lab(71.79 -56.87 70.56) | color: lab(71.79 -56.87 70.56) | |
| LCH | lch(71.79 90.63 128.87) | color: lch(71.79 90.63 128.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)
#8D8E34 — rgb(141, 142, 52)
Deuteranopia (Green-blind)
#877F3F — rgb(135, 127, 63)
Tritanopia (Blue-blind)
#655961 — rgb(101, 89, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 95%, 40%);
text
color: hsl(92, 95%, 40%);
border
border: 2px solid hsl(92, 95%, 40%);
gradient light
background: linear-gradient(to right, hsl(92, 95%, 60%), hsl(92, 95%, 40%));
gradient dark
background: linear-gradient(to right, hsl(92, 95%, 40%), hsl(92, 95%, 20%))
hex
background-color: #60C705;
tailwind
bg-[hsl(92,95%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 95%, 40%, 0.4);
css variable
--color-primary: hsl(92, 95%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 95%, 40%)?
HEX: #60C705 | RGB: rgb(96, 199, 5) | CMYK: 52%, 0%, 97%, 22% | HSV: 92°, 97%, 78%. Copy any format from the conversion table above.
What colors go well with #60C705?
The complementary color is HSL(272, 95%, 40%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 95%, 40%) in CSS?
As HSL: color: hsl(92, 95%, 40%); — As HEX: color: #60C705; — As RGB: color: rgb(96, 199, 5); — Tailwind CSS: bg-[hsl(92,95%,40%)] — CSS variable: --color-primary: hsl(92, 95%, 40%);