HSL(122, 71%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,71%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 71%, 41%) | color: hsl(122, 71%, 41%) | |
| HEX | #1EB323 | color: #1EB323 | |
| RGB | rgb(30, 179, 35) | color: rgb(30, 179, 35) | |
| CMYK | cmyk(83%, 0%, 80%, 30%) | — | |
| HSV | hsv(122, 83%, 70%) | — | |
| HWB | hwb(122 12% 30%) | color: hwb(122 12% 30%) | |
| OKLCH | oklch(0.668 0.2131 143) | color: oklch(0.668 0.2131 143) | |
| Lab | lab(63.86 -62.76 57.6) | color: lab(63.86 -62.76 57.6) | |
| LCH | lch(63.86 85.19 137.45) | color: lch(63.86 85.19 137.45) |
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)
#5F6046 — rgb(95, 96, 70)
Deuteranopia (Green-blind)
#564B4E — rgb(86, 75, 78)
Tritanopia (Blue-blind)
#256167 — rgb(37, 97, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 71%, 41%);
text
color: hsl(122, 71%, 41%);
border
border: 2px solid hsl(122, 71%, 41%);
gradient light
background: linear-gradient(to right, hsl(122, 71%, 61%), hsl(122, 71%, 41%));
gradient dark
background: linear-gradient(to right, hsl(122, 71%, 41%), hsl(122, 71%, 21%))
hex
background-color: #1EB323;
tailwind
bg-[hsl(122,71%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 71%, 41%, 0.4);
css variable
--color-primary: hsl(122, 71%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 71%, 41%)?
HEX: #1EB323 | RGB: rgb(30, 179, 35) | CMYK: 83%, 0%, 80%, 30% | HSV: 122°, 83%, 70%. Copy any format from the conversion table above.
What colors go well with #1EB323?
The complementary color is HSL(302, 71%, 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, 71%, 41%) in CSS?
As HSL: color: hsl(122, 71%, 41%); — As HEX: color: #1EB323; — As RGB: color: rgb(30, 179, 35); — Tailwind CSS: bg-[hsl(122,71%,41%)] — CSS variable: --color-primary: hsl(122, 71%, 41%);