#7aff4b
a balanced, electric green · cool · closest name: lime
RGB
122, 255, 75
HSL
104°, 100%, 65%
CMYK
52, 0, 71, 0
Luminance
0.7617
Every format
| HEX | #7aff4b |
| RGB | rgb(122, 255, 75) |
| HSL | hsl(104, 100%, 65%) |
| CMYK | cmyk(52%, 0%, 71%, 0%) |
| LAB | lab(89.9 -66.8 70.9) |
| LCH | lch(89.9 97.4 133.3) |
| OKLCH | oklch(0.891 0.244 138.9) |
Copy-ready code
/* CSS */
color: #7aff4b;
background-color: #7aff4b;
/* Tailwind (arbitrary) */
class="text-[#7aff4b] bg-[#7aff4b]"
/* SCSS */
$brand: #7aff4b;
/* SwiftUI */
Color(red: 0.478, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#7aff4b")Accessibility — WCAG contrast
Aa
#7aff4b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aff4b on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green100.0%
Blue29.4%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#7aff4b text on a black background
contrast 16.23:1
Card sample
#7aff4b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aff4b;
Background color
Panel with #7aff4b background
background-color: #7aff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aff4b; background: linear-gradient(135deg, #7aff4b, #4BFF94);