#6DCC5F
A medium, moderate green closely aligning with Lightgreen.
About #6DCC5F
When working with digital screens, the color #6DCC5F is rendered by mixing light. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(109, 204, 95).
Translating this color to physical media requires the CMYK color model. 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.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DCC5F
RGB109, 204, 95
HSL112.3°, 51.7%, 58.6%
CMYK47%, 0%, 53%, 20%
HSV112.3°, 53.4%, 80.0%
LAB74.4, -49.2, 45.3
XYZ30.0, 47.3, 18.4
Decimal7195743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.45:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC5F;
}
.text-color {
color: #6DCC5F;
}
.border-color {
border: 2px solid #6DCC5F;
}