#BDF02C
A medium, vivid green closely aligning with Greenyellow.
About #BDF02C
Visually, #BDF02C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 240, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 21% cyan, 0% magenta, 82% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDF02C
RGB189, 240, 44
HSL75.6°, 86.7%, 55.7%
CMYK21%, 0%, 82%, 6%
HSV75.6°, 81.7%, 94.1%
LAB88.6, -40.4, 80.0
XYZ52.6, 73.3, 13.8
Decimal12447788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.66:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF02C;
}
.text-color {
color: #BDF02C;
}
.border-color {
border: 2px solid #BDF02C;
}