Neon green to HSL — Color Code

HSL

hsl(120, 100%, 52.4%)

Format Value
HEX #0cff0c
RGB rgb(12, 255, 12)
HSL hsl(120, 100%, 52.4%)
CMYK cmyk(95.3%, 0%, 95.3%, 0%)

What is the HSL code for neon green?

The CSS color neon green in HSL format is hsl(120, 100%, 52.4%). Use this value directly in CSS, SVG, and most design tools.

How do I use neon green in CSS?

To apply neon green in CSS:

  • Text color: color: hsl(120, 100%, 52.4%);
  • Background: background-color: hsl(120, 100%, 52.4%);
  • Border: border-color: hsl(120, 100%, 52.4%);

What are all the color format values for neon green?

FormatValue
HEX#0cff0c
RGBrgb(12, 255, 12)
HSLhsl(120, 100%, 52.4%)
CMYKcmyk(95.3%, 0%, 95.3%, 0%)

How do I convert neon green to HSL?

Select neon green from the color name list in our color converter. The HSL value — hsl(120, 100%, 52.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does neon green belong to?

neon green belongs to the green color family. It is a medium, vivid color with HSL values: hue 120°, saturation 100%, lightness 52.4%.

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

Lighter variant (lightness 67.4%): #59ff59. Darker variant (lightness 37.4%): #00bf00. 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.