HSL(97, 60%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,60%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 60%, 52%) color: hsl(97, 60%, 52%)
HEX #73CE3B color: #73CE3B
RGB rgb(115, 206, 59) color: rgb(115, 206, 59)
CMYK cmyk(44%, 0%, 71%, 19%)
HSV hsv(97, 71%, 81%)
HWB hwb(97 23% 19%) color: hwb(97 23% 19%)
OKLCH oklch(0.7663 0.1993 136.07) color: oklch(0.7663 0.1993 136.07)
Lab lab(74.89 -51.59 61.23) color: lab(74.89 -51.59 61.23)
LCH lch(74.89 80.07 130.12) color: lch(74.89 80.07 130.12)

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.98:1
vs Black 10.62: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)

#9A9B5F — rgb(154, 155, 95)

Deuteranopia (Green-blind)

#958E67 — rgb(149, 142, 103)

Tritanopia (Blue-blind)

#787B81 — rgb(120, 123, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 60%, 52%);

text

color: hsl(97, 60%, 52%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #73CE3B;

tailwind

bg-[hsl(97,60%,52%)]

box shadow

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

css variable

--color-primary: hsl(97, 60%, 52%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(97, 60%, 52%)?

HEX: #73CE3B | RGB: rgb(115, 206, 59) | CMYK: 44%, 0%, 71%, 19% | HSV: 97°, 71%, 81%. Copy any format from the conversion table above.

What colors go well with #73CE3B?

The complementary color is HSL(277, 60%, 52%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(97, 60%, 52%); — As HEX: color: #73CE3B; — As RGB: color: rgb(115, 206, 59); — Tailwind CSS: bg-[hsl(97,60%,52%)] — CSS variable: --color-primary: hsl(97, 60%, 52%);