HSL(66, 85%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,85%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 85%, 65%) | color: hsl(66, 85%, 65%) | |
| HEX | #E2F25A | color: #E2F25A | |
| RGB | rgb(226, 242, 90) | color: rgb(226, 242, 90) | |
| CMYK | cmyk(7%, 0%, 63%, 5%) | — | |
| HSV | hsv(66, 63%, 95%) | — | |
| HWB | hwb(66 35% 5%) | color: hwb(66 35% 5%) | |
| OKLCH | oklch(0.9215 0.173 114.96) | color: oklch(0.9215 0.173 114.96) | |
| Lab | lab(91.87 -24.52 69.03) | color: lab(91.87 -24.52 69.03) | |
| LCH | lch(91.87 73.26 109.56) | color: lch(91.87 73.26 109.56) |
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)
#E9E97F — rgb(233, 233, 127)
Deuteranopia (Green-blind)
#E8E788 — rgb(232, 231, 136)
Tritanopia (Blue-blind)
#E39CA2 — rgb(227, 156, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 85%, 65%);
text
color: hsl(66, 85%, 65%);
border
border: 2px solid hsl(66, 85%, 65%);
gradient light
background: linear-gradient(to right, hsl(66, 85%, 85%), hsl(66, 85%, 65%));
gradient dark
background: linear-gradient(to right, hsl(66, 85%, 65%), hsl(66, 85%, 45%))
hex
background-color: #E2F25A;
tailwind
bg-[hsl(66,85%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 85%, 65%, 0.4);
css variable
--color-primary: hsl(66, 85%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 85%, 65%)?
HEX: #E2F25A | RGB: rgb(226, 242, 90) | CMYK: 7%, 0%, 63%, 5% | HSV: 66°, 63%, 95%. Copy any format from the conversion table above.
What colors go well with #E2F25A?
The complementary color is HSL(246, 85%, 65%). 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, 85%, 65%) in CSS?
As HSL: color: hsl(66, 85%, 65%); — As HEX: color: #E2F25A; — As RGB: color: rgb(226, 242, 90); — Tailwind CSS: bg-[hsl(66,85%,65%)] — CSS variable: --color-primary: hsl(66, 85%, 65%);