HSL(66, 92%, 56%)
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,92%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 92%, 56%) | color: hsl(66, 92%, 56%) | |
| HEX | #E1F628 | color: #E1F628 | |
| RGB | rgb(225, 246, 40) | color: rgb(225, 246, 40) | |
| CMYK | cmyk(9%, 0%, 84%, 4%) | — | |
| HSV | hsv(66, 84%, 96%) | — | |
| HWB | hwb(66 15% 4%) | color: hwb(66 15% 4%) | |
| OKLCH | oklch(0.9264 0.2039 115.98) | color: oklch(0.9264 0.2039 115.98) | |
| Lab | lab(92.61 -29 85.22) | color: lab(92.61 -29 85.22) | |
| LCH | lch(92.61 90.02 108.79) | color: lch(92.61 90.02 108.79) |
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)
#EAEA5A — rgb(234, 234, 90)
Deuteranopia (Green-blind)
#E9E766 — rgb(233, 231, 102)
Tritanopia (Blue-blind)
#E2818A — rgb(226, 129, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 92%, 56%);
text
color: hsl(66, 92%, 56%);
border
border: 2px solid hsl(66, 92%, 56%);
gradient light
background: linear-gradient(to right, hsl(66, 92%, 76%), hsl(66, 92%, 56%));
gradient dark
background: linear-gradient(to right, hsl(66, 92%, 56%), hsl(66, 92%, 36%))
hex
background-color: #E1F628;
tailwind
bg-[hsl(66,92%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 92%, 56%, 0.4);
css variable
--color-primary: hsl(66, 92%, 56%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(66, 92%, 56%)?
HEX: #E1F628 | RGB: rgb(225, 246, 40) | CMYK: 9%, 0%, 84%, 4% | HSV: 66°, 84%, 96%. Copy any format from the conversion table above.
What colors go well with #E1F628?
The complementary color is HSL(246, 92%, 56%). 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, 92%, 56%) in CSS?
As HSL: color: hsl(66, 92%, 56%); — As HEX: color: #E1F628; — As RGB: color: rgb(225, 246, 40); — Tailwind CSS: bg-[hsl(66,92%,56%)] — CSS variable: --color-primary: hsl(66, 92%, 56%);