#7ffb49
a balanced, electric green · cool · closest name: lime
RGB
127, 251, 73
HSL
102°, 96%, 64%
CMYK
49, 0, 71, 2
Luminance
0.7399
Every format
| HEX | #7ffb49 |
| RGB | rgb(127, 251, 73) |
| HSL | hsl(102, 96%, 64%) |
| CMYK | cmyk(49%, 0%, 71%, 2%) |
| LAB | lab(88.9 -64.1 70.6) |
| LCH | lch(88.9 95.4 132.2) |
| OKLCH | oklch(0.883 0.238 138.0) |
Copy-ready code
/* CSS */
color: #7ffb49;
background-color: #7ffb49;
/* Tailwind (arbitrary) */
class="text-[#7ffb49] bg-[#7ffb49]"
/* SCSS */
$brand: #7ffb49;
/* SwiftUI */
Color(red: 0.498, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#7ffb49")Accessibility — WCAG contrast
Aa
#7ffb49 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffb49 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.4%
Blue28.6%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#7ffb49 text on a black background
contrast 15.80:1
Card sample
#7ffb49 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffb49;
Background color
Panel with #7ffb49 background
background-color: #7ffb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffb49; background: linear-gradient(135deg, #7ffb49, #49FB8A);