HSL(136, 77%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,77%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 77%, 53%) color: hsl(136, 77%, 53%)
HEX #2BE35C color: #2BE35C
RGB rgb(43, 227, 92) color: rgb(43, 227, 92)
CMYK cmyk(81%, 0%, 59%, 11%)
HSV hsv(136, 81%, 89%)
HWB hwb(136 17% 11%) color: hwb(136 17% 11%)
OKLCH oklch(0.8019 0.227 146.9) color: oklch(0.8019 0.227 146.9)
Lab lab(79.74 -70.75 52.58) color: lab(79.74 -70.75 52.58)
LCH lch(79.74 88.15 143.38) color: lch(79.74 88.15 143.38)

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.72:1
vs Black 12.24: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)

#7B7C7D — rgb(123, 124, 125)

Deuteranopia (Green-blind)

#706285 — rgb(112, 98, 133)

Tritanopia (Blue-blind)

#34969C — rgb(52, 150, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 77%, 53%);

text

color: hsl(136, 77%, 53%);

border

border: 2px solid hsl(136, 77%, 53%);

gradient light

background: linear-gradient(to right, hsl(136, 77%, 73%), hsl(136, 77%, 53%));

gradient dark

background: linear-gradient(to right, hsl(136, 77%, 53%), hsl(136, 77%, 33%))

hex

background-color: #2BE35C;

tailwind

bg-[hsl(136,77%,53%)]

box shadow

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

css variable

--color-primary: hsl(136, 77%, 53%);

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, 77%, 53%)?

HEX: #2BE35C | RGB: rgb(43, 227, 92) | CMYK: 81%, 0%, 59%, 11% | HSV: 136°, 81%, 89%. Copy any format from the conversion table above.

What colors go well with #2BE35C?

The complementary color is HSL(316, 77%, 53%). 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, 77%, 53%) in CSS?

As HSL: color: hsl(136, 77%, 53%); — As HEX: color: #2BE35C; — As RGB: color: rgb(43, 227, 92); — Tailwind CSS: bg-[hsl(136,77%,53%)] — CSS variable: --color-primary: hsl(136, 77%, 53%);