HSL(100, 100%, 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(100,100%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(100, 100%, 52%) color: hsl(100, 100%, 52%)
HEX #5CFF0A color: #5CFF0A
RGB rgb(92, 255, 10) color: rgb(92, 255, 10)
CMYK cmyk(64%, 0%, 96%, 0%)
HSV hsv(100, 96%, 100%)
HWB hwb(100 4% 0%) color: hwb(100 4% 0%)
OKLCH oklch(0.8788 0.2776 139.38) color: oklch(0.8788 0.2776 139.38)
Lab lab(88.83 -76.47 83.77) color: lab(88.83 -76.47 83.77)
LCH lch(88.83 113.42 132.39) color: lch(88.83 113.42 132.39)

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.33:1
vs Black 15.76: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)

#A3A445 — rgb(163, 164, 69)

Deuteranopia (Green-blind)

#998D54 — rgb(153, 141, 84)

Tritanopia (Blue-blind)

#64747E — rgb(100, 116, 126)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(100, 100%, 52%);

text

color: hsl(100, 100%, 52%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #5CFF0A;

tailwind

bg-[hsl(100,100%,52%)]

box shadow

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

css variable

--color-primary: hsl(100, 100%, 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(100, 100%, 52%)?

HEX: #5CFF0A | RGB: rgb(92, 255, 10) | CMYK: 64%, 0%, 96%, 0% | HSV: 100°, 96%, 100%. Copy any format from the conversion table above.

What colors go well with #5CFF0A?

The complementary color is HSL(280, 100%, 52%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(100, 100%, 52%); — As HEX: color: #5CFF0A; — As RGB: color: rgb(92, 255, 10); — Tailwind CSS: bg-[hsl(100,100%,52%)] — CSS variable: --color-primary: hsl(100, 100%, 52%);