#50DB83
A medium, moderate green closely aligning with Lightgreen.
About #50DB83
Visually, #50DB83 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 219, and 131.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 63% C, 0% M, 40% Y, and 14% K. 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. 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#50DB83
RGB80, 219, 131
HSL142.0°, 65.9%, 58.6%
CMYK63%, 0%, 40%, 14%
HSV142.0°, 63.5%, 85.9%
LAB78.5, -56.7, 32.5
XYZ32.7, 54.0, 30.2
Decimal5299075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.80:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DB83;
}
.text-color {
color: #50DB83;
}
.border-color {
border: 2px solid #50DB83;
}