HSL(126, 85%, 67%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(126,85%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(126, 85%, 67%) color: hsl(126, 85%, 67%)
HEX #63F272 color: #63F272
RGB rgb(99, 242, 114) color: rgb(99, 242, 114)
CMYK cmyk(59%, 0%, 53%, 5%)
HSV hsv(126, 59%, 95%)
HWB hwb(126 39% 5%) color: hwb(126 39% 5%)
OKLCH oklch(0.8552 0.2102 145.31) color: oklch(0.8552 0.2102 145.31)
Lab lab(85.69 -63.83 49.96) color: lab(85.69 -63.83 49.96)
LCH lch(85.69 81.06 141.95) color: lch(85.69 81.06 141.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.45:1
vs Black 14.47: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)

#A1A291 — rgb(161, 162, 145)

Deuteranopia (Green-blind)

#998E98 — rgb(153, 142, 152)

Tritanopia (Blue-blind)

#6AA9AF — rgb(106, 169, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(126, 85%, 67%);

text

color: hsl(126, 85%, 67%);

border

border: 2px solid hsl(126, 85%, 67%);

gradient light

background: linear-gradient(to right, hsl(126, 85%, 87%), hsl(126, 85%, 67%));

gradient dark

background: linear-gradient(to right, hsl(126, 85%, 67%), hsl(126, 85%, 47%))

hex

background-color: #63F272;

tailwind

bg-[hsl(126,85%,67%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(126, 85%, 67%, 0.4);

css variable

--color-primary: hsl(126, 85%, 67%);

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(126, 85%, 67%)?

HEX: #63F272 | RGB: rgb(99, 242, 114) | CMYK: 59%, 0%, 53%, 5% | HSV: 126°, 59%, 95%. Copy any format from the conversion table above.

What colors go well with #63F272?

The complementary color is HSL(306, 85%, 67%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(126, 85%, 67%) in CSS?

As HSL: color: hsl(126, 85%, 67%); — As HEX: color: #63F272; — As RGB: color: rgb(99, 242, 114); — Tailwind CSS: bg-[hsl(126,85%,67%)] — CSS variable: --color-primary: hsl(126, 85%, 67%);