#6DCC42
A medium, moderate green closely aligning with Limegreen.
About #6DCC42
At its core, #6DCC42 is a medium and moderate hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(109, 204, 66).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 47% cyan, 0% magenta, 68% yellow, and 20% black. With a hue angle of 101.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DCC42
RGB109, 204, 66
HSL101.3°, 57.5%, 52.9%
CMYK47%, 0%, 68%, 20%
HSV101.3°, 67.6%, 80.0%
LAB74.1, -52.1, 57.7
XYZ28.9, 46.8, 12.7
Decimal7195714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.37:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC42;
}
.text-color {
color: #6DCC42;
}
.border-color {
border: 2px solid #6DCC42;
}