HSL(105, 60%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(105,60%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(105, 60%, 53%) color: hsl(105, 60%, 53%)
HEX #63CF3F color: #63CF3F
RGB rgb(99, 207, 63) color: rgb(99, 207, 63)
CMYK cmyk(52%, 0%, 70%, 19%)
HSV hsv(105, 70%, 81%)
HWB hwb(105 24% 19%) color: hwb(105 24% 19%)
OKLCH oklch(0.7622 0.2057 139.03) color: oklch(0.7622 0.2057 139.03)
Lab lab(74.59 -56.4 59.25) color: lab(74.59 -56.4 59.25)
LCH lch(74.59 81.8 133.59) color: lch(74.59 81.8 133.59)

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.99:1
vs Black 10.53: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)

#929362 — rgb(146, 147, 98)

Deuteranopia (Green-blind)

#8C836A — rgb(140, 131, 106)

Tritanopia (Blue-blind)

#687D83 — rgb(104, 125, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(105, 60%, 53%);

text

color: hsl(105, 60%, 53%);

border

border: 2px solid hsl(105, 60%, 53%);

gradient light

background: linear-gradient(to right, hsl(105, 60%, 73%), hsl(105, 60%, 53%));

gradient dark

background: linear-gradient(to right, hsl(105, 60%, 53%), hsl(105, 60%, 33%))

hex

background-color: #63CF3F;

tailwind

bg-[hsl(105,60%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(105, 60%, 53%, 0.4);

css variable

--color-primary: hsl(105, 60%, 53%);

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(105, 60%, 53%)?

HEX: #63CF3F | RGB: rgb(99, 207, 63) | CMYK: 52%, 0%, 70%, 19% | HSV: 105°, 70%, 81%. Copy any format from the conversion table above.

What colors go well with #63CF3F?

The complementary color is HSL(285, 60%, 53%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(105, 60%, 53%) in CSS?

As HSL: color: hsl(105, 60%, 53%); — As HEX: color: #63CF3F; — As RGB: color: rgb(99, 207, 63); — Tailwind CSS: bg-[hsl(105,60%,53%)] — CSS variable: --color-primary: hsl(105, 60%, 53%);