HSL(122, 81%, 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(122,81%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 81%, 46%) | color: hsl(122, 81%, 46%) | |
| HEX | #16D41D | color: #16D41D | |
| RGB | rgb(22, 212, 29) | color: rgb(22, 212, 29) | |
| CMYK | cmyk(90%, 0%, 86%, 17%) | — | |
| HSV | hsv(122, 90%, 83%) | — | |
| HWB | hwb(122 8% 17%) | color: hwb(122 8% 17%) | |
| OKLCH | oklch(0.7556 0.2493 142.82) | color: oklch(0.7556 0.2493 142.82) | |
| Lab | lab(74.41 -73.25 68.66) | color: lab(74.41 -73.25 68.66) | |
| LCH | lch(74.41 100.4 136.85) | color: lch(74.41 100.4 136.85) |
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)
#686A49 — rgb(104, 106, 73)
Deuteranopia (Green-blind)
#5D4F54 — rgb(93, 79, 84)
Tritanopia (Blue-blind)
#206C74 — rgb(32, 108, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 81%, 46%);
text
color: hsl(122, 81%, 46%);
border
border: 2px solid hsl(122, 81%, 46%);
gradient light
background: linear-gradient(to right, hsl(122, 81%, 66%), hsl(122, 81%, 46%));
gradient dark
background: linear-gradient(to right, hsl(122, 81%, 46%), hsl(122, 81%, 26%))
hex
background-color: #16D41D;
tailwind
bg-[hsl(122,81%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 81%, 46%, 0.4);
css variable
--color-primary: hsl(122, 81%, 46%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(122, 81%, 46%)?
HEX: #16D41D | RGB: rgb(22, 212, 29) | CMYK: 90%, 0%, 86%, 17% | HSV: 122°, 90%, 83%. Copy any format from the conversion table above.
What colors go well with #16D41D?
The complementary color is HSL(302, 81%, 46%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 81%, 46%) in CSS?
As HSL: color: hsl(122, 81%, 46%); — As HEX: color: #16D41D; — As RGB: color: rgb(22, 212, 29); — Tailwind CSS: bg-[hsl(122,81%,46%)] — CSS variable: --color-primary: hsl(122, 81%, 46%);