#6DFF3A
A light, vivid green closely aligning with Lawngreen.
About #6DFF3A
Visually, #6DFF3A is defined as a vivid green. Its closest recognized web color is Lawngreen. In the RGB color space, it consists of 109 red, 255 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 57% Cyan, 0% Magenta, 77% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DFF3A
RGB109, 255, 58
HSL104.5°, 100.0%, 61.4%
CMYK57%, 0%, 77%, 0%
HSV104.5°, 77.3%, 100.0%
LAB89.4, -71.1, 75.7
XYZ42.8, 75.1, 16.2
Decimal7208762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.02:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFF3A;
}
.text-color {
color: #6DFF3A;
}
.border-color {
border: 2px solid #6DFF3A;
}