HSL(132, 43%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,43%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 43%, 41%) | color: hsl(132, 43%, 41%) | |
| HEX | #3C964E | color: #3C964E | |
| RGB | rgb(60, 150, 78) | color: rgb(60, 150, 78) | |
| CMYK | cmyk(60%, 0%, 48%, 41%) | — | |
| HSV | hsv(132, 60%, 59%) | — | |
| HWB | hwb(132 24% 41%) | color: hwb(132 24% 41%) | |
| OKLCH | oklch(0.601 0.137 147.65) | color: oklch(0.601 0.137 147.65) | |
| Lab | lab(55.4 -42.81 30.07) | color: lab(55.4 -42.81 30.07) | |
| LCH | lch(55.4 52.32 144.92) | color: lch(55.4 52.32 144.92) |
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)
#63645F — rgb(99, 100, 95)
Deuteranopia (Green-blind)
#5E5764 — rgb(94, 87, 100)
Tritanopia (Blue-blind)
#416D70 — rgb(65, 109, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 43%, 41%);
text
color: hsl(132, 43%, 41%);
border
border: 2px solid hsl(132, 43%, 41%);
gradient light
background: linear-gradient(to right, hsl(132, 43%, 61%), hsl(132, 43%, 41%));
gradient dark
background: linear-gradient(to right, hsl(132, 43%, 41%), hsl(132, 43%, 21%))
hex
background-color: #3C964E;
tailwind
bg-[hsl(132,43%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 43%, 41%, 0.4);
css variable
--color-primary: hsl(132, 43%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 43%, 41%)?
HEX: #3C964E | RGB: rgb(60, 150, 78) | CMYK: 60%, 0%, 48%, 41% | HSV: 132°, 60%, 59%. Copy any format from the conversion table above.
What colors go well with #3C964E?
The complementary color is HSL(312, 43%, 41%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 43%, 41%) in CSS?
As HSL: color: hsl(132, 43%, 41%); — As HEX: color: #3C964E; — As RGB: color: rgb(60, 150, 78); — Tailwind CSS: bg-[hsl(132,43%,41%)] — CSS variable: --color-primary: hsl(132, 43%, 41%);