#BDF82C
A medium, vivid green closely aligning with Greenyellow.
About #BDF82C
When working with digital screens, the color #BDF82C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(189, 248, 44).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 24% cyan and 0% magenta inks. The HSL representation is 77.4° hue, 93.6% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#BDF82C
RGB189, 248, 44
HSL77.4°, 93.6%, 57.3%
CMYK24%, 0%, 82%, 3%
HSV77.4°, 82.3%, 97.3%
LAB90.8, -43.8, 81.9
XYZ55.0, 78.1, 14.6
Decimal12449836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.63:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF82C;
}
.text-color {
color: #BDF82C;
}
.border-color {
border: 2px solid #BDF82C;
}