#6DF049
A light, vivid green closely aligning with Limegreen.
About #6DF049
Visually, #6DF049 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 109 red, 240 green, and 73 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 55% cyan, 0% magenta, 70% yellow, and 6% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF049
RGB109, 240, 73
HSL107.1°, 84.8%, 61.4%
CMYK55%, 0%, 70%, 6%
HSV107.1°, 69.6%, 94.1%
LAB85.0, -65.0, 66.5
XYZ38.7, 66.1, 17.0
Decimal7204937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.21:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF049;
}
.text-color {
color: #6DF049;
}
.border-color {
border: 2px solid #6DF049;
}