HSL(149, 55%, 45%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(149,55%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(149, 55%, 45%) color: hsl(149, 55%, 45%)
HEX #34B271 color: #34B271
RGB rgb(52, 178, 113) color: rgb(52, 178, 113)
CMYK cmyk(71%, 0%, 37%, 30%)
HSV hsv(149, 71%, 70%)
HWB hwb(149 20% 30%) color: hwb(149 20% 30%)
OKLCH oklch(0.6794 0.1457 156.03) color: oklch(0.6794 0.1457 156.03)
Lab lab(64.77 -49.21 23.59) color: lab(64.77 -49.21 23.59)
LCH lch(64.77 54.57 154.39) color: lch(64.77 54.57 154.39)

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.71:1
vs Black 7.75: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)

#6B6C81 — rgb(107, 108, 129)

Deuteranopia (Green-blind)

#635A85 — rgb(99, 90, 133)

Tritanopia (Blue-blind)

#3A8D90 — rgb(58, 141, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(149, 55%, 45%);

text

color: hsl(149, 55%, 45%);

border

border: 2px solid hsl(149, 55%, 45%);

gradient light

background: linear-gradient(to right, hsl(149, 55%, 65%), hsl(149, 55%, 45%));

gradient dark

background: linear-gradient(to right, hsl(149, 55%, 45%), hsl(149, 55%, 25%))

hex

background-color: #34B271;

tailwind

bg-[hsl(149,55%,45%)]

box shadow

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

css variable

--color-primary: hsl(149, 55%, 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(149, 55%, 45%)?

HEX: #34B271 | RGB: rgb(52, 178, 113) | CMYK: 71%, 0%, 37%, 30% | HSV: 149°, 71%, 70%. Copy any format from the conversion table above.

What colors go well with #34B271?

The complementary color is HSL(329, 55%, 45%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(149, 55%, 45%) in CSS?

As HSL: color: hsl(149, 55%, 45%); — As HEX: color: #34B271; — As RGB: color: rgb(52, 178, 113); — Tailwind CSS: bg-[hsl(149,55%,45%)] — CSS variable: --color-primary: hsl(149, 55%, 45%);