#6DCC07
A medium, vivid green closely aligning with Limegreen.
About #6DCC07
Visually, #6DCC07 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(109, 204, 7).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 47% Cyan, 0% Magenta, 97% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
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#6DCC07
RGB109, 204, 7
HSL88.9°, 93.4%, 41.4%
CMYK47%, 0%, 97%, 20%
HSV88.9°, 96.6%, 80.0%
LAB73.8, -54.8, 72.2
XYZ27.9, 46.5, 7.7
Decimal7195655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC07;
}
.text-color {
color: #6DCC07;
}
.border-color {
border: 2px solid #6DCC07;
}