HSL(116, 80%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,80%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 80%, 68%) | color: hsl(116, 80%, 68%) | |
| HEX | #75EF6C | color: #75EF6C | |
| RGB | rgb(117, 239, 108) | color: rgb(117, 239, 108) | |
| CMYK | cmyk(51%, 0%, 55%, 6%) | — | |
| HSV | hsv(116, 55%, 94%) | — | |
| HWB | hwb(116 42% 6%) | color: hwb(116 42% 6%) | |
| OKLCH | oklch(0.8533 0.2036 142.31) | color: oklch(0.8533 0.2036 142.31) | |
| Lab | lab(85.3 -59.13 52.38) | color: lab(85.3 -59.13 52.38) | |
| LCH | lch(85.3 78.99 138.46) | color: lch(85.3 78.99 138.46) |
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)
#AAAB8C — rgb(170, 171, 140)
Deuteranopia (Green-blind)
#A39A93 — rgb(163, 154, 147)
Tritanopia (Blue-blind)
#7BA5AA — rgb(123, 165, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 80%, 68%);
text
color: hsl(116, 80%, 68%);
border
border: 2px solid hsl(116, 80%, 68%);
gradient light
background: linear-gradient(to right, hsl(116, 80%, 88%), hsl(116, 80%, 68%));
gradient dark
background: linear-gradient(to right, hsl(116, 80%, 68%), hsl(116, 80%, 48%))
hex
background-color: #75EF6C;
tailwind
bg-[hsl(116,80%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 80%, 68%, 0.4);
css variable
--color-primary: hsl(116, 80%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 80%, 68%)?
HEX: #75EF6C | RGB: rgb(117, 239, 108) | CMYK: 51%, 0%, 55%, 6% | HSV: 116°, 55%, 94%. Copy any format from the conversion table above.
What colors go well with #75EF6C?
The complementary color is HSL(296, 80%, 68%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 80%, 68%) in CSS?
As HSL: color: hsl(116, 80%, 68%); — As HEX: color: #75EF6C; — As RGB: color: rgb(117, 239, 108); — Tailwind CSS: bg-[hsl(116,80%,68%)] — CSS variable: --color-primary: hsl(116, 80%, 68%);