HSL(98, 85%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(98,85%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(98, 85%, 38%) color: hsl(98, 85%, 38%)
HEX #4BB30F color: #4BB30F
RGB rgb(75, 179, 15) color: rgb(75, 179, 15)
CMYK cmyk(58%, 0%, 92%, 30%)
HSV hsv(98, 92%, 70%)
HWB hwb(98 6% 30%) color: hwb(98 6% 30%)
OKLCH oklch(0.6782 0.2057 138.12) color: oklch(0.6782 0.2057 138.12)
Lab lab(64.78 -55.28 63.32) color: lab(64.78 -55.28 63.32)
LCH lch(64.78 84.06 131.12) color: lch(64.78 84.06 131.12)

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.71:1
vs Black 7.75: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)

#787937 — rgb(120, 121, 55)

Deuteranopia (Green-blind)

#726A40 — rgb(114, 106, 64)

Tritanopia (Blue-blind)

#50565D — rgb(80, 86, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(98, 85%, 38%);

text

color: hsl(98, 85%, 38%);

border

border: 2px solid hsl(98, 85%, 38%);

gradient light

background: linear-gradient(to right, hsl(98, 85%, 58%), hsl(98, 85%, 38%));

gradient dark

background: linear-gradient(to right, hsl(98, 85%, 38%), hsl(98, 85%, 18%))

hex

background-color: #4BB30F;

tailwind

bg-[hsl(98,85%,38%)]

box shadow

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

css variable

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

HEX: #4BB30F | RGB: rgb(75, 179, 15) | CMYK: 58%, 0%, 92%, 30% | HSV: 98°, 92%, 70%. Copy any format from the conversion table above.

What colors go well with #4BB30F?

The complementary color is HSL(278, 85%, 38%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(98, 85%, 38%) in CSS?

As HSL: color: hsl(98, 85%, 38%); — As HEX: color: #4BB30F; — As RGB: color: rgb(75, 179, 15); — Tailwind CSS: bg-[hsl(98,85%,38%)] — CSS variable: --color-primary: hsl(98, 85%, 38%);