Light green to RGB — Color Code

#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 RGB code for light green?

The CSS color light green in RGB format is rgb(150, 249, 123). 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: rgb(150, 249, 123);
  • Background: background-color: rgb(150, 249, 123);
  • Border: border-color: rgb(150, 249, 123);

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 RGB?

Select light green from the color name list in our color converter. The RGB value — rgb(150, 249, 123) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.