#50F03A
A medium, vivid green closely aligning with Limegreen.
About #50F03A
Visually, #50F03A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 80 red, 240 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 67% cyan, 0% magenta, 76% yellow, and 6% black. The HSL representation is 112.7° hue, 85.8% saturation, and 58.4% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50F03A
RGB80, 240, 58
HSL112.7°, 85.8%, 58.4%
CMYK67%, 0%, 76%, 6%
HSV112.7°, 75.8%, 94.1%
LAB84.1, -72.5, 70.4
XYZ35.2, 64.3, 14.6
Decimal5304378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F03A;
}
.text-color {
color: #50F03A;
}
.border-color {
border: 2px solid #50F03A;
}