#BDFFBD
A very light, vivid green closely aligning with Lightgreen.
About #BDFFBD
At its core, #BDFFBD is a very light and vivid hue. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(189, 255, 189).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. The HSL representation is 120.0° hue, 100.0% saturation, and 87.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#BDFFBD
RGB189, 255, 189
HSL120.0°, 100.0%, 87.1%
CMYK26%, 0%, 26%, 0%
HSV120.0°, 25.9%, 100.0%
LAB94.3, -32.9, 25.1
XYZ65.9, 86.0, 61.3
Decimal12451773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.20:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFBD;
}
.text-color {
color: #BDFFBD;
}
.border-color {
border: 2px solid #BDFFBD;
}