HSL(132, 61%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,61%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 61%, 54%) | color: hsl(132, 61%, 54%) | |
| HEX | #42D15F | color: #42D15F | |
| RGB | rgb(66, 209, 95) | color: rgb(66, 209, 95) | |
| CMYK | cmyk(68%, 0%, 55%, 18%) | — | |
| HSV | hsv(132, 68%, 82%) | — | |
| HWB | hwb(132 26% 18%) | color: hwb(132 26% 18%) | |
| OKLCH | oklch(0.7602 0.1973 146.79) | color: oklch(0.7602 0.1973 146.79) | |
| Lab | lab(74.56 -61.22 45.21) | color: lab(74.56 -61.22 45.21) | |
| LCH | lch(74.56 76.1 143.55) | color: lch(74.56 76.1 143.55) |
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)
#80817B — rgb(128, 129, 123)
Deuteranopia (Green-blind)
#786D81 — rgb(120, 109, 129)
Tritanopia (Blue-blind)
#499095 — rgb(73, 144, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 61%, 54%);
text
color: hsl(132, 61%, 54%);
border
border: 2px solid hsl(132, 61%, 54%);
gradient light
background: linear-gradient(to right, hsl(132, 61%, 74%), hsl(132, 61%, 54%));
gradient dark
background: linear-gradient(to right, hsl(132, 61%, 54%), hsl(132, 61%, 34%))
hex
background-color: #42D15F;
tailwind
bg-[hsl(132,61%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 61%, 54%, 0.4);
css variable
--color-primary: hsl(132, 61%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 61%, 54%)?
HEX: #42D15F | RGB: rgb(66, 209, 95) | CMYK: 68%, 0%, 55%, 18% | HSV: 132°, 68%, 82%. Copy any format from the conversion table above.
What colors go well with #42D15F?
The complementary color is HSL(312, 61%, 54%). 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, 61%, 54%) in CSS?
As HSL: color: hsl(132, 61%, 54%); — As HEX: color: #42D15F; — As RGB: color: rgb(66, 209, 95); — Tailwind CSS: bg-[hsl(132,61%,54%)] — CSS variable: --color-primary: hsl(132, 61%, 54%);