#6DCC16
A medium, vivid green closely aligning with Limegreen.
About #6DCC16
At its core, #6DCC16 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(109, 204, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#6DCC16
RGB109, 204, 22
HSL91.3°, 80.5%, 44.3%
CMYK47%, 0%, 89%, 20%
HSV91.3°, 89.2%, 80.0%
LAB73.9, -54.5, 70.3
XYZ28.0, 46.5, 8.3
Decimal7195670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.30:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC16;
}
.text-color {
color: #6DCC16;
}
.border-color {
border: 2px solid #6DCC16;
}