HSL(111, 100%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(111,100%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 100%, 70%) color: hsl(111, 100%, 70%)
HEX #7DFF66 color: #7DFF66
RGB rgb(125, 255, 102) color: rgb(125, 255, 102)
CMYK cmyk(51%, 0%, 60%, 0%)
HSV hsv(111, 60%, 100%)
HWB hwb(111 40% 0%) color: hwb(111 40% 0%)
OKLCH oklch(0.8946 0.2248 140.77) color: oklch(0.8946 0.2248 140.77)
Lab lab(90.25 -63.66 60.81) color: lab(90.25 -63.66 60.81)
LCH lch(90.25 88.04 136.31) color: lch(90.25 88.04 136.31)

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.28:1
vs Black 16.37: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)

#B5B68B — rgb(181, 182, 139)

Deuteranopia (Green-blind)

#AEA494 — rgb(174, 164, 148)

Tritanopia (Blue-blind)

#84A8AF — rgb(132, 168, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 100%, 70%);

text

color: hsl(111, 100%, 70%);

border

border: 2px solid hsl(111, 100%, 70%);

gradient light

background: linear-gradient(to right, hsl(111, 100%, 90%), hsl(111, 100%, 70%));

gradient dark

background: linear-gradient(to right, hsl(111, 100%, 70%), hsl(111, 100%, 50%))

hex

background-color: #7DFF66;

tailwind

bg-[hsl(111,100%,70%)]

box shadow

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

css variable

--color-primary: hsl(111, 100%, 70%);

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(111, 100%, 70%)?

HEX: #7DFF66 | RGB: rgb(125, 255, 102) | CMYK: 51%, 0%, 60%, 0% | HSV: 111°, 60%, 100%. Copy any format from the conversion table above.

What colors go well with #7DFF66?

The complementary color is HSL(291, 100%, 70%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 100%, 70%) in CSS?

As HSL: color: hsl(111, 100%, 70%); — As HEX: color: #7DFF66; — As RGB: color: rgb(125, 255, 102); — Tailwind CSS: bg-[hsl(111,100%,70%)] — CSS variable: --color-primary: hsl(111, 100%, 70%);