HSL(126, 82%, 47%)
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,82%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 82%, 47%) | color: hsl(126, 82%, 47%) | |
| HEX | #16DA29 | color: #16DA29 | |
| RGB | rgb(22, 218, 41) | color: rgb(22, 218, 41) | |
| CMYK | cmyk(90%, 0%, 81%, 15%) | — | |
| HSV | hsv(126, 90%, 85%) | — | |
| HWB | hwb(126 9% 15%) | color: hwb(126 9% 15%) | |
| OKLCH | oklch(0.772 0.2509 143.32) | color: oklch(0.772 0.2509 143.32) | |
| Lab | lab(76.36 -74.35 67.58) | color: lab(76.36 -74.35 67.58) | |
| LCH | lch(76.36 100.47 137.73) | color: lch(76.36 100.47 137.73) |
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)
#6B6D54 — rgb(107, 109, 84)
Deuteranopia (Green-blind)
#60515E — rgb(96, 81, 94)
Tritanopia (Blue-blind)
#20767D — rgb(32, 118, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 82%, 47%);
text
color: hsl(126, 82%, 47%);
border
border: 2px solid hsl(126, 82%, 47%);
gradient light
background: linear-gradient(to right, hsl(126, 82%, 67%), hsl(126, 82%, 47%));
gradient dark
background: linear-gradient(to right, hsl(126, 82%, 47%), hsl(126, 82%, 27%))
hex
background-color: #16DA29;
tailwind
bg-[hsl(126,82%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 82%, 47%, 0.4);
css variable
--color-primary: hsl(126, 82%, 47%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(126, 82%, 47%)?
HEX: #16DA29 | RGB: rgb(22, 218, 41) | CMYK: 90%, 0%, 81%, 15% | HSV: 126°, 90%, 85%. Copy any format from the conversion table above.
What colors go well with #16DA29?
The complementary color is HSL(306, 82%, 47%). 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, 82%, 47%) in CSS?
As HSL: color: hsl(126, 82%, 47%); — As HEX: color: #16DA29; — As RGB: color: rgb(22, 218, 41); — Tailwind CSS: bg-[hsl(126,82%,47%)] — CSS variable: --color-primary: hsl(126, 82%, 47%);