#E2FF66
A light, vivid yellow closely aligning with Yellowgreen.
About #E2FF66
When working with digital screens, the color #E2FF66 is rendered by mixing light. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 226 red, 255 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. The HSL representation is 71.4° hue, 100.0% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2FF66
RGB226, 255, 102
HSL71.4°, 100.0%, 70.0%
CMYK11%, 0%, 60%, 0%
HSV71.4°, 60.0%, 100.0%
LAB95.4, -29.8, 68.0
XYZ69.5, 88.6, 26.0
Decimal14876518
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.73:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF66;
}
.text-color {
color: #E2FF66;
}
.border-color {
border: 2px solid #E2FF66;
}