HSL(133, 46%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(133,46%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 46%, 47%) color: hsl(133, 46%, 47%)
HEX #41AF59 color: #41AF59
RGB rgb(65, 175, 89) color: rgb(65, 175, 89)
CMYK cmyk(63%, 0%, 49%, 31%)
HSV hsv(133, 63%, 69%)
HWB hwb(133 26% 31%) color: hwb(133 26% 31%)
OKLCH oklch(0.6707 0.1591 147.79) color: oklch(0.6707 0.1591 147.79)
Lab lab(63.76 -49.83 34.9) color: lab(63.76 -49.83 34.9)
LCH lch(63.76 60.84 144.99) color: lch(63.76 60.84 144.99)

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.8:1
vs Black 7.5: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)

#71726E — rgb(113, 114, 110)

Deuteranopia (Green-blind)

#6A6273 — rgb(106, 98, 115)

Tritanopia (Blue-blind)

#477E82 — rgb(71, 126, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 46%, 47%);

text

color: hsl(133, 46%, 47%);

border

border: 2px solid hsl(133, 46%, 47%);

gradient light

background: linear-gradient(to right, hsl(133, 46%, 67%), hsl(133, 46%, 47%));

gradient dark

background: linear-gradient(to right, hsl(133, 46%, 47%), hsl(133, 46%, 27%))

hex

background-color: #41AF59;

tailwind

bg-[hsl(133,46%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 46%, 47%, 0.4);

css variable

--color-primary: hsl(133, 46%, 47%);

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(133, 46%, 47%)?

HEX: #41AF59 | RGB: rgb(65, 175, 89) | CMYK: 63%, 0%, 49%, 31% | HSV: 133°, 63%, 69%. Copy any format from the conversion table above.

What colors go well with #41AF59?

The complementary color is HSL(313, 46%, 47%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 46%, 47%) in CSS?

As HSL: color: hsl(133, 46%, 47%); — As HEX: color: #41AF59; — As RGB: color: rgb(65, 175, 89); — Tailwind CSS: bg-[hsl(133,46%,47%)] — CSS variable: --color-primary: hsl(133, 46%, 47%);