HSL(136, 73%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,73%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 73%, 52%) color: hsl(136, 73%, 52%)
HEX #2BDE5B color: #2BDE5B
RGB rgb(43, 222, 91) color: rgb(43, 222, 91)
CMYK cmyk(81%, 0%, 59%, 13%)
HSV hsv(136, 81%, 87%)
HWB hwb(136 17% 13%) color: hwb(136 17% 13%)
OKLCH oklch(0.7889 0.2221 147.01) color: oklch(0.7889 0.2221 147.01)
Lab lab(78.17 -69.3 51.21) color: lab(78.17 -69.3 51.21)
LCH lch(78.17 86.17 143.54) color: lch(78.17 86.17 143.54)

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 1.79:1
vs Black 11.7: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)

#797A7B — rgb(121, 122, 123)

Deuteranopia (Green-blind)

#6E6182 — rgb(110, 97, 130)

Tritanopia (Blue-blind)

#349499 — rgb(52, 148, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 73%, 52%);

text

color: hsl(136, 73%, 52%);

border

border: 2px solid hsl(136, 73%, 52%);

gradient light

background: linear-gradient(to right, hsl(136, 73%, 72%), hsl(136, 73%, 52%));

gradient dark

background: linear-gradient(to right, hsl(136, 73%, 52%), hsl(136, 73%, 32%))

hex

background-color: #2BDE5B;

tailwind

bg-[hsl(136,73%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(136, 73%, 52%, 0.4);

css variable

--color-primary: hsl(136, 73%, 52%);

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(136, 73%, 52%)?

HEX: #2BDE5B | RGB: rgb(43, 222, 91) | CMYK: 81%, 0%, 59%, 13% | HSV: 136°, 81%, 87%. Copy any format from the conversion table above.

What colors go well with #2BDE5B?

The complementary color is HSL(316, 73%, 52%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 73%, 52%) in CSS?

As HSL: color: hsl(136, 73%, 52%); — As HEX: color: #2BDE5B; — As RGB: color: rgb(43, 222, 91); — Tailwind CSS: bg-[hsl(136,73%,52%)] — CSS variable: --color-primary: hsl(136, 73%, 52%);