HSL(116, 65%, 48%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(116,65%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(116, 65%, 48%) color: hsl(116, 65%, 48%)
HEX #35CA2B color: #35CA2B
RGB rgb(53, 202, 43) color: rgb(53, 202, 43)
CMYK cmyk(74%, 0%, 79%, 21%)
HSV hsv(116, 79%, 79%)
HWB hwb(116 17% 21%) color: hwb(116 17% 21%)
OKLCH oklch(0.7341 0.2281 142.17) color: oklch(0.7341 0.2281 142.17)
Lab lab(71.67 -66.2 62.75) color: lab(71.67 -66.2 62.75)
LCH lch(71.67 91.21 136.53) color: lch(71.67 91.21 136.53)

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 2.18:1
vs Black 9.63: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)

#767751 — rgb(118, 119, 81)

Deuteranopia (Green-blind)

#6D625B — rgb(109, 98, 91)

Tritanopia (Blue-blind)

#3C7077 — rgb(60, 112, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(116, 65%, 48%);

text

color: hsl(116, 65%, 48%);

border

border: 2px solid hsl(116, 65%, 48%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(116, 65%, 48%), hsl(116, 65%, 28%))

hex

background-color: #35CA2B;

tailwind

bg-[hsl(116,65%,48%)]

box shadow

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

css variable

--color-primary: hsl(116, 65%, 48%);

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, 65%, 48%)?

HEX: #35CA2B | RGB: rgb(53, 202, 43) | CMYK: 74%, 0%, 79%, 21% | HSV: 116°, 79%, 79%. Copy any format from the conversion table above.

What colors go well with #35CA2B?

The complementary color is HSL(296, 65%, 48%). 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, 65%, 48%) in CSS?

As HSL: color: hsl(116, 65%, 48%); — As HEX: color: #35CA2B; — As RGB: color: rgb(53, 202, 43); — Tailwind CSS: bg-[hsl(116,65%,48%)] — CSS variable: --color-primary: hsl(116, 65%, 48%);