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

Color Conversions

Format Value CSS Usage
HSL hsl(92, 92%, 52%) color: hsl(92, 92%, 52%)
HEX #7DF514 color: #7DF514
RGB rgb(125, 245, 20) color: rgb(125, 245, 20)
CMYK cmyk(49%, 0%, 92%, 4%)
HSV hsv(92, 92%, 96%)
HWB hwb(92 8% 4%) color: hwb(92 8% 4%)
OKLCH oklch(0.8653 0.2529 135.85) color: oklch(0.8653 0.2529 135.85)
Lab lab(86.86 -64.83 81.6) color: lab(86.86 -64.83 81.6)
LCH lch(86.86 104.22 128.47) color: lch(86.86 104.22 128.47)

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.41:1
vs Black 14.94: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)

#B1B24A — rgb(177, 178, 74)

Deuteranopia (Green-blind)

#AAA158 — rgb(170, 161, 88)

Tritanopia (Blue-blind)

#83757F — rgb(131, 117, 127)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #7DF514;

tailwind

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

box shadow

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

css variable

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

HEX: #7DF514 | RGB: rgb(125, 245, 20) | CMYK: 49%, 0%, 92%, 4% | HSV: 92°, 92%, 96%. Copy any format from the conversion table above.

What colors go well with #7DF514?

The complementary color is HSL(272, 92%, 52%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(92, 92%, 52%); — As HEX: color: #7DF514; — As RGB: color: rgb(125, 245, 20); — Tailwind CSS: bg-[hsl(92,92%,52%)] — CSS variable: --color-primary: hsl(92, 92%, 52%);