HSL(110, 85%, 56%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,85%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 85%, 56%) | color: hsl(110, 85%, 56%) | |
| HEX | #4FEE2F | color: #4FEE2F | |
| RGB | rgb(79, 238, 47) | color: rgb(79, 238, 47) | |
| CMYK | cmyk(67%, 0%, 80%, 7%) | — | |
| HSV | hsv(110, 80%, 93%) | — | |
| HWB | hwb(110 19% 7%) | color: hwb(110 19% 7%) | |
| OKLCH | oklch(0.8335 0.256 140.92) | color: oklch(0.8335 0.256 140.92) | |
| Lab | lab(83.45 -72.65 72.87) | color: lab(83.45 -72.65 72.87) | |
| LCH | lch(83.45 102.9 134.91) | color: lch(83.45 102.9 134.91) |
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)
#94955D — rgb(148, 149, 93)
Deuteranopia (Green-blind)
#8B7F68 — rgb(139, 127, 104)
Tritanopia (Blue-blind)
#57828A — rgb(87, 130, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 85%, 56%);
text
color: hsl(110, 85%, 56%);
border
border: 2px solid hsl(110, 85%, 56%);
gradient light
background: linear-gradient(to right, hsl(110, 85%, 76%), hsl(110, 85%, 56%));
gradient dark
background: linear-gradient(to right, hsl(110, 85%, 56%), hsl(110, 85%, 36%))
hex
background-color: #4FEE2F;
tailwind
bg-[hsl(110,85%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 85%, 56%, 0.4);
css variable
--color-primary: hsl(110, 85%, 56%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(110, 85%, 56%)?
HEX: #4FEE2F | RGB: rgb(79, 238, 47) | CMYK: 67%, 0%, 80%, 7% | HSV: 110°, 80%, 93%. Copy any format from the conversion table above.
What colors go well with #4FEE2F?
The complementary color is HSL(290, 85%, 56%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 85%, 56%) in CSS?
As HSL: color: hsl(110, 85%, 56%); — As HEX: color: #4FEE2F; — As RGB: color: rgb(79, 238, 47); — Tailwind CSS: bg-[hsl(110,85%,56%)] — CSS variable: --color-primary: hsl(110, 85%, 56%);