#76fe49
a balanced, electric green · cool · closest name: lime
RGB
118, 254, 73
HSL
105°, 99%, 64%
CMYK
54, 0, 71, 0
Luminance
0.7522
Every format
| HEX | #76fe49 |
| RGB | rgb(118, 254, 73) |
| HSL | hsl(105, 99%, 64%) |
| CMYK | cmyk(54%, 0%, 71%, 0%) |
| LAB | lab(89.5 -67.6 71.1) |
| LCH | lch(89.5 98.1 133.5) |
| OKLCH | oklch(0.887 0.246 139.2) |
Copy-ready code
/* CSS */
color: #76fe49;
background-color: #76fe49;
/* Tailwind (arbitrary) */
class="text-[#76fe49] bg-[#76fe49]"
/* SCSS */
$brand: #76fe49;
/* SwiftUI */
Color(red: 0.463, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#76fe49")Accessibility — WCAG contrast
Aa
#76fe49 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fe49 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green99.6%
Blue28.6%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#76fe49 text on a black background
contrast 16.04:1
Card sample
#76fe49 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fe49;
Background color
Panel with #76fe49 background
background-color: #76fe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fe49; background: linear-gradient(135deg, #76fe49, #49FE95);