#7af22f
a balanced, electric green · cool · closest name: lime
RGB
122, 242, 47
HSL
97°, 88%, 57%
CMYK
50, 0, 81, 5
Luminance
0.6785
Every format
| HEX | #7af22f |
| RGB | rgb(122, 242, 47) |
| HSL | hsl(97, 88%, 57%) |
| CMYK | cmyk(50%, 0%, 81%, 5%) |
| LAB | lab(85.9 -63.8 75.6) |
| LCH | lch(85.9 98.9 130.1) |
| OKLCH | oklch(0.858 0.243 136.8) |
Copy-ready code
/* CSS */
color: #7af22f;
background-color: #7af22f;
/* Tailwind (arbitrary) */
class="text-[#7af22f] bg-[#7af22f]"
/* SCSS */
$brand: #7af22f;
/* SwiftUI */
Color(red: 0.478, green: 0.949, blue: 0.184)
/* Android */
Color.parseColor("#7af22f")Accessibility — WCAG contrast
Aa
#7af22f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af22f on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green94.9%
Blue18.4%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow80.6%
Key (black)5.1%
Color previews
#7af22f text on a black background
contrast 14.57:1
Card sample
#7af22f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af22f;
Background color
Panel with #7af22f background
background-color: #7af22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 242, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 242, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af22f; background: linear-gradient(135deg, #7af22f, #2FF266);