#50B642
A medium, moderate green closely aligning with Forestgreen.
About #50B642
When working with digital screens, the color #50B642 is rendered by mixing light. It is closely associated with the named CSS color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 182, and 66.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 56% cyan, 0% magenta, 64% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#50B642
RGB80, 182, 66
HSL112.8°, 46.8%, 48.6%
CMYK56%, 0%, 64%, 29%
HSV112.8°, 63.7%, 71.4%
LAB66.2, -51.9, 48.8
XYZ21.0, 35.6, 10.9
Decimal5289538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50B642;
}
.text-color {
color: #50B642;
}
.border-color {
border: 2px solid #50B642;
}