#BDF80F
A medium, vivid green closely aligning with Greenyellow.
About #BDF80F
The hex code #BDF80F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(189, 248, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 24% Cyan, 0% Magenta, 94% Yellow, and 3% Black. With a hue angle of 75.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDF80F
RGB189, 248, 15
HSL75.2°, 94.3%, 51.6%
CMYK24%, 0%, 94%, 3%
HSV75.2°, 94.0%, 97.3%
LAB90.8, -44.5, 86.6
XYZ54.6, 78.0, 12.6
Decimal12449807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.60:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF80F;
}
.text-color {
color: #BDF80F;
}
.border-color {
border: 2px solid #BDF80F;
}