HSL(115, 64%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,64%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 64%, 66%) color: hsl(115, 64%, 66%)
HEX #7AE071 color: #7AE071
RGB rgb(122, 224, 113) color: rgb(122, 224, 113)
CMYK cmyk(46%, 0%, 50%, 12%)
HSV hsv(115, 50%, 88%)
HWB hwb(115 44% 12%) color: hwb(115 44% 12%)
OKLCH oklch(0.8195 0.177 142.17) color: oklch(0.8195 0.177 142.17)
Lab lab(81.09 -51.26 45.01) color: lab(81.09 -51.26 45.01)
LCH lch(81.09 68.22 138.71) color: lch(81.09 68.22 138.71)

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.65:1
vs Black 12.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)

#A6A78C — rgb(166, 167, 140)

Deuteranopia (Green-blind)

#A09992 — rgb(160, 153, 146)

Tritanopia (Blue-blind)

#7FA1A6 — rgb(127, 161, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 64%, 66%);

text

color: hsl(115, 64%, 66%);

border

border: 2px solid hsl(115, 64%, 66%);

gradient light

background: linear-gradient(to right, hsl(115, 64%, 86%), hsl(115, 64%, 66%));

gradient dark

background: linear-gradient(to right, hsl(115, 64%, 66%), hsl(115, 64%, 46%))

hex

background-color: #7AE071;

tailwind

bg-[hsl(115,64%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(115, 64%, 66%, 0.4);

css variable

--color-primary: hsl(115, 64%, 66%);

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(115, 64%, 66%)?

HEX: #7AE071 | RGB: rgb(122, 224, 113) | CMYK: 46%, 0%, 50%, 12% | HSV: 115°, 50%, 88%. Copy any format from the conversion table above.

What colors go well with #7AE071?

The complementary color is HSL(295, 64%, 66%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 64%, 66%) in CSS?

As HSL: color: hsl(115, 64%, 66%); — As HEX: color: #7AE071; — As RGB: color: rgb(122, 224, 113); — Tailwind CSS: bg-[hsl(115,64%,66%)] — CSS variable: --color-primary: hsl(115, 64%, 66%);