Light Green Hex Code — #90EE90
RGB, HSL, and CMYK values for Light Green.
Light Green Color Values
| Format | Value |
|---|---|
| HEX | #90EE90 |
| RGB | rgb(144, 238, 144) |
| HSL | hsl(120, 73%, 75%) |
| CMYK | cmyk(39%, 0%, 39%, 7%) |
Want to explore more shades? Use our Color Converter
About Light Green
Color psychology: Gentleness, healing.
Light Green (#90EE90) is a light shade of green. It's commonly used in web design, graphic design, and branding where gentleness, healing are desired associations.
How to Use Light Green in CSS
/* Using HEX */ color: #90EE90; background-color: #90EE90; /* Using RGB */ color: rgb(144, 238, 144); /* Using HSL */ color: hsl(120, 73%, 75%);