HSL(121, 49%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(121,49%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 49%, 52%) color: hsl(121, 49%, 52%)
HEX #49C14B color: #49C14B
RGB rgb(73, 193, 75) color: rgb(73, 193, 75)
CMYK cmyk(62%, 0%, 61%, 24%)
HSV hsv(121, 62%, 76%)
HWB hwb(121 29% 24%) color: hwb(121 29% 24%)
OKLCH oklch(0.7183 0.1912 143.51) color: oklch(0.7183 0.1912 143.51)
Lab lab(69.51 -56.63 48.52) color: lab(69.51 -56.63 48.52)
LCH lch(69.51 74.57 139.41) color: lch(69.51 74.57 139.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.33:1
vs Black 9.01: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)

#7D7E68 — rgb(125, 126, 104)

Deuteranopia (Green-blind)

#766D6E — rgb(118, 109, 110)

Tritanopia (Blue-blind)

#4F7E83 — rgb(79, 126, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 49%, 52%);

text

color: hsl(121, 49%, 52%);

border

border: 2px solid hsl(121, 49%, 52%);

gradient light

background: linear-gradient(to right, hsl(121, 49%, 72%), hsl(121, 49%, 52%));

gradient dark

background: linear-gradient(to right, hsl(121, 49%, 52%), hsl(121, 49%, 32%))

hex

background-color: #49C14B;

tailwind

bg-[hsl(121,49%,52%)]

box shadow

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

css variable

--color-primary: hsl(121, 49%, 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(121, 49%, 52%)?

HEX: #49C14B | RGB: rgb(73, 193, 75) | CMYK: 62%, 0%, 61%, 24% | HSV: 121°, 62%, 76%. Copy any format from the conversion table above.

What colors go well with #49C14B?

The complementary color is HSL(301, 49%, 52%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 49%, 52%) in CSS?

As HSL: color: hsl(121, 49%, 52%); — As HEX: color: #49C14B; — As RGB: color: rgb(73, 193, 75); — Tailwind CSS: bg-[hsl(121,49%,52%)] — CSS variable: --color-primary: hsl(121, 49%, 52%);