#6DF050
A light, vivid green closely aligning with Limegreen.
About #6DF050
The precise color #6DF050 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 109 parts red, 240 parts green, and 80 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 55% C, 0% M, 67% Y, and 6% K. The HSL representation is 109.1° hue, 84.2% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF050
RGB109, 240, 80
HSL109.1°, 84.2%, 62.7%
CMYK55%, 0%, 67%, 6%
HSV109.1°, 66.7%, 94.1%
LAB85.1, -64.4, 63.9
XYZ38.9, 66.2, 18.3
Decimal7204944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.23:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF050;
}
.text-color {
color: #6DF050;
}
.border-color {
border: 2px solid #6DF050;
}