HSL(114, 90%, 46%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,90%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 90%, 46%) | color: hsl(114, 90%, 46%) | |
| HEX | #21DF0C | color: #21DF0C | |
| RGB | rgb(33, 223, 12) | color: rgb(33, 223, 12) | |
| CMYK | cmyk(85%, 0%, 95%, 13%) | — | |
| HSV | hsv(114, 95%, 87%) | — | |
| HWB | hwb(114 4% 13%) | color: hwb(114 4% 13%) | |
| OKLCH | oklch(0.7853 0.2619 142.07) | color: oklch(0.7853 0.2619 142.07) | |
| Lab | lab(77.95 -75.94 74.3) | color: lab(77.95 -75.94 74.3) | |
| LCH | lch(77.95 106.24 135.63) | color: lch(77.95 106.24 135.63) |
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)
#73753F — rgb(115, 117, 63)
Deuteranopia (Green-blind)
#685A4B — rgb(104, 90, 75)
Tritanopia (Blue-blind)
#2B6770 — rgb(43, 103, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 90%, 46%);
text
color: hsl(114, 90%, 46%);
border
border: 2px solid hsl(114, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(114, 90%, 66%), hsl(114, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(114, 90%, 46%), hsl(114, 90%, 26%))
hex
background-color: #21DF0C;
tailwind
bg-[hsl(114,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 90%, 46%, 0.4);
css variable
--color-primary: hsl(114, 90%, 46%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(114, 90%, 46%)?
HEX: #21DF0C | RGB: rgb(33, 223, 12) | CMYK: 85%, 0%, 95%, 13% | HSV: 114°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #21DF0C?
The complementary color is HSL(294, 90%, 46%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 90%, 46%) in CSS?
As HSL: color: hsl(114, 90%, 46%); — As HEX: color: #21DF0C; — As RGB: color: rgb(33, 223, 12); — Tailwind CSS: bg-[hsl(114,90%,46%)] — CSS variable: --color-primary: hsl(114, 90%, 46%);