#E2F000
A medium, vivid yellow closely aligning with Yellow.
About #E2F000
Visually, #E2F000 is defined as a vivid yellow. Designers often compare it to the standard color Yellow. In the RGB color space, it consists of 226 red, 240 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 6% C, 0% M, 100% Y, and 6% K. With a hue angle of 63.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2F000
RGB226, 240, 0
HSL63.5°, 100.0%, 47.1%
CMYK6%, 0%, 100%, 6%
HSV63.5°, 100.0%, 94.1%
LAB91.0, -26.4, 89.0
XYZ62.5, 78.5, 11.9
Decimal14872576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.70:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F000;
}
.text-color {
color: #E2F000;
}
.border-color {
border: 2px solid #E2F000;
}