#00F024
A medium, vivid green closely aligning with Lime.
About #00F024
The hex code #00F024 represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 240, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00F024
RGB0, 240, 36
HSL129.0°, 100.0%, 47.1%
CMYK100%, 0%, 85%, 6%
HSV129.0°, 100.0%, 94.1%
LAB83.2, -81.4, 74.9
XYZ31.5, 62.4, 12.1
Decimal61476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.49:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F024;
}
.text-color {
color: #00F024;
}
.border-color {
border: 2px solid #00F024;
}