HSL(117, 83%, 59%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,83%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 83%, 59%) color: hsl(117, 83%, 59%)
HEX #48ED40 color: #48ED40
RGB rgb(72, 237, 64) color: rgb(72, 237, 64)
CMYK cmyk(70%, 0%, 73%, 7%)
HSV hsv(117, 73%, 93%)
HWB hwb(117 25% 7%) color: hwb(117 25% 7%)
OKLCH oklch(0.8303 0.2491 142.38) color: oklch(0.8303 0.2491 142.38)
Lab lab(83.08 -72.55 67.32) color: lab(83.08 -72.55 67.32)
LCH lch(83.08 98.97 137.14) color: lch(83.08 98.97 137.14)

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 1.56:1
vs Black 13.46: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)

#8F916A — rgb(143, 145, 106)

Deuteranopia (Green-blind)

#867A74 — rgb(134, 122, 116)

Tritanopia (Blue-blind)

#508B92 — rgb(80, 139, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 83%, 59%);

text

color: hsl(117, 83%, 59%);

border

border: 2px solid hsl(117, 83%, 59%);

gradient light

background: linear-gradient(to right, hsl(117, 83%, 79%), hsl(117, 83%, 59%));

gradient dark

background: linear-gradient(to right, hsl(117, 83%, 59%), hsl(117, 83%, 39%))

hex

background-color: #48ED40;

tailwind

bg-[hsl(117,83%,59%)]

box shadow

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

css variable

--color-primary: hsl(117, 83%, 59%);

Related Colors

Use Cases for Vivid Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(117, 83%, 59%)?

HEX: #48ED40 | RGB: rgb(72, 237, 64) | CMYK: 70%, 0%, 73%, 7% | HSV: 117°, 73%, 93%. Copy any format from the conversion table above.

What colors go well with #48ED40?

The complementary color is HSL(297, 83%, 59%). 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, 83%, 59%) in CSS?

As HSL: color: hsl(117, 83%, 59%); — As HEX: color: #48ED40; — As RGB: color: rgb(72, 237, 64); — Tailwind CSS: bg-[hsl(117,83%,59%)] — CSS variable: --color-primary: hsl(117, 83%, 59%);