#6DCC75
A light, moderate green closely aligning with Lightgreen.
About #6DCC75
Visually, #6DCC75 is defined as a moderate green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 204, and 117.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 47% Cyan, 0% Magenta, 43% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DCC75
RGB109, 204, 117
HSL125.1°, 48.2%, 61.4%
CMYK47%, 0%, 43%, 20%
HSV125.1°, 46.6%, 80.0%
LAB74.6, -46.1, 34.8
XYZ31.1, 47.7, 24.4
Decimal7195765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.54:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC75;
}
.text-color {
color: #6DCC75;
}
.border-color {
border: 2px solid #6DCC75;
}