HSL(130, 92%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,92%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 92%, 71%) | color: hsl(130, 92%, 71%) | |
| HEX | #71F988 | color: #71F988 | |
| RGB | rgb(113, 249, 136) | color: rgb(113, 249, 136) | |
| CMYK | cmyk(55%, 0%, 45%, 2%) | — | |
| HSV | hsv(130, 55%, 98%) | — | |
| HWB | hwb(130 44% 2%) | color: hwb(130 44% 2%) | |
| OKLCH | oklch(0.8801 0.1941 147.14) | color: oklch(0.8801 0.1941 147.14) | |
| Lab | lab(88.46 -60.22 43.1) | color: lab(88.46 -60.22 43.1) | |
| LCH | lch(88.46 74.05 144.41) | color: lch(88.46 74.05 144.41) |
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)
#ACADA3 — rgb(172, 173, 163)
Deuteranopia (Green-blind)
#A49AAA — rgb(164, 154, 170)
Tritanopia (Blue-blind)
#78B9BE — rgb(120, 185, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 92%, 71%);
text
color: hsl(130, 92%, 71%);
border
border: 2px solid hsl(130, 92%, 71%);
gradient light
background: linear-gradient(to right, hsl(130, 92%, 91%), hsl(130, 92%, 71%));
gradient dark
background: linear-gradient(to right, hsl(130, 92%, 71%), hsl(130, 92%, 51%))
hex
background-color: #71F988;
tailwind
bg-[hsl(130,92%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 92%, 71%, 0.4);
css variable
--color-primary: hsl(130, 92%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 92%, 71%)?
HEX: #71F988 | RGB: rgb(113, 249, 136) | CMYK: 55%, 0%, 45%, 2% | HSV: 130°, 55%, 98%. Copy any format from the conversion table above.
What colors go well with #71F988?
The complementary color is HSL(310, 92%, 71%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 92%, 71%) in CSS?
As HSL: color: hsl(130, 92%, 71%); — As HEX: color: #71F988; — As RGB: color: rgb(113, 249, 136); — Tailwind CSS: bg-[hsl(130,92%,71%)] — CSS variable: --color-primary: hsl(130, 92%, 71%);