HSL(111, 59%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,59%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 59%, 41%) | color: hsl(111, 59%, 41%) | |
| HEX | #3DA62B | color: #3DA62B | |
| RGB | rgb(61, 166, 43) | color: rgb(61, 166, 43) | |
| CMYK | cmyk(63%, 0%, 74%, 35%) | — | |
| HSV | hsv(111, 74%, 65%) | — | |
| HWB | hwb(111 17% 35%) | color: hwb(111 17% 35%) | |
| OKLCH | oklch(0.6402 0.1855 141.02) | color: oklch(0.6402 0.1855 141.02) | |
| Lab | lab(60.28 -52.75 51.66) | color: lab(60.28 -52.75 51.66) | |
| LCH | lch(60.28 73.83 135.6) | color: lch(60.28 73.83 135.6) |
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)
#6A6B49 — rgb(106, 107, 73)
Deuteranopia (Green-blind)
#645D50 — rgb(100, 93, 80)
Tritanopia (Blue-blind)
#426065 — rgb(66, 96, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 59%, 41%);
text
color: hsl(111, 59%, 41%);
border
border: 2px solid hsl(111, 59%, 41%);
gradient light
background: linear-gradient(to right, hsl(111, 59%, 61%), hsl(111, 59%, 41%));
gradient dark
background: linear-gradient(to right, hsl(111, 59%, 41%), hsl(111, 59%, 21%))
hex
background-color: #3DA62B;
tailwind
bg-[hsl(111,59%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 59%, 41%, 0.4);
css variable
--color-primary: hsl(111, 59%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 59%, 41%)?
HEX: #3DA62B | RGB: rgb(61, 166, 43) | CMYK: 63%, 0%, 74%, 35% | HSV: 111°, 74%, 65%. Copy any format from the conversion table above.
What colors go well with #3DA62B?
The complementary color is HSL(291, 59%, 41%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 59%, 41%) in CSS?
As HSL: color: hsl(111, 59%, 41%); — As HEX: color: #3DA62B; — As RGB: color: rgb(61, 166, 43); — Tailwind CSS: bg-[hsl(111,59%,41%)] — CSS variable: --color-primary: hsl(111, 59%, 41%);