HSL(142, 97%, 57%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,97%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 97%, 57%) color: hsl(142, 97%, 57%)
HEX #27FC75 color: #27FC75
RGB rgb(39, 252, 117) color: rgb(39, 252, 117)
CMYK cmyk(85%, 0%, 54%, 1%)
HSV hsv(142, 85%, 99%)
HWB hwb(142 15% 1%) color: hwb(142 15% 1%)
OKLCH oklch(0.8683 0.2365 149.07) color: oklch(0.8683 0.2365 149.07)
Lab lab(87.65 -75.67 50.69) color: lab(87.65 -75.67 50.69)
LCH lch(87.65 91.08 146.18) color: lch(87.65 91.08 146.18)

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.38:1
vs Black 15.27: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)

#838596 — rgb(131, 133, 150)

Deuteranopia (Green-blind)

#77679E — rgb(119, 103, 158)

Tritanopia (Blue-blind)

#32AFB5 — rgb(50, 175, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 97%, 57%);

text

color: hsl(142, 97%, 57%);

border

border: 2px solid hsl(142, 97%, 57%);

gradient light

background: linear-gradient(to right, hsl(142, 97%, 77%), hsl(142, 97%, 57%));

gradient dark

background: linear-gradient(to right, hsl(142, 97%, 57%), hsl(142, 97%, 37%))

hex

background-color: #27FC75;

tailwind

bg-[hsl(142,97%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 97%, 57%, 0.4);

css variable

--color-primary: hsl(142, 97%, 57%);

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(142, 97%, 57%)?

HEX: #27FC75 | RGB: rgb(39, 252, 117) | CMYK: 85%, 0%, 54%, 1% | HSV: 142°, 85%, 99%. Copy any format from the conversion table above.

What colors go well with #27FC75?

The complementary color is HSL(322, 97%, 57%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 97%, 57%) in CSS?

As HSL: color: hsl(142, 97%, 57%); — As HEX: color: #27FC75; — As RGB: color: rgb(39, 252, 117); — Tailwind CSS: bg-[hsl(142,97%,57%)] — CSS variable: --color-primary: hsl(142, 97%, 57%);