Light green Color — HEX, RGB, HSL & CMYK Codes

#96f97b
Format Value
HEX #96f97b
RGB rgb(150, 249, 123)
HSL hsl(107.1, 91.3%, 72.9%)
CMYK cmyk(39.8%, 0%, 50.6%, 2.4%)
HSV hsv(107.1, 50.6%, 97.6%)

light green color harmonies

Tints & shades of light green

Tints (lighter)

#a0fa87 #a9fa93 #b3fb9f #bcfbab #c6fcb7 #cffcc3 #d9fdcf #e2fddb #ecfee7 #f5fef3

Shades (darker)

#88e270 #7bcc65 #6db559 #5f9e4e #528843 #447138 #375b2d #294422 #1b2d16 #0e170b

Contrast & accessibility

The quick brown fox

On white · 1.3:1 · Fail

The quick brown fox

On black · 16.13:1 · AAA

Recommended text color: #000000

Use light green in code

CSS color: #96f97b;
SCSS $color: #96f97b;
Tailwind bg-[#96f97b]
Swift UIColor(red: 0.588, green: 0.976, blue: 0.482, alpha: 1)
Android Color.parseColor("#96f97b")
Flutter Color(0xFF96F97B)

Colors similar to light green

Browse all Green colors →

What is the HEX code for light green?

The CSS color light green in HEX format is #96f97b. Use this value directly in CSS, SVG, and most design tools.

How do I use light green in CSS?

To apply light green in CSS:

  • Text color: color: #96f97b;
  • Background: background-color: #96f97b;
  • Border: border-color: #96f97b;

What are all the color format values for light green?

FormatValue
HEX#96f97b
RGBrgb(150, 249, 123)
HSLhsl(107.1, 91.3%, 72.9%)
CMYKcmyk(39.8%, 0%, 50.6%, 2.4%)

How do I convert light green to HEX?

Select light green from the color name list in our color converter. The HEX value — #96f97b — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light green belong to?

light green belongs to the green color family. It is a light, vivid color with HSL values: hue 107.1°, saturation 91.3%, lightness 72.9%.

How do I create lighter and darker shades of light green?

Lighter variant (lightness 87.9%): #d0fcc4. Darker variant (lightness 57.900000000000006%): #5cf632. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.