Lime Hex Code — #00FF00

RGB, HSL, and CMYK values for Lime.

Lime Color Values

FormatValue
HEX#00FF00
RGBrgb(0, 255, 0)
HSLhsl(120, 100%, 50%)
CMYKcmyk(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%);

Colors That Go With Lime

Complementary

Analogous

Triadic

Similar Shades of Green

Frequently Asked Questions