#7af84a
a balanced, electric green · cool · closest name: lime
RGB
122, 248, 74
HSL
103°, 93%, 63%
CMYK
51, 0, 70, 3
Luminance
0.7177
Every format
| HEX | #7af84a |
| RGB | rgb(122, 248, 74) |
| HSL | hsl(103, 93%, 63%) |
| CMYK | cmyk(51%, 0%, 70%, 3%) |
| LAB | lab(87.8 -64.3 69.2) |
| LCH | lch(87.8 94.5 132.9) |
| OKLCH | oklch(0.874 0.237 138.5) |
Copy-ready code
/* CSS */
color: #7af84a;
background-color: #7af84a;
/* Tailwind (arbitrary) */
class="text-[#7af84a] bg-[#7af84a]"
/* SCSS */
$brand: #7af84a;
/* SwiftUI */
Color(red: 0.478, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#7af84a")Accessibility — WCAG contrast
Aa
#7af84a on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af84a on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.3%
Blue29.0%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#7af84a text on a black background
contrast 15.35:1
Card sample
#7af84a text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af84a;
Background color
Panel with #7af84a background
background-color: #7af84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af84a; background: linear-gradient(135deg, #7af84a, #4AF88E);