HSL(117, 82%, 53%)

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,82%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 82%, 53%) color: hsl(117, 82%, 53%)
HEX #2FE925 color: #2FE925
RGB rgb(47, 233, 37) color: rgb(47, 233, 37)
CMYK cmyk(80%, 0%, 84%, 9%)
HSV hsv(117, 84%, 91%)
HWB hwb(117 15% 9%) color: hwb(117 15% 9%)
OKLCH oklch(0.8139 0.2631 142.28) color: oklch(0.8139 0.2631 142.28)
Lab lab(81.3 -76.54 73.15) color: lab(81.3 -76.54 73.15)
LCH lch(81.3 105.87 136.3) color: lch(81.3 105.87 136.3)

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.64:1
vs Black 12.8: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)

#808154 — rgb(128, 129, 84)

Deuteranopia (Green-blind)

#756760 — rgb(117, 103, 96)

Tritanopia (Blue-blind)

#387A82 — rgb(56, 122, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 82%, 53%);

text

color: hsl(117, 82%, 53%);

border

border: 2px solid hsl(117, 82%, 53%);

gradient light

background: linear-gradient(to right, hsl(117, 82%, 73%), hsl(117, 82%, 53%));

gradient dark

background: linear-gradient(to right, hsl(117, 82%, 53%), hsl(117, 82%, 33%))

hex

background-color: #2FE925;

tailwind

bg-[hsl(117,82%,53%)]

box shadow

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

css variable

--color-primary: hsl(117, 82%, 53%);

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, 82%, 53%)?

HEX: #2FE925 | RGB: rgb(47, 233, 37) | CMYK: 80%, 0%, 84%, 9% | HSV: 117°, 84%, 91%. Copy any format from the conversion table above.

What colors go well with #2FE925?

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

As HSL: color: hsl(117, 82%, 53%); — As HEX: color: #2FE925; — As RGB: color: rgb(47, 233, 37); — Tailwind CSS: bg-[hsl(117,82%,53%)] — CSS variable: --color-primary: hsl(117, 82%, 53%);