HSL(132, 60%, 45%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,60%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 60%, 45%) color: hsl(132, 60%, 45%)
HEX #2EB849 color: #2EB849
RGB rgb(46, 184, 73) color: rgb(46, 184, 73)
CMYK cmyk(75%, 0%, 60%, 28%)
HSV hsv(132, 75%, 72%)
HWB hwb(132 18% 28%) color: hwb(132 18% 28%)
OKLCH oklch(0.6875 0.1909 146.06) color: oklch(0.6875 0.1909 146.06)
Lab lab(66.01 -58.77 45.25) color: lab(66.01 -58.77 45.25)
LCH lch(66.01 74.17 142.41) color: lch(66.01 74.17 142.41)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.6:1
vs Black 8.07:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#6A6B64 — rgb(106, 107, 100)

Deuteranopia (Green-blind)

#62576A — rgb(98, 87, 106)

Tritanopia (Blue-blind)

#35797E — rgb(53, 121, 126)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 60%, 45%);

text

color: hsl(132, 60%, 45%);

border

border: 2px solid hsl(132, 60%, 45%);

gradient light

background: linear-gradient(to right, hsl(132, 60%, 65%), hsl(132, 60%, 45%));

gradient dark

background: linear-gradient(to right, hsl(132, 60%, 45%), hsl(132, 60%, 25%))

hex

background-color: #2EB849;

tailwind

bg-[hsl(132,60%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(132, 60%, 45%, 0.4);

css variable

--color-primary: hsl(132, 60%, 45%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(132, 60%, 45%)?

HEX: #2EB849 | RGB: rgb(46, 184, 73) | CMYK: 75%, 0%, 60%, 28% | HSV: 132°, 75%, 72%. Copy any format from the conversion table above.

What colors go well with #2EB849?

The complementary color is HSL(312, 60%, 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, 60%, 45%) in CSS?

As HSL: color: hsl(132, 60%, 45%); — As HEX: color: #2EB849; — As RGB: color: rgb(46, 184, 73); — Tailwind CSS: bg-[hsl(132,60%,45%)] — CSS variable: --color-primary: hsl(132, 60%, 45%);