#50F800
A medium, vivid green closely aligning with Lime.
About #50F800
The precise color #50F800 is an excellent choice for modern design projects. 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 80, 248, and 0.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F800
RGB80, 248, 0
HSL100.6°, 100.0%, 48.6%
CMYK68%, 0%, 100%, 3%
HSV100.6°, 100.0%, 97.3%
LAB86.4, -76.8, 82.5
XYZ36.9, 68.8, 11.3
Decimal5306368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F800;
}
.text-color {
color: #50F800;
}
.border-color {
border: 2px solid #50F800;
}