#B6F075
A light, vivid green closely aligning with Palegreen.
About #B6F075
Visually, #B6F075 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 240, and 117.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 24% cyan, 0% magenta, 51% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#B6F075
RGB182, 240, 117
HSL88.3°, 80.4%, 70.0%
CMYK24%, 0%, 51%, 6%
HSV88.3°, 51.3%, 94.1%
LAB88.7, -38.1, 53.1
XYZ53.7, 73.5, 28.2
Decimal11989109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.71:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F075;
}
.text-color {
color: #B6F075;
}
.border-color {
border: 2px solid #B6F075;
}