#50F000
A medium, vivid green closely aligning with Lawngreen.
About #50F000
Visually, #50F000 is defined as a vivid green. Its closest recognized web color is Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 240, and 0.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 0% Magenta, 100% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50F000
RGB80, 240, 0
HSL100.0°, 100.0%, 47.1%
CMYK67%, 0%, 100%, 6%
HSV100.0°, 100.0%, 94.1%
LAB84.0, -74.4, 80.5
XYZ34.5, 64.0, 10.5
Decimal5304320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.81:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F000;
}
.text-color {
color: #50F000;
}
.border-color {
border: 2px solid #50F000;
}