#BDFF49
A light, vivid green closely aligning with Greenyellow.
About #BDFF49
At its core, #BDFF49 is a light and vivid hue. Designers often compare it to the standard color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 255, and 73.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 26% C, 0% M, 71% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDFF49
RGB189, 255, 73
HSL81.8°, 100.0%, 64.3%
CMYK26%, 0%, 71%, 0%
HSV81.8°, 71.4%, 100.0%
LAB92.9, -45.6, 75.6
XYZ57.9, 82.8, 19.2
Decimal12451657
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.56:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF49;
}
.text-color {
color: #BDFF49;
}
.border-color {
border: 2px solid #BDFF49;
}