#6DBD00
A dark, vivid green closely aligning with Yellowgreen.
About #6DBD00
Visually, #6DBD00 is defined as a vivid green. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 189, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 42% Cyan, 0% Magenta, 100% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DBD00
RGB109, 189, 0
HSL85.4°, 100.0%, 37.1%
CMYK42%, 0%, 100%, 26%
HSV85.4°, 100.0%, 74.1%
LAB69.2, -49.1, 69.3
XYZ24.5, 39.6, 6.4
Decimal7191808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.93:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DBD00;
}
.text-color {
color: #6DBD00;
}
.border-color {
border: 2px solid #6DBD00;
}