HSL(126, 95%, 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(126,95%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 95%, 44%) | color: hsl(126, 95%, 44%) | |
| HEX | #06DB1B | color: #06DB1B | |
| RGB | rgb(6, 219, 27) | color: rgb(6, 219, 27) | |
| CMYK | cmyk(97%, 0%, 88%, 14%) | — | |
| HSV | hsv(126, 97%, 86%) | — | |
| HWB | hwb(126 3% 14%) | color: hwb(126 3% 14%) | |
| OKLCH | oklch(0.7732 0.2578 142.99) | color: oklch(0.7732 0.2578 142.99) | |
| Lab | lab(76.54 -75.98 70.89) | color: lab(76.54 -75.98 70.89) | |
| LCH | lch(76.54 103.92 136.98) | color: lch(76.54 103.92 136.98) |
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)
#626449 — rgb(98, 100, 73)
Deuteranopia (Green-blind)
#564655 — rgb(86, 70, 85)
Tritanopia (Blue-blind)
#116E76 — rgb(17, 110, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 95%, 44%);
text
color: hsl(126, 95%, 44%);
border
border: 2px solid hsl(126, 95%, 44%);
gradient light
background: linear-gradient(to right, hsl(126, 95%, 64%), hsl(126, 95%, 44%));
gradient dark
background: linear-gradient(to right, hsl(126, 95%, 44%), hsl(126, 95%, 24%))
hex
background-color: #06DB1B;
tailwind
bg-[hsl(126,95%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 95%, 44%, 0.4);
css variable
--color-primary: hsl(126, 95%, 44%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(126, 95%, 44%)?
HEX: #06DB1B | RGB: rgb(6, 219, 27) | CMYK: 97%, 0%, 88%, 14% | HSV: 126°, 97%, 86%. Copy any format from the conversion table above.
What colors go well with #06DB1B?
The complementary color is HSL(306, 95%, 44%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 95%, 44%) in CSS?
As HSL: color: hsl(126, 95%, 44%); — As HEX: color: #06DB1B; — As RGB: color: rgb(6, 219, 27); — Tailwind CSS: bg-[hsl(126,95%,44%)] — CSS variable: --color-primary: hsl(126, 95%, 44%);