#6DFF0F
A medium, vivid green closely aligning with Lawngreen.
About #6DFF0F
The precise color #6DFF0F is an excellent choice for modern design projects. It is closely associated with the named CSS color Lawngreen. Its digital footprint relies on 109 parts red, 255 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 0% Magenta, 94% Yellow, and 0% Black. With a hue angle of 96.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DFF0F
RGB109, 255, 15
HSL96.5°, 100.0%, 52.9%
CMYK57%, 0%, 94%, 0%
HSV96.5°, 94.1%, 100.0%
LAB89.3, -72.6, 83.9
XYZ42.2, 74.8, 12.7
Decimal7208719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.96:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFF0F;
}
.text-color {
color: #6DFF0F;
}
.border-color {
border: 2px solid #6DFF0F;
}