HSL(111, 85%, 52%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(111,85%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 85%, 52%) color: hsl(111, 85%, 52%)
HEX #3CED1D color: #3CED1D
RGB rgb(60, 237, 29) color: rgb(60, 237, 29)
CMYK cmyk(75%, 0%, 88%, 7%)
HSV hsv(111, 88%, 93%)
HWB hwb(111 11% 7%) color: hwb(111 11% 7%)
OKLCH oklch(0.8261 0.2664 141.42) color: oklch(0.8261 0.2664 141.42)
Lab lab(82.71 -76.3 76.06) color: lab(82.71 -76.3 76.06)
LCH lch(82.71 107.73 135.09) color: lch(82.71 107.73 135.09)

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.58:1
vs Black 13.32: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)

#898A4F — rgb(137, 138, 79)

Deuteranopia (Green-blind)

#7E715B — rgb(126, 113, 91)

Tritanopia (Blue-blind)

#457780 — rgb(69, 119, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 85%, 52%);

text

color: hsl(111, 85%, 52%);

border

border: 2px solid hsl(111, 85%, 52%);

gradient light

background: linear-gradient(to right, hsl(111, 85%, 72%), hsl(111, 85%, 52%));

gradient dark

background: linear-gradient(to right, hsl(111, 85%, 52%), hsl(111, 85%, 32%))

hex

background-color: #3CED1D;

tailwind

bg-[hsl(111,85%,52%)]

box shadow

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

css variable

--color-primary: hsl(111, 85%, 52%);

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(111, 85%, 52%)?

HEX: #3CED1D | RGB: rgb(60, 237, 29) | CMYK: 75%, 0%, 88%, 7% | HSV: 111°, 88%, 93%. Copy any format from the conversion table above.

What colors go well with #3CED1D?

The complementary color is HSL(291, 85%, 52%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 85%, 52%) in CSS?

As HSL: color: hsl(111, 85%, 52%); — As HEX: color: #3CED1D; — As RGB: color: rgb(60, 237, 29); — Tailwind CSS: bg-[hsl(111,85%,52%)] — CSS variable: --color-primary: hsl(111, 85%, 52%);