#00F824
A medium, vivid green closely aligning with Lime.
About #00F824
The precise color #00F824 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 0 red, 248 green, and 36 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 85% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00F824
RGB0, 248, 36
HSL128.7°, 100.0%, 48.6%
CMYK100%, 0%, 85%, 3%
HSV128.7°, 100.0%, 97.3%
LAB85.6, -83.5, 77.1
XYZ33.9, 67.3, 12.9
Decimal63524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F824;
}
.text-color {
color: #00F824;
}
.border-color {
border: 2px solid #00F824;
}