Light green to HSL — Color Code

HSL

hsl(107.1, 91.3%, 72.9%)

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%)

What is the HSL code for light green?

The CSS color light green in HSL format is hsl(107.1, 91.3%, 72.9%). 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: hsl(107.1, 91.3%, 72.9%);
  • Background: background-color: hsl(107.1, 91.3%, 72.9%);
  • Border: border-color: hsl(107.1, 91.3%, 72.9%);

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

Select light green from the color name list in our color converter. The HSL value — hsl(107.1, 91.3%, 72.9%) — 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 HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.