HSL(122, 72%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,72%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 72%, 41%) | color: hsl(122, 72%, 41%) | |
| HEX | #1DB422 | color: #1DB422 | |
| RGB | rgb(29, 180, 34) | color: rgb(29, 180, 34) | |
| CMYK | cmyk(84%, 0%, 81%, 29%) | — | |
| HSV | hsv(122, 84%, 71%) | — | |
| HWB | hwb(122 11% 29%) | color: hwb(122 11% 29%) | |
| OKLCH | oklch(0.6706 0.2147 142.98) | color: oklch(0.6706 0.2147 142.98) | |
| Lab | lab(64.17 -63.23 58.17) | color: lab(64.17 -63.23 58.17) | |
| LCH | lch(64.17 85.92 137.39) | color: lch(64.17 85.92 137.39) |
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)
#5E6045 — rgb(94, 96, 69)
Deuteranopia (Green-blind)
#564A4E — rgb(86, 74, 78)
Tritanopia (Blue-blind)
#256167 — rgb(37, 97, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 72%, 41%);
text
color: hsl(122, 72%, 41%);
border
border: 2px solid hsl(122, 72%, 41%);
gradient light
background: linear-gradient(to right, hsl(122, 72%, 61%), hsl(122, 72%, 41%));
gradient dark
background: linear-gradient(to right, hsl(122, 72%, 41%), hsl(122, 72%, 21%))
hex
background-color: #1DB422;
tailwind
bg-[hsl(122,72%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 72%, 41%, 0.4);
css variable
--color-primary: hsl(122, 72%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 72%, 41%)?
HEX: #1DB422 | RGB: rgb(29, 180, 34) | CMYK: 84%, 0%, 81%, 29% | HSV: 122°, 84%, 71%. Copy any format from the conversion table above.
What colors go well with #1DB422?
The complementary color is HSL(302, 72%, 41%). 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, 72%, 41%) in CSS?
As HSL: color: hsl(122, 72%, 41%); — As HEX: color: #1DB422; — As RGB: color: rgb(29, 180, 34); — Tailwind CSS: bg-[hsl(122,72%,41%)] — CSS variable: --color-primary: hsl(122, 72%, 41%);