What is the HSL code for lemon green?
The CSS color lemon green in HSL format is hsl(78.3, 98.4%, 49%). Use this value directly in CSS, SVG, and most design tools.
How do I use lemon green in CSS?
To apply lemon green in CSS:
- Text color: color: hsl(78.3, 98.4%, 49%);
- Background: background-color: hsl(78.3, 98.4%, 49%);
- Border: border-color: hsl(78.3, 98.4%, 49%);
What are all the color format values for lemon green?
| Format | Value |
|---|---|
| HEX | #adf802 |
| RGB | rgb(173, 248, 2) |
| HSL | hsl(78.3, 98.4%, 49%) |
| CMYK | cmyk(30.2%, 0%, 99.2%, 2.7%) |
How do I convert lemon green to HSL?
Select lemon green from the color name list in our color converter. The HSL value — hsl(78.3, 98.4%, 49%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lemon green belong to?
lemon green belongs to the green color family. It is a medium, vivid color with HSL values: hue 78.3°, saturation 98.4%, lightness 49%.
How do I create lighter and darker shades of lemon green?
Lighter variant (lightness 64%): #c6fe49. Darker variant (lightness 34%): #78ac01. 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.