HSL(94, 59%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,59%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 59%, 47%) | color: hsl(94, 59%, 47%) | |
| HEX | #6EBF31 | color: #6EBF31 | |
| RGB | rgb(110, 191, 49) | color: rgb(110, 191, 49) | |
| CMYK | cmyk(42%, 0%, 74%, 25%) | — | |
| HSV | hsv(94, 74%, 75%) | — | |
| HWB | hwb(94 20% 25%) | color: hwb(94 20% 25%) | |
| OKLCH | oklch(0.7257 0.1894 134.95) | color: oklch(0.7257 0.1894 134.95) | |
| Lab | lab(70.03 -47.87 59.85) | color: lab(70.03 -47.87 59.85) | |
| LCH | lch(70.03 76.64 128.65) | color: lch(70.03 76.64 128.65) |
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)
#919253 — rgb(145, 146, 83)
Deuteranopia (Green-blind)
#8C865C — rgb(140, 134, 92)
Tritanopia (Blue-blind)
#726E74 — rgb(114, 110, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 59%, 47%);
text
color: hsl(94, 59%, 47%);
border
border: 2px solid hsl(94, 59%, 47%);
gradient light
background: linear-gradient(to right, hsl(94, 59%, 67%), hsl(94, 59%, 47%));
gradient dark
background: linear-gradient(to right, hsl(94, 59%, 47%), hsl(94, 59%, 27%))
hex
background-color: #6EBF31;
tailwind
bg-[hsl(94,59%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 59%, 47%, 0.4);
css variable
--color-primary: hsl(94, 59%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 59%, 47%)?
HEX: #6EBF31 | RGB: rgb(110, 191, 49) | CMYK: 42%, 0%, 74%, 25% | HSV: 94°, 74%, 75%. Copy any format from the conversion table above.
What colors go well with #6EBF31?
The complementary color is HSL(274, 59%, 47%). 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, 59%, 47%) in CSS?
As HSL: color: hsl(94, 59%, 47%); — As HEX: color: #6EBF31; — As RGB: color: rgb(110, 191, 49); — Tailwind CSS: bg-[hsl(94,59%,47%)] — CSS variable: --color-primary: hsl(94, 59%, 47%);