HSL(107, 35%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,35%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 35%, 38%) color: hsl(107, 35%, 38%)
HEX #4E833F color: #4E833F
RGB rgb(78, 131, 63) color: rgb(78, 131, 63)
CMYK cmyk(40%, 0%, 52%, 49%)
HSV hsv(107, 52%, 51%)
HWB hwb(107 24% 49%) color: hwb(107 24% 49%)
OKLCH oklch(0.556 0.1142 139.1) color: oklch(0.556 0.1142 139.1)
Lab lab(49.75 -31.5 31.1) color: lab(49.75 -31.5 31.1)
LCH lch(49.75 44.27 135.37) color: lch(49.75 44.27 135.37)

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 4.52:1
vs Black 4.64:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#65654F — rgb(101, 101, 79)

Deuteranopia (Green-blind)

#625E53 — rgb(98, 94, 83)

Tritanopia (Blue-blind)

#515C5F — rgb(81, 92, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 35%, 38%);

text

color: hsl(107, 35%, 38%);

border

border: 2px solid hsl(107, 35%, 38%);

gradient light

background: linear-gradient(to right, hsl(107, 35%, 58%), hsl(107, 35%, 38%));

gradient dark

background: linear-gradient(to right, hsl(107, 35%, 38%), hsl(107, 35%, 18%))

hex

background-color: #4E833F;

tailwind

bg-[hsl(107,35%,38%)]

box shadow

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

css variable

--color-primary: hsl(107, 35%, 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(107, 35%, 38%)?

HEX: #4E833F | RGB: rgb(78, 131, 63) | CMYK: 40%, 0%, 52%, 49% | HSV: 107°, 52%, 51%. Copy any format from the conversion table above.

What colors go well with #4E833F?

The complementary color is HSL(287, 35%, 38%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 35%, 38%) in CSS?

As HSL: color: hsl(107, 35%, 38%); — As HEX: color: #4E833F; — As RGB: color: rgb(78, 131, 63); — Tailwind CSS: bg-[hsl(107,35%,38%)] — CSS variable: --color-primary: hsl(107, 35%, 38%);