HSL(99, 65%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(99,65%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(99, 65%, 37%) color: hsl(99, 65%, 37%)
HEX #4C9C21 color: #4C9C21
RGB rgb(76, 156, 33) color: rgb(76, 156, 33)
CMYK cmyk(51%, 0%, 79%, 39%)
HSV hsv(99, 79%, 61%)
HWB hwb(99 13% 39%) color: hwb(99 13% 39%)
OKLCH oklch(0.6183 0.1725 137.3) color: oklch(0.6183 0.1725 137.3)
Lab lab(57.48 -45.69 52.55) color: lab(57.48 -45.69 52.55)
LCH lch(57.48 69.64 131.01) color: lch(57.48 69.64 131.01)

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.45:1
vs Black 6.08: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)

#6F6F3F — rgb(111, 111, 63)

Deuteranopia (Green-blind)

#6A6446 — rgb(106, 100, 70)

Tritanopia (Blue-blind)

#50565B — rgb(80, 86, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(99, 65%, 37%);

text

color: hsl(99, 65%, 37%);

border

border: 2px solid hsl(99, 65%, 37%);

gradient light

background: linear-gradient(to right, hsl(99, 65%, 57%), hsl(99, 65%, 37%));

gradient dark

background: linear-gradient(to right, hsl(99, 65%, 37%), hsl(99, 65%, 17%))

hex

background-color: #4C9C21;

tailwind

bg-[hsl(99,65%,37%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(99, 65%, 37%, 0.4);

css variable

--color-primary: hsl(99, 65%, 37%);

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(99, 65%, 37%)?

HEX: #4C9C21 | RGB: rgb(76, 156, 33) | CMYK: 51%, 0%, 79%, 39% | HSV: 99°, 79%, 61%. Copy any format from the conversion table above.

What colors go well with #4C9C21?

The complementary color is HSL(279, 65%, 37%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(99, 65%, 37%) in CSS?

As HSL: color: hsl(99, 65%, 37%); — As HEX: color: #4C9C21; — As RGB: color: rgb(76, 156, 33); — Tailwind CSS: bg-[hsl(99,65%,37%)] — CSS variable: --color-primary: hsl(99, 65%, 37%);