#90EE90
A light, vivid green closely aligning with Lightgreen.
About #90EE90
The hex code #90EE90 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(144, 238, 144).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 39% cyan, 0% magenta, 39% yellow, and 7% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#90EE90
RGB144, 238, 144
HSL120.0°, 73.4%, 74.9%
CMYK39%, 0%, 39%, 7%
HSV120.0°, 39.5%, 93.3%
LAB86.5, -46.3, 36.9
XYZ47.1, 69.1, 37.2
Decimal9498256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.82:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #90EE90;
}
.text-color {
color: #90EE90;
}
.border-color {
border: 2px solid #90EE90;
}