#7af52c
a balanced, electric green · cool · closest name: lime
RGB
122, 245, 44
HSL
97°, 91%, 57%
CMYK
50, 0, 82, 4
Luminance
0.6962
Every format
| HEX | #7af52c |
| RGB | rgb(122, 245, 44) |
| HSL | hsl(97, 91%, 57%) |
| CMYK | cmyk(50%, 0%, 82%, 4%) |
| LAB | lab(86.8 -65.0 77.2) |
| LCH | lch(86.8 100.9 130.1) |
| OKLCH | oklch(0.865 0.248 136.8) |
Copy-ready code
/* CSS */
color: #7af52c;
background-color: #7af52c;
/* Tailwind (arbitrary) */
class="text-[#7af52c] bg-[#7af52c]"
/* SCSS */
$brand: #7af52c;
/* SwiftUI */
Color(red: 0.478, green: 0.961, blue: 0.173)
/* Android */
Color.parseColor("#7af52c")Accessibility — WCAG contrast
Aa
#7af52c on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af52c on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.1%
Blue17.3%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow82.0%
Key (black)3.9%
Color previews
#7af52c text on a black background
contrast 14.92:1
Card sample
#7af52c text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af52c;
Background color
Panel with #7af52c background
background-color: #7af52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 245, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 245, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af52c; background: linear-gradient(135deg, #7af52c, #2CF564);