Lime Color
CSS Name lime
HEX #00FF00
RGB rgb(0, 255, 0)
HSL hsl(120, 100%, 50%)
CMYK cmyk(100%, 0%, 100%, 0%)
About Lime
Lime is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: lime;) or by its HEX code (color: #00FF00;).
Usage in CSS
.element {
color: lime;
/* or */
color: #00FF00;
/* or */
color: rgb(0, 255, 0);
}
color: lime;
/* or */
color: #00FF00;
/* or */
color: rgb(0, 255, 0);
}
Frequently Asked Questions
What is the HEX code for Lime?
The HEX code for Lime is #00FF00.
What is the RGB value of Lime?
The RGB value is rgb(0, 255, 0).