HSL(132, 65%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,65%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 65%, 50%) | color: hsl(132, 65%, 50%) | |
| HEX | #2DD24E | color: #2DD24E | |
| RGB | rgb(45, 210, 78) | color: rgb(45, 210, 78) | |
| CMYK | cmyk(79%, 0%, 63%, 18%) | — | |
| HSV | hsv(132, 79%, 82%) | — | |
| HWB | hwb(132 17% 18%) | color: hwb(132 17% 18%) | |
| OKLCH | oklch(0.7565 0.2177 145.75) | color: oklch(0.7565 0.2177 145.75) | |
| Lab | lab(74.32 -66.8 52.49) | color: lab(74.32 -66.8 52.49) | |
| LCH | lch(74.32 84.96 141.84) | color: lch(74.32 84.96 141.84) |
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)
#74766E — rgb(116, 118, 110)
Deuteranopia (Green-blind)
#6B5F76 — rgb(107, 95, 118)
Tritanopia (Blue-blind)
#35878D — rgb(53, 135, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 65%, 50%);
text
color: hsl(132, 65%, 50%);
border
border: 2px solid hsl(132, 65%, 50%);
gradient light
background: linear-gradient(to right, hsl(132, 65%, 70%), hsl(132, 65%, 50%));
gradient dark
background: linear-gradient(to right, hsl(132, 65%, 50%), hsl(132, 65%, 30%))
hex
background-color: #2DD24E;
tailwind
bg-[hsl(132,65%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 65%, 50%, 0.4);
css variable
--color-primary: hsl(132, 65%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 65%, 50%)?
HEX: #2DD24E | RGB: rgb(45, 210, 78) | CMYK: 79%, 0%, 63%, 18% | HSV: 132°, 79%, 82%. Copy any format from the conversion table above.
What colors go well with #2DD24E?
The complementary color is HSL(312, 65%, 50%). 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, 65%, 50%) in CSS?
As HSL: color: hsl(132, 65%, 50%); — As HEX: color: #2DD24E; — As RGB: color: rgb(45, 210, 78); — Tailwind CSS: bg-[hsl(132,65%,50%)] — CSS variable: --color-primary: hsl(132, 65%, 50%);