Lime Hex Code — #00FF00
RGB, HSL, and CMYK values for Lime.
Lime Color Values
| Format | Value |
|---|---|
| HEX | #00FF00 |
| RGB | rgb(0, 255, 0) |
| HSL | hsl(120, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Lime
Color psychology: Energy, freshness.
Lime (#00FF00) is a medium shade of green. It's commonly used in web design, graphic design, and branding where energy, freshness are desired associations.
How to Use Lime in CSS
/* Using HEX */ color: #00FF00; background-color: #00FF00; /* Using RGB */ color: rgb(0, 255, 0); /* Using HSL */ color: hsl(120, 100%, 50%);