#00F842
A medium, vivid green closely aligning with Lime.
About #00F842
Visually, #00F842 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 248, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 136.0° hue, 100.0% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00F842
RGB0, 248, 66
HSL136.0°, 100.0%, 48.6%
CMYK100%, 0%, 73%, 3%
HSV136.0°, 100.0%, 97.3%
LAB85.8, -81.8, 69.1
XYZ34.6, 67.5, 16.4
Decimal63554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.51:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F842;
}
.text-color {
color: #00F842;
}
.border-color {
border: 2px solid #00F842;
}