#7af939
a balanced, electric green · cool · closest name: lime
RGB
122, 249, 57
HSL
100°, 94%, 60%
CMYK
51, 0, 77, 2
Luminance
0.7218
Every format
| HEX | #7af939 |
| RGB | rgb(122, 249, 57) |
| HSL | hsl(100, 94%, 60%) |
| CMYK | cmyk(51%, 0%, 77%, 2%) |
| LAB | lab(88.1 -65.8 74.8) |
| LCH | lch(88.1 99.6 131.3) |
| OKLCH | oklch(0.875 0.247 137.6) |
Copy-ready code
/* CSS */
color: #7af939;
background-color: #7af939;
/* Tailwind (arbitrary) */
class="text-[#7af939] bg-[#7af939]"
/* SCSS */
$brand: #7af939;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.224)
/* Android */
Color.parseColor("#7af939")Accessibility — WCAG contrast
Aa
#7af939 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af939 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue22.4%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow77.1%
Key (black)2.4%
Color previews
#7af939 text on a black background
contrast 15.44:1
Card sample
#7af939 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af939;
Background color
Panel with #7af939 background
background-color: #7af939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af939; background: linear-gradient(135deg, #7af939, #39F978);