HSL(94, 95%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,95%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 95%, 35%) | color: hsl(94, 95%, 35%) | |
| HEX | #4EAE04 | color: #4EAE04 | |
| RGB | rgb(78, 174, 4) | color: rgb(78, 174, 4) | |
| CMYK | cmyk(55%, 0%, 98%, 32%) | — | |
| HSV | hsv(94, 98%, 68%) | — | |
| HWB | hwb(94 1% 32%) | color: hwb(94 1% 32%) | |
| OKLCH | oklch(0.6659 0.2011 137.11) | color: oklch(0.6659 0.2011 137.11) | |
| Lab | lab(63.26 -52.92 63.59) | color: lab(63.26 -52.92 63.59) | |
| LCH | lch(63.26 82.73 129.77) | color: lch(63.26 82.73 129.77) |
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)
#78782D — rgb(120, 120, 45)
Deuteranopia (Green-blind)
#726B37 — rgb(114, 107, 55)
Tritanopia (Blue-blind)
#534E55 — rgb(83, 78, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 95%, 35%);
text
color: hsl(94, 95%, 35%);
border
border: 2px solid hsl(94, 95%, 35%);
gradient light
background: linear-gradient(to right, hsl(94, 95%, 55%), hsl(94, 95%, 35%));
gradient dark
background: linear-gradient(to right, hsl(94, 95%, 35%), hsl(94, 95%, 15%))
hex
background-color: #4EAE04;
tailwind
bg-[hsl(94,95%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 95%, 35%, 0.4);
css variable
--color-primary: hsl(94, 95%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 95%, 35%)?
HEX: #4EAE04 | RGB: rgb(78, 174, 4) | CMYK: 55%, 0%, 98%, 32% | HSV: 94°, 98%, 68%. Copy any format from the conversion table above.
What colors go well with #4EAE04?
The complementary color is HSL(274, 95%, 35%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 95%, 35%) in CSS?
As HSL: color: hsl(94, 95%, 35%); — As HEX: color: #4EAE04; — As RGB: color: rgb(78, 174, 4); — Tailwind CSS: bg-[hsl(94,95%,35%)] — CSS variable: --color-primary: hsl(94, 95%, 35%);