HSL(117, 74%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,74%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 74%, 70%) | color: hsl(117, 74%, 70%) | |
| HEX | #80EB7A | color: #80EB7A | |
| RGB | rgb(128, 235, 122) | color: rgb(128, 235, 122) | |
| CMYK | cmyk(46%, 0%, 48%, 8%) | — | |
| HSV | hsv(117, 48%, 92%) | — | |
| HWB | hwb(117 48% 8%) | color: hwb(117 48% 8%) | |
| OKLCH | oklch(0.85 0.1808 142.75) | color: oklch(0.85 0.1808 142.75) | |
| Lab | lab(84.69 -52.82 45.21) | color: lab(84.69 -52.82 45.21) | |
| LCH | lch(84.69 69.53 139.44) | color: lch(84.69 69.53 139.44) |
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)
#AEAF95 — rgb(174, 175, 149)
Deuteranopia (Green-blind)
#A8A09C — rgb(168, 160, 156)
Tritanopia (Blue-blind)
#85ABB0 — rgb(133, 171, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 74%, 70%);
text
color: hsl(117, 74%, 70%);
border
border: 2px solid hsl(117, 74%, 70%);
gradient light
background: linear-gradient(to right, hsl(117, 74%, 90%), hsl(117, 74%, 70%));
gradient dark
background: linear-gradient(to right, hsl(117, 74%, 70%), hsl(117, 74%, 50%))
hex
background-color: #80EB7A;
tailwind
bg-[hsl(117,74%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 74%, 70%, 0.4);
css variable
--color-primary: hsl(117, 74%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 74%, 70%)?
HEX: #80EB7A | RGB: rgb(128, 235, 122) | CMYK: 46%, 0%, 48%, 8% | HSV: 117°, 48%, 92%. Copy any format from the conversion table above.
What colors go well with #80EB7A?
The complementary color is HSL(297, 74%, 70%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 74%, 70%) in CSS?
As HSL: color: hsl(117, 74%, 70%); — As HEX: color: #80EB7A; — As RGB: color: rgb(128, 235, 122); — Tailwind CSS: bg-[hsl(117,74%,70%)] — CSS variable: --color-primary: hsl(117, 74%, 70%);