#7cff4a
a balanced, electric green · cool · closest name: lime
RGB
124, 255, 74
HSL
103°, 100%, 65%
CMYK
51, 0, 71, 0
Luminance
0.7630
Every format
| HEX | #7cff4a |
| RGB | rgb(124, 255, 74) |
| HSL | hsl(103, 100%, 65%) |
| CMYK | cmyk(51%, 0%, 71%, 0%) |
| LAB | lab(90.0 -66.3 71.3) |
| LCH | lch(90.0 97.4 132.9) |
| OKLCH | oklch(0.892 0.244 138.6) |
Copy-ready code
/* CSS */
color: #7cff4a;
background-color: #7cff4a;
/* Tailwind (arbitrary) */
class="text-[#7cff4a] bg-[#7cff4a]"
/* SCSS */
$brand: #7cff4a;
/* SwiftUI */
Color(red: 0.486, green: 1.000, blue: 0.290)
/* Android */
Color.parseColor("#7cff4a")Accessibility — WCAG contrast
Aa
#7cff4a on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cff4a on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green100.0%
Blue29.0%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow71.0%
Key (black)0.0%
Color previews
#7cff4a text on a black background
contrast 16.26:1
Card sample
#7cff4a text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cff4a;
Background color
Panel with #7cff4a background
background-color: #7cff4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cff4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 255, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 255, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cff4a; background: linear-gradient(135deg, #7cff4a, #4AFF91);