HSL(115, 85%, 50%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,85%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 85%, 50%) color: hsl(115, 85%, 50%)
HEX #25EC13 color: #25EC13
RGB rgb(37, 236, 19) color: rgb(37, 236, 19)
CMYK cmyk(84%, 0%, 92%, 7%)
HSV hsv(115, 92%, 93%)
HWB hwb(115 7% 7%) color: hwb(115 7% 7%)
OKLCH oklch(0.8198 0.2722 142.12) color: oklch(0.8198 0.2722 142.12)
Lab lab(82.07 -79.01 76.93) color: lab(82.07 -79.01 76.93)
LCH lch(82.07 110.28 135.76) color: lch(82.07 110.28 135.76)

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.6:1
vs Black 13.09: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)

#7B7D48 — rgb(123, 125, 72)

Deuteranopia (Green-blind)

#706154 — rgb(112, 97, 84)

Tritanopia (Blue-blind)

#2F717A — rgb(47, 113, 122)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 85%, 50%);

text

color: hsl(115, 85%, 50%);

border

border: 2px solid hsl(115, 85%, 50%);

gradient light

background: linear-gradient(to right, hsl(115, 85%, 70%), hsl(115, 85%, 50%));

gradient dark

background: linear-gradient(to right, hsl(115, 85%, 50%), hsl(115, 85%, 30%))

hex

background-color: #25EC13;

tailwind

bg-[hsl(115,85%,50%)]

box shadow

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

css variable

--color-primary: hsl(115, 85%, 50%);

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(115, 85%, 50%)?

HEX: #25EC13 | RGB: rgb(37, 236, 19) | CMYK: 84%, 0%, 92%, 7% | HSV: 115°, 92%, 93%. Copy any format from the conversion table above.

What colors go well with #25EC13?

The complementary color is HSL(295, 85%, 50%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 85%, 50%) in CSS?

As HSL: color: hsl(115, 85%, 50%); — As HEX: color: #25EC13; — As RGB: color: rgb(37, 236, 19); — Tailwind CSS: bg-[hsl(115,85%,50%)] — CSS variable: --color-primary: hsl(115, 85%, 50%);