HSL(116, 92%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(116,92%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(116, 92%, 68%) color: hsl(116, 92%, 68%)
HEX #6CF862 color: #6CF862
RGB rgb(108, 248, 98) color: rgb(108, 248, 98)
CMYK cmyk(56%, 0%, 60%, 3%)
HSV hsv(116, 60%, 97%)
HWB hwb(116 39% 3%) color: hwb(116 39% 3%)
OKLCH oklch(0.871 0.2266 142.25) color: oklch(0.871 0.2266 142.25)
Lab lab(87.58 -65.78 59.33) color: lab(87.58 -65.78 59.33)
LCH lch(87.58 88.58 137.95) color: lch(87.58 88.58 137.95)

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.38:1
vs Black 15.24: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)

#A9AA86 — rgb(169, 170, 134)

Deuteranopia (Green-blind)

#A1968F — rgb(161, 150, 143)

Tritanopia (Blue-blind)

#73A3A9 — rgb(115, 163, 169)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(116, 92%, 68%);

text

color: hsl(116, 92%, 68%);

border

border: 2px solid hsl(116, 92%, 68%);

gradient light

background: linear-gradient(to right, hsl(116, 92%, 88%), hsl(116, 92%, 68%));

gradient dark

background: linear-gradient(to right, hsl(116, 92%, 68%), hsl(116, 92%, 48%))

hex

background-color: #6CF862;

tailwind

bg-[hsl(116,92%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(116, 92%, 68%, 0.4);

css variable

--color-primary: hsl(116, 92%, 68%);

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(116, 92%, 68%)?

HEX: #6CF862 | RGB: rgb(108, 248, 98) | CMYK: 56%, 0%, 60%, 3% | HSV: 116°, 60%, 97%. Copy any format from the conversion table above.

What colors go well with #6CF862?

The complementary color is HSL(296, 92%, 68%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(116, 92%, 68%) in CSS?

As HSL: color: hsl(116, 92%, 68%); — As HEX: color: #6CF862; — As RGB: color: rgb(108, 248, 98); — Tailwind CSS: bg-[hsl(116,92%,68%)] — CSS variable: --color-primary: hsl(116, 92%, 68%);