#6DF800
A medium, vivid green closely aligning with Lawngreen.
About #6DF800
Visually, #6DF800 is defined as a vivid green. Its closest recognized web color is Lawngreen. In the RGB color space, it consists of 109 red, 248 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#6DF800
RGB109, 248, 0
HSL93.6°, 100.0%, 48.6%
CMYK56%, 0%, 100%, 3%
HSV93.6°, 100.0%, 97.3%
LAB87.2, -70.5, 83.4
XYZ39.9, 70.4, 11.5
Decimal7206912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.08:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF800;
}
.text-color {
color: #6DF800;
}
.border-color {
border: 2px solid #6DF800;
}