#BDFFAF
A very light, vivid green closely aligning with Lightgreen.
About #BDFFAF
The hex code #BDFFAF represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 255, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 26% Cyan, 0% Magenta, 31% Yellow, and 0% Black. With a hue angle of 109.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDFFAF
RGB189, 255, 175
HSL109.5°, 100.0%, 84.3%
CMYK26%, 0%, 31%, 0%
HSV109.5°, 31.4%, 100.0%
LAB94.1, -35.1, 31.8
XYZ64.5, 85.4, 53.6
Decimal12451759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.09:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFAF;
}
.text-color {
color: #BDFFAF;
}
.border-color {
border: 2px solid #BDFFAF;
}