#E2FF99
A very light, vivid green closely aligning with Khaki.
About #E2FF99
When working with digital screens, the color #E2FF99 is rendered by mixing light. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(226, 255, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 0% M, 40% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2FF99
RGB226, 255, 153
HSL77.1°, 100.0%, 80.0%
CMYK11%, 0%, 40%, 0%
HSV77.1°, 40.0%, 100.0%
LAB96.0, -25.1, 45.6
XYZ72.9, 90.0, 43.7
Decimal14876569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
19.00:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF99;
}
.text-color {
color: #E2FF99;
}
.border-color {
border: 2px solid #E2FF99;
}