HSL(70, 80%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,80%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 80%, 59%) | color: hsl(70, 80%, 59%) | |
| HEX | #CEEA43 | color: #CEEA43 | |
| RGB | rgb(206, 234, 67) | color: rgb(206, 234, 67) | |
| CMYK | cmyk(12%, 0%, 71%, 8%) | — | |
| HSV | hsv(70, 71%, 92%) | — | |
| HWB | hwb(70 27% 8%) | color: hwb(70 27% 8%) | |
| OKLCH | oklch(0.8876 0.1858 118.74) | color: oklch(0.8876 0.1858 118.74) | |
| Lab | lab(88.15 -30.02 73.3) | color: lab(88.15 -30.02 73.3) | |
| LCH | lch(88.15 79.21 112.27) | color: lch(88.15 79.21 112.27) |
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)
#DADA6B — rgb(218, 218, 107)
Deuteranopia (Green-blind)
#D9D675 — rgb(217, 214, 117)
Tritanopia (Blue-blind)
#CF8B92 — rgb(207, 139, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 80%, 59%);
text
color: hsl(70, 80%, 59%);
border
border: 2px solid hsl(70, 80%, 59%);
gradient light
background: linear-gradient(to right, hsl(70, 80%, 79%), hsl(70, 80%, 59%));
gradient dark
background: linear-gradient(to right, hsl(70, 80%, 59%), hsl(70, 80%, 39%))
hex
background-color: #CEEA43;
tailwind
bg-[hsl(70,80%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 80%, 59%, 0.4);
css variable
--color-primary: hsl(70, 80%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 80%, 59%)?
HEX: #CEEA43 | RGB: rgb(206, 234, 67) | CMYK: 12%, 0%, 71%, 8% | HSV: 70°, 71%, 92%. Copy any format from the conversion table above.
What colors go well with #CEEA43?
The complementary color is HSL(250, 80%, 59%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 80%, 59%) in CSS?
As HSL: color: hsl(70, 80%, 59%); — As HEX: color: #CEEA43; — As RGB: color: rgb(206, 234, 67); — Tailwind CSS: bg-[hsl(70,80%,59%)] — CSS variable: --color-primary: hsl(70, 80%, 59%);