#E2FF00
A medium, vivid yellow closely aligning with Yellow.
About #E2FF00
At its core, #E2FF00 is a medium and vivid hue. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 255, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. The HSL representation is 66.8° hue, 100.0% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2FF00
RGB226, 255, 0
HSL66.8°, 100.0%, 50.0%
CMYK11%, 0%, 100%, 0%
HSV66.8°, 100.0%, 100.0%
LAB95.0, -33.3, 92.0
XYZ67.1, 87.7, 13.4
Decimal14876416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.54:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF00;
}
.text-color {
color: #E2FF00;
}
.border-color {
border: 2px solid #E2FF00;
}