#E2F82C
A medium, vivid yellow closely aligning with Yellow.
About #E2F82C
Visually, #E2F82C is defined as a vivid yellow. Designers often compare it to the standard color Yellow. Its digital footprint relies on 226 parts red, 248 parts green, and 44 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 9% C, 0% M, 82% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#E2F82C
RGB226, 248, 44
HSL66.5°, 93.6%, 57.3%
CMYK9%, 0%, 82%, 3%
HSV66.5°, 82.3%, 97.3%
LAB93.2, -29.4, 84.9
XYZ65.4, 83.5, 15.1
Decimal14874668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.70:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F82C;
}
.text-color {
color: #E2F82C;
}
.border-color {
border: 2px solid #E2F82C;
}