What is the RGB code for lemon green?
The CSS color lemon green in RGB format is rgb(173, 248, 2). 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: rgb(173, 248, 2);
- Background: background-color: rgb(173, 248, 2);
- Border: border-color: rgb(173, 248, 2);
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 RGB?
Select lemon green from the color name list in our color converter. The RGB value — rgb(173, 248, 2) — 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 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.