#6DCC50
A medium, moderate green closely aligning with Limegreen.
About #6DCC50
At its core, #6DCC50 is a medium and moderate hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 204, and 80.
For print applications, it's crucial to understand its CMYK makeup. The color uses 47% Cyan, 0% Magenta, 61% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DCC50
RGB109, 204, 80
HSL106.0°, 54.9%, 55.7%
CMYK47%, 0%, 61%, 20%
HSV106.0°, 60.8%, 80.0%
LAB74.2, -50.8, 52.0
XYZ29.3, 47.0, 15.1
Decimal7195728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC50;
}
.text-color {
color: #6DCC50;
}
.border-color {
border: 2px solid #6DCC50;
}