#6DE200
A medium, vivid green closely aligning with Lawngreen.
About #6DE200
At its core, #6DE200 is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 226, and 0.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 52% cyan, 0% magenta, 100% yellow, and 11% black. 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#6DE200
RGB109, 226, 0
HSL91.1°, 100.0%, 44.3%
CMYK52%, 0%, 100%, 11%
HSV91.1°, 100.0%, 88.6%
LAB80.5, -62.9, 78.2
XYZ33.5, 57.6, 9.4
Decimal7201280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.53:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE200;
}
.text-color {
color: #6DE200;
}
.border-color {
border: 2px solid #6DE200;
}