#7afc7a
a light, electric green · cool · closest name: lime
RGB
122, 252, 122
HSL
120°, 96%, 73%
CMYK
52, 0, 52, 1
Luminance
0.7516
Every format
| HEX | #7afc7a |
| RGB | rgb(122, 252, 122) |
| HSL | hsl(120, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 52%, 1%) |
| LAB | lab(89.5 -61.0 51.0) |
| LCH | lch(89.5 79.6 140.1) |
| OKLCH | oklch(0.888 0.206 143.6) |
Copy-ready code
/* CSS */
color: #7afc7a;
background-color: #7afc7a;
/* Tailwind (arbitrary) */
class="text-[#7afc7a] bg-[#7afc7a]"
/* SCSS */
$brand: #7afc7a;
/* SwiftUI */
Color(red: 0.478, green: 0.988, blue: 0.478)
/* Android */
Color.parseColor("#7afc7a")Accessibility — WCAG contrast
Aa
#7afc7a on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afc7a on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.8%
Blue47.8%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow51.6%
Key (black)1.2%
Color previews
#7afc7a text on a black background
contrast 16.03:1
Card sample
#7afc7a text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afc7a;
Background color
Panel with #7afc7a background
background-color: #7afc7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afc7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 252, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 252, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afc7a; background: linear-gradient(135deg, #7afc7a, #7AFCD1);