#6DCC24
A medium, vivid green closely aligning with Limegreen.
About #6DCC24
The hex code #6DCC24 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(109, 204, 36).
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, 82% yellow, and 20% black. With a hue angle of 93.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DCC24
RGB109, 204, 36
HSL93.9°, 70.0%, 47.1%
CMYK47%, 0%, 82%, 20%
HSV93.9°, 82.4%, 80.0%
LAB73.9, -54.0, 67.4
XYZ28.2, 46.6, 9.2
Decimal7195684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.31:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC24;
}
.text-color {
color: #6DCC24;
}
.border-color {
border: 2px solid #6DCC24;
}