What is the RGB code for light lime?
The CSS color light lime in RGB format is rgb(174, 253, 108). Use this value directly in CSS, SVG, and most design tools.
How do I use light lime in CSS?
To apply light lime in CSS:
- Text color: color: rgb(174, 253, 108);
- Background: background-color: rgb(174, 253, 108);
- Border: border-color: rgb(174, 253, 108);
What are all the color format values for light lime?
| Format | Value |
|---|---|
| HEX | #aefd6c |
| RGB | rgb(174, 253, 108) |
| HSL | hsl(92.7, 97.3%, 70.8%) |
| CMYK | cmyk(31.2%, 0%, 57.3%, 0.8%) |
How do I convert light lime to RGB?
Select light lime from the color name list in our color converter. The RGB value — rgb(174, 253, 108) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light lime belong to?
light lime belongs to the green color family. It is a light, vivid color with HSL values: hue 92.7°, saturation 97.3%, lightness 70.8%.
How do I create lighter and darker shades of light lime?
Lighter variant (lightness 85.8%): #d8feb8. Darker variant (lightness 55.8%): #84fc21. 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.