HSL(115, 92%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,92%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 92%, 71%) | color: hsl(115, 92%, 71%) | |
| HEX | #7CF971 | color: #7CF971 | |
| RGB | rgb(124, 249, 113) | color: rgb(124, 249, 113) | |
| CMYK | cmyk(50%, 0%, 55%, 2%) | — | |
| HSV | hsv(115, 55%, 98%) | — | |
| HWB | hwb(115 44% 2%) | color: hwb(115 44% 2%) | |
| OKLCH | oklch(0.8809 0.209 142.09) | color: oklch(0.8809 0.209 142.09) | |
| Lab | lab(88.56 -60.49 54.04) | color: lab(88.56 -60.49 54.04) | |
| LCH | lch(88.56 81.11 138.22) | color: lch(88.56 81.11 138.22) |
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)
#B2B392 — rgb(178, 179, 146)
Deuteranopia (Green-blind)
#ABA29A — rgb(171, 162, 154)
Tritanopia (Blue-blind)
#82ACB2 — rgb(130, 172, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 92%, 71%);
text
color: hsl(115, 92%, 71%);
border
border: 2px solid hsl(115, 92%, 71%);
gradient light
background: linear-gradient(to right, hsl(115, 92%, 91%), hsl(115, 92%, 71%));
gradient dark
background: linear-gradient(to right, hsl(115, 92%, 71%), hsl(115, 92%, 51%))
hex
background-color: #7CF971;
tailwind
bg-[hsl(115,92%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 92%, 71%, 0.4);
css variable
--color-primary: hsl(115, 92%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 92%, 71%)?
HEX: #7CF971 | RGB: rgb(124, 249, 113) | CMYK: 50%, 0%, 55%, 2% | HSV: 115°, 55%, 98%. Copy any format from the conversion table above.
What colors go well with #7CF971?
The complementary color is HSL(295, 92%, 71%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 92%, 71%) in CSS?
As HSL: color: hsl(115, 92%, 71%); — As HEX: color: #7CF971; — As RGB: color: rgb(124, 249, 113); — Tailwind CSS: bg-[hsl(115,92%,71%)] — CSS variable: --color-primary: hsl(115, 92%, 71%);