HSL(100, 50%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(100,50%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(100, 50%, 38%) color: hsl(100, 50%, 38%)
HEX #519130 color: #519130
RGB rgb(81, 145, 48) color: rgb(81, 145, 48)
CMYK cmyk(44%, 0%, 67%, 43%)
HSV hsv(100, 67%, 57%)
HWB hwb(100 19% 43%) color: hwb(100 19% 43%)
OKLCH oklch(0.5927 0.1462 136.71) color: oklch(0.5927 0.1462 136.71)
Lab lab(54.25 -38.43 43.59) color: lab(54.25 -38.43 43.59)
LCH lch(54.25 58.11 131.4) color: lch(54.25 58.11 131.4)

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.86:1
vs Black 5.44: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)

#6D6D47 — rgb(109, 109, 71)

Deuteranopia (Green-blind)

#69644D — rgb(105, 100, 77)

Tritanopia (Blue-blind)

#545A5E — rgb(84, 90, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(100, 50%, 38%);

text

color: hsl(100, 50%, 38%);

border

border: 2px solid hsl(100, 50%, 38%);

gradient light

background: linear-gradient(to right, hsl(100, 50%, 58%), hsl(100, 50%, 38%));

gradient dark

background: linear-gradient(to right, hsl(100, 50%, 38%), hsl(100, 50%, 18%))

hex

background-color: #519130;

tailwind

bg-[hsl(100,50%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(100, 50%, 38%, 0.4);

css variable

--color-primary: hsl(100, 50%, 38%);

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(100, 50%, 38%)?

HEX: #519130 | RGB: rgb(81, 145, 48) | CMYK: 44%, 0%, 67%, 43% | HSV: 100°, 67%, 57%. Copy any format from the conversion table above.

What colors go well with #519130?

The complementary color is HSL(280, 50%, 38%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(100, 50%, 38%) in CSS?

As HSL: color: hsl(100, 50%, 38%); — As HEX: color: #519130; — As RGB: color: rgb(81, 145, 48); — Tailwind CSS: bg-[hsl(100,50%,38%)] — CSS variable: --color-primary: hsl(100, 50%, 38%);