#7BF760
A light, vivid green closely aligning with Limegreen.
About #7BF760
At its core, #7BF760 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(123, 247, 96).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. The HSL representation is 109.3° hue, 90.4% saturation, and 67.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7BF760
RGB123, 247, 96
HSL109.3°, 90.4%, 67.3%
CMYK50%, 0%, 61%, 3%
HSV109.3°, 61.1%, 96.9%
LAB87.8, -61.8, 60.5
XYZ43.5, 71.6, 22.6
Decimal8124256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7BF760;
}
.text-color {
color: #7BF760;
}
.border-color {
border: 2px solid #7BF760;
}