HSL(112, 36%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,36%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 36%, 59%) color: hsl(112, 36%, 59%)
HEX #7BBC71 color: #7BBC71
RGB rgb(123, 188, 113) color: rgb(123, 188, 113)
CMYK cmyk(35%, 0%, 40%, 26%)
HSV hsv(112, 40%, 74%)
HWB hwb(112 44% 26%) color: hwb(112 44% 26%)
OKLCH oklch(0.7328 0.1242 141.15) color: oklch(0.7328 0.1242 141.15)
Lab lab(70.43 -35.44 31.54) color: lab(70.43 -35.44 31.54)
LCH lch(70.43 47.44 138.33) color: lch(70.43 47.44 138.33)

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.26:1
vs Black 9.27: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)

#979883 — rgb(151, 152, 131)

Deuteranopia (Green-blind)

#938F88 — rgb(147, 143, 136)

Tritanopia (Blue-blind)

#7E9195 — rgb(126, 145, 149)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 36%, 59%);

text

color: hsl(112, 36%, 59%);

border

border: 2px solid hsl(112, 36%, 59%);

gradient light

background: linear-gradient(to right, hsl(112, 36%, 79%), hsl(112, 36%, 59%));

gradient dark

background: linear-gradient(to right, hsl(112, 36%, 59%), hsl(112, 36%, 39%))

hex

background-color: #7BBC71;

tailwind

bg-[hsl(112,36%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 36%, 59%, 0.4);

css variable

--color-primary: hsl(112, 36%, 59%);

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(112, 36%, 59%)?

HEX: #7BBC71 | RGB: rgb(123, 188, 113) | CMYK: 35%, 0%, 40%, 26% | HSV: 112°, 40%, 74%. Copy any format from the conversion table above.

What colors go well with #7BBC71?

The complementary color is HSL(292, 36%, 59%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 36%, 59%) in CSS?

As HSL: color: hsl(112, 36%, 59%); — As HEX: color: #7BBC71; — As RGB: color: rgb(123, 188, 113); — Tailwind CSS: bg-[hsl(112,36%,59%)] — CSS variable: --color-primary: hsl(112, 36%, 59%);