HSL(112, 96%, 44%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,96%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 96%, 44%) | color: hsl(112, 96%, 44%) | |
| HEX | #21DC04 | color: #21DC04 | |
| RGB | rgb(33, 220, 4) | color: rgb(33, 220, 4) | |
| CMYK | cmyk(85%, 0%, 98%, 14%) | — | |
| HSV | hsv(112, 98%, 86%) | — | |
| HWB | hwb(112 2% 14%) | color: hwb(112 2% 14%) | |
| OKLCH | oklch(0.7773 0.2602 141.93) | color: oklch(0.7773 0.2602 141.93) | |
| Lab | lab(76.99 -75.25 74.27) | color: lab(76.99 -75.25 74.27) | |
| LCH | lch(76.99 105.73 135.38) | color: lch(76.99 105.73 135.38) |
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)
#727438 — rgb(114, 116, 56)
Deuteranopia (Green-blind)
#675945 — rgb(103, 89, 69)
Tritanopia (Blue-blind)
#2A626B — rgb(42, 98, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 96%, 44%);
text
color: hsl(112, 96%, 44%);
border
border: 2px solid hsl(112, 96%, 44%);
gradient light
background: linear-gradient(to right, hsl(112, 96%, 64%), hsl(112, 96%, 44%));
gradient dark
background: linear-gradient(to right, hsl(112, 96%, 44%), hsl(112, 96%, 24%))
hex
background-color: #21DC04;
tailwind
bg-[hsl(112,96%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 96%, 44%, 0.4);
css variable
--color-primary: hsl(112, 96%, 44%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(112, 96%, 44%)?
HEX: #21DC04 | RGB: rgb(33, 220, 4) | CMYK: 85%, 0%, 98%, 14% | HSV: 112°, 98%, 86%. Copy any format from the conversion table above.
What colors go well with #21DC04?
The complementary color is HSL(292, 96%, 44%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 96%, 44%) in CSS?
As HSL: color: hsl(112, 96%, 44%); — As HEX: color: #21DC04; — As RGB: color: rgb(33, 220, 4); — Tailwind CSS: bg-[hsl(112,96%,44%)] — CSS variable: --color-primary: hsl(112, 96%, 44%);