HSL(132, 61%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,61%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 61%, 45%) | color: hsl(132, 61%, 45%) | |
| HEX | #2DB949 | color: #2DB949 | |
| RGB | rgb(45, 185, 73) | color: rgb(45, 185, 73) | |
| CMYK | cmyk(76%, 0%, 61%, 27%) | — | |
| HSV | hsv(132, 76%, 73%) | — | |
| HWB | hwb(132 18% 27%) | color: hwb(132 18% 27%) | |
| OKLCH | oklch(0.69 0.1924 146.09) | color: oklch(0.69 0.1924 146.09) | |
| Lab | lab(66.32 -59.25 45.6) | color: lab(66.32 -59.25 45.6) | |
| LCH | lch(66.32 74.77 142.42) | color: lch(66.32 74.77 142.42) |
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)
#6A6B64 — rgb(106, 107, 100)
Deuteranopia (Green-blind)
#62576B — rgb(98, 87, 107)
Tritanopia (Blue-blind)
#34797E — rgb(52, 121, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 61%, 45%);
text
color: hsl(132, 61%, 45%);
border
border: 2px solid hsl(132, 61%, 45%);
gradient light
background: linear-gradient(to right, hsl(132, 61%, 65%), hsl(132, 61%, 45%));
gradient dark
background: linear-gradient(to right, hsl(132, 61%, 45%), hsl(132, 61%, 25%))
hex
background-color: #2DB949;
tailwind
bg-[hsl(132,61%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 61%, 45%, 0.4);
css variable
--color-primary: hsl(132, 61%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 61%, 45%)?
HEX: #2DB949 | RGB: rgb(45, 185, 73) | CMYK: 76%, 0%, 61%, 27% | HSV: 132°, 76%, 73%. Copy any format from the conversion table above.
What colors go well with #2DB949?
The complementary color is HSL(312, 61%, 45%). 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%, 45%) in CSS?
As HSL: color: hsl(132, 61%, 45%); — As HEX: color: #2DB949; — As RGB: color: rgb(45, 185, 73); — Tailwind CSS: bg-[hsl(132,61%,45%)] — CSS variable: --color-primary: hsl(132, 61%, 45%);