HSL(117, 43%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,43%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 43%, 41%) color: hsl(117, 43%, 41%)
HEX #40963C color: #40963C
RGB rgb(64, 150, 60) color: rgb(64, 150, 60)
CMYK cmyk(57%, 0%, 60%, 41%)
HSV hsv(117, 60%, 59%)
HWB hwb(117 24% 41%) color: hwb(117 24% 41%)
OKLCH oklch(0.5998 0.1518 142.66) color: oklch(0.5998 0.1518 142.66)
Lab lab(55.31 -44.33 39.08) color: lab(55.31 -44.33 39.08)
LCH lch(55.31 59.1 138.6) color: lch(55.31 59.1 138.6)

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 3.72:1
vs Black 5.65:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#656652 — rgb(101, 102, 82)

Deuteranopia (Green-blind)

#605A57 — rgb(96, 90, 87)

Tritanopia (Blue-blind)

#446367 — rgb(68, 99, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 43%, 41%);

text

color: hsl(117, 43%, 41%);

border

border: 2px solid hsl(117, 43%, 41%);

gradient light

background: linear-gradient(to right, hsl(117, 43%, 61%), hsl(117, 43%, 41%));

gradient dark

background: linear-gradient(to right, hsl(117, 43%, 41%), hsl(117, 43%, 21%))

hex

background-color: #40963C;

tailwind

bg-[hsl(117,43%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 43%, 41%, 0.4);

css variable

--color-primary: hsl(117, 43%, 41%);

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(117, 43%, 41%)?

HEX: #40963C | RGB: rgb(64, 150, 60) | CMYK: 57%, 0%, 60%, 41% | HSV: 117°, 60%, 59%. Copy any format from the conversion table above.

What colors go well with #40963C?

The complementary color is HSL(297, 43%, 41%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 43%, 41%) in CSS?

As HSL: color: hsl(117, 43%, 41%); — As HEX: color: #40963C; — As RGB: color: rgb(64, 150, 60); — Tailwind CSS: bg-[hsl(117,43%,41%)] — CSS variable: --color-primary: hsl(117, 43%, 41%);