HSL(147, 98%, 58%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,98%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 98%, 58%) color: hsl(147, 98%, 58%)
HEX #2BFD89 color: #2BFD89
RGB rgb(43, 253, 137) color: rgb(43, 253, 137)
CMYK cmyk(83%, 0%, 46%, 1%)
HSV hsv(147, 83%, 99%)
HWB hwb(147 17% 1%) color: hwb(147 17% 1%)
OKLCH oklch(0.8742 0.2205 152.14) color: oklch(0.8742 0.2205 152.14)
Lab lab(88.24 -72.65 42.04) color: lab(88.24 -72.65 42.04)
LCH lch(88.24 83.94 149.94) color: lch(88.24 83.94 149.94)

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.35:1
vs Black 15.51: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)

#8688A5 — rgb(134, 136, 165)

Deuteranopia (Green-blind)

#7A6AAC — rgb(122, 106, 172)

Tritanopia (Blue-blind)

#36BBC0 — rgb(54, 187, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 98%, 58%);

text

color: hsl(147, 98%, 58%);

border

border: 2px solid hsl(147, 98%, 58%);

gradient light

background: linear-gradient(to right, hsl(147, 98%, 78%), hsl(147, 98%, 58%));

gradient dark

background: linear-gradient(to right, hsl(147, 98%, 58%), hsl(147, 98%, 38%))

hex

background-color: #2BFD89;

tailwind

bg-[hsl(147,98%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(147, 98%, 58%, 0.4);

css variable

--color-primary: hsl(147, 98%, 58%);

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(147, 98%, 58%)?

HEX: #2BFD89 | RGB: rgb(43, 253, 137) | CMYK: 83%, 0%, 46%, 1% | HSV: 147°, 83%, 99%. Copy any format from the conversion table above.

What colors go well with #2BFD89?

The complementary color is HSL(327, 98%, 58%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 98%, 58%) in CSS?

As HSL: color: hsl(147, 98%, 58%); — As HEX: color: #2BFD89; — As RGB: color: rgb(43, 253, 137); — Tailwind CSS: bg-[hsl(147,98%,58%)] — CSS variable: --color-primary: hsl(147, 98%, 58%);