#6DCC49
A medium, moderate green closely aligning with Limegreen.
About #6DCC49
The hex code #6DCC49 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(109, 204, 73).
Translating this color to physical media requires the CMYK color model. The color uses 47% Cyan, 0% Magenta, 64% Yellow, and 20% Black. The HSL representation is 103.5° hue, 56.2% saturation, and 54.3% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DCC49
RGB109, 204, 73
HSL103.5°, 56.2%, 54.3%
CMYK47%, 0%, 64%, 20%
HSV103.5°, 64.2%, 80.0%
LAB74.1, -51.5, 54.9
XYZ29.1, 46.9, 13.8
Decimal7195721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.38:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC49;
}
.text-color {
color: #6DCC49;
}
.border-color {
border: 2px solid #6DCC49;
}