#07F800
A medium, vivid green closely aligning with Lime.
About #07F800
Visually, #07F800 is defined as a vivid green. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 248, and 0.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F800
RGB7, 248, 0
HSL118.3°, 100.0%, 48.6%
CMYK97%, 0%, 100%, 3%
HSV118.3°, 100.0%, 97.3%
LAB85.6, -84.2, 81.5
XYZ33.7, 67.2, 11.2
Decimal522240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F800;
}
.text-color {
color: #07F800;
}
.border-color {
border: 2px solid #07F800;
}