#7ffc4f
a balanced, electric green · cool · closest name: lime
RGB
127, 252, 79
HSL
103°, 97%, 65%
CMYK
50, 0, 69, 1
Luminance
0.7470
Every format
| HEX | #7ffc4f |
| RGB | rgb(127, 252, 79) |
| HSL | hsl(103, 97%, 65%) |
| CMYK | cmyk(50%, 0%, 69%, 1%) |
| LAB | lab(89.3 -64.0 68.8) |
| LCH | lch(89.3 94.0 132.9) |
| OKLCH | oklch(0.886 0.236 138.4) |
Copy-ready code
/* CSS */
color: #7ffc4f;
background-color: #7ffc4f;
/* Tailwind (arbitrary) */
class="text-[#7ffc4f] bg-[#7ffc4f]"
/* SCSS */
$brand: #7ffc4f;
/* SwiftUI */
Color(red: 0.498, green: 0.988, blue: 0.310)
/* Android */
Color.parseColor("#7ffc4f")Accessibility — WCAG contrast
Aa
#7ffc4f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffc4f on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.8%
Blue31.0%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow68.7%
Key (black)1.2%
Color previews
#7ffc4f text on a black background
contrast 15.94:1
Card sample
#7ffc4f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffc4f;
Background color
Panel with #7ffc4f background
background-color: #7ffc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 252, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 252, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffc4f; background: linear-gradient(135deg, #7ffc4f, #4FFC92);