HSL(122, 84%, 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(122,84%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 84%, 47%) | color: hsl(122, 84%, 47%) | |
| HEX | #13DD1A | color: #13DD1A | |
| RGB | rgb(19, 221, 26) | color: rgb(19, 221, 26) | |
| CMYK | cmyk(91%, 0%, 88%, 13%) | — | |
| HSV | hsv(122, 91%, 87%) | — | |
| HWB | hwb(122 8% 13%) | color: hwb(122 8% 13%) | |
| OKLCH | oklch(0.7791 0.259 142.75) | color: oklch(0.7791 0.259 142.75) | |
| Lab | lab(77.23 -76.01 71.69) | color: lab(77.23 -76.01 71.69) | |
| LCH | lch(77.23 104.48 136.68) | color: lch(77.23 104.48 136.68) |
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)
#6A6C49 — rgb(106, 108, 73)
Deuteranopia (Green-blind)
#5F5055 — rgb(95, 80, 85)
Tritanopia (Blue-blind)
#1D6E77 — rgb(29, 110, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 84%, 47%);
text
color: hsl(122, 84%, 47%);
border
border: 2px solid hsl(122, 84%, 47%);
gradient light
background: linear-gradient(to right, hsl(122, 84%, 67%), hsl(122, 84%, 47%));
gradient dark
background: linear-gradient(to right, hsl(122, 84%, 47%), hsl(122, 84%, 27%))
hex
background-color: #13DD1A;
tailwind
bg-[hsl(122,84%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 84%, 47%, 0.4);
css variable
--color-primary: hsl(122, 84%, 47%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(122, 84%, 47%)?
HEX: #13DD1A | RGB: rgb(19, 221, 26) | CMYK: 91%, 0%, 88%, 13% | HSV: 122°, 91%, 87%. Copy any format from the conversion table above.
What colors go well with #13DD1A?
The complementary color is HSL(302, 84%, 47%). 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, 84%, 47%) in CSS?
As HSL: color: hsl(122, 84%, 47%); — As HEX: color: #13DD1A; — As RGB: color: rgb(19, 221, 26); — Tailwind CSS: bg-[hsl(122,84%,47%)] — CSS variable: --color-primary: hsl(122, 84%, 47%);