#7af44f
a balanced, electric green · cool · closest name: lime
RGB
122, 244, 79
HSL
104°, 88%, 63%
CMYK
50, 0, 68, 4
Luminance
0.6940
Every format
| HEX | #7af44f |
| RGB | rgb(122, 244, 79) |
| HSL | hsl(104, 88%, 63%) |
| CMYK | cmyk(50%, 0%, 68%, 4%) |
| LAB | lab(86.7 -62.5 66.1) |
| LCH | lch(86.7 91.0 133.4) |
| OKLCH | oklch(0.865 0.229 138.7) |
Copy-ready code
/* CSS */
color: #7af44f;
background-color: #7af44f;
/* Tailwind (arbitrary) */
class="text-[#7af44f] bg-[#7af44f]"
/* SCSS */
$brand: #7af44f;
/* SwiftUI */
Color(red: 0.478, green: 0.957, blue: 0.310)
/* Android */
Color.parseColor("#7af44f")Accessibility — WCAG contrast
Aa
#7af44f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af44f on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.7%
Blue31.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow67.6%
Key (black)4.3%
Color previews
#7af44f text on a black background
contrast 14.88:1
Card sample
#7af44f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af44f;
Background color
Panel with #7af44f background
background-color: #7af44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 244, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 244, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af44f; background: linear-gradient(135deg, #7af44f, #4FF492);