HSL(95, 100%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,100%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 100%, 65%) color: hsl(95, 100%, 65%)
HEX #97FF4D color: #97FF4D
RGB rgb(151, 255, 77) color: rgb(151, 255, 77)
CMYK cmyk(41%, 0%, 70%, 0%)
HSV hsv(95, 70%, 100%)
HWB hwb(95 30% 0%) color: hwb(95 30% 0%)
OKLCH oklch(0.9035 0.2296 135.07) color: oklch(0.9035 0.2296 135.07)
Lab lab(91.07 -58.25 71.73) color: lab(91.07 -58.25 71.73)
LCH lch(91.07 92.4 129.08) color: lch(91.07 92.4 129.08)

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.26:1
vs Black 16.73: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)

#C4C578 — rgb(196, 197, 120)

Deuteranopia (Green-blind)

#BEB682 — rgb(190, 182, 130)

Tritanopia (Blue-blind)

#9C9AA2 — rgb(156, 154, 162)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 100%, 65%);

text

color: hsl(95, 100%, 65%);

border

border: 2px solid hsl(95, 100%, 65%);

gradient light

background: linear-gradient(to right, hsl(95, 100%, 85%), hsl(95, 100%, 65%));

gradient dark

background: linear-gradient(to right, hsl(95, 100%, 65%), hsl(95, 100%, 45%))

hex

background-color: #97FF4D;

tailwind

bg-[hsl(95,100%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(95, 100%, 65%, 0.4);

css variable

--color-primary: hsl(95, 100%, 65%);

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(95, 100%, 65%)?

HEX: #97FF4D | RGB: rgb(151, 255, 77) | CMYK: 41%, 0%, 70%, 0% | HSV: 95°, 70%, 100%. Copy any format from the conversion table above.

What colors go well with #97FF4D?

The complementary color is HSL(275, 100%, 65%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 100%, 65%) in CSS?

As HSL: color: hsl(95, 100%, 65%); — As HEX: color: #97FF4D; — As RGB: color: rgb(151, 255, 77); — Tailwind CSS: bg-[hsl(95,100%,65%)] — CSS variable: --color-primary: hsl(95, 100%, 65%);