HSL(66, 90%, 47%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,90%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 90%, 47%) | color: hsl(66, 90%, 47%) | |
| HEX | #CEE40C | color: #CEE40C | |
| RGB | rgb(206, 228, 12) | color: rgb(206, 228, 12) | |
| CMYK | cmyk(10%, 0%, 95%, 11%) | — | |
| HSV | hsv(66, 95%, 89%) | — | |
| HWB | hwb(66 4% 11%) | color: hwb(66 4% 11%) | |
| OKLCH | oklch(0.8723 0.1989 116.62) | color: oklch(0.8723 0.1989 116.62) | |
| Lab | lab(86.32 -28.82 83.87) | color: lab(86.32 -28.82 83.87) | |
| LCH | lch(86.32 88.68 108.96) | color: lch(86.32 88.68 108.96) |
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)
#D8D840 — rgb(216, 216, 64)
Deuteranopia (Green-blind)
#D6D54D — rgb(214, 213, 77)
Tritanopia (Blue-blind)
#CF6A73 — rgb(207, 106, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 90%, 47%);
text
color: hsl(66, 90%, 47%);
border
border: 2px solid hsl(66, 90%, 47%);
gradient light
background: linear-gradient(to right, hsl(66, 90%, 67%), hsl(66, 90%, 47%));
gradient dark
background: linear-gradient(to right, hsl(66, 90%, 47%), hsl(66, 90%, 27%))
hex
background-color: #CEE40C;
tailwind
bg-[hsl(66,90%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 90%, 47%, 0.4);
css variable
--color-primary: hsl(66, 90%, 47%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(66, 90%, 47%)?
HEX: #CEE40C | RGB: rgb(206, 228, 12) | CMYK: 10%, 0%, 95%, 11% | HSV: 66°, 95%, 89%. Copy any format from the conversion table above.
What colors go well with #CEE40C?
The complementary color is HSL(246, 90%, 47%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 90%, 47%) in CSS?
As HSL: color: hsl(66, 90%, 47%); — As HEX: color: #CEE40C; — As RGB: color: rgb(206, 228, 12); — Tailwind CSS: bg-[hsl(66,90%,47%)] — CSS variable: --color-primary: hsl(66, 90%, 47%);