#7af82f
a balanced, electric green · cool · closest name: lime
RGB
122, 248, 47
HSL
98°, 94%, 58%
CMYK
51, 0, 81, 3
Luminance
0.7148
Every format
| HEX | #7af82f |
| RGB | rgb(122, 248, 47) |
| HSL | hsl(98, 94%, 58%) |
| CMYK | cmyk(51%, 0%, 81%, 3%) |
| LAB | lab(87.7 -65.9 77.2) |
| LCH | lch(87.7 101.5 130.5) |
| OKLCH | oklch(0.872 0.250 137.1) |
Copy-ready code
/* CSS */
color: #7af82f;
background-color: #7af82f;
/* Tailwind (arbitrary) */
class="text-[#7af82f] bg-[#7af82f]"
/* SCSS */
$brand: #7af82f;
/* SwiftUI */
Color(red: 0.478, green: 0.973, blue: 0.184)
/* Android */
Color.parseColor("#7af82f")Accessibility — WCAG contrast
Aa
#7af82f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af82f on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.3%
Blue18.4%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow81.0%
Key (black)2.7%
Color previews
#7af82f text on a black background
contrast 15.30:1
Card sample
#7af82f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af82f;
Background color
Panel with #7af82f background
background-color: #7af82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 248, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 248, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af82f; background: linear-gradient(135deg, #7af82f, #2FF86A);