#00F800
A medium, vivid green closely aligning with Lime.
About #00F800
Visually, #00F800 is defined as a vivid green. Designers often compare it to the standard color Lime. Its digital footprint relies on 0 parts red, 248 parts green, and 0 parts blue light.
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. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00F800
RGB0, 248, 0
HSL120.0°, 100.0%, 48.6%
CMYK100%, 0%, 100%, 3%
HSV120.0°, 100.0%, 97.3%
LAB85.6, -84.4, 81.4
XYZ33.6, 67.1, 11.2
Decimal63488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.43:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F800;
}
.text-color {
color: #00F800;
}
.border-color {
border: 2px solid #00F800;
}