#BDFF42
A light, vivid green closely aligning with Greenyellow.
About #BDFF42
The hex code #BDFF42 represents a beautifully specific shade of green. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(189, 255, 66).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 26% C, 0% M, 74% Y, and 0% K. With a hue angle of 81.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDFF42
RGB189, 255, 66
HSL81.0°, 100.0%, 62.9%
CMYK26%, 0%, 74%, 0%
HSV81.0°, 74.1%, 100.0%
LAB92.9, -45.9, 77.8
XYZ57.7, 82.7, 18.1
Decimal12451650
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.55:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF42;
}
.text-color {
color: #BDFF42;
}
.border-color {
border: 2px solid #BDFF42;
}