#7ad913
a balanced, electric green · cool · closest name: lime
RGB
122, 217, 19
HSL
89°, 84%, 46%
CMYK
44, 0, 91, 15
Luminance
0.5381
Every format
| HEX | #7ad913 |
| RGB | rgb(122, 217, 19) |
| HSL | hsl(89, 84%, 46%) |
| CMYK | cmyk(44%, 0%, 91%, 15%) |
| LAB | lab(78.3 -55.4 74.7) |
| LCH | lch(78.3 93.0 126.6) |
| OKLCH | oklch(0.795 0.225 134.1) |
Copy-ready code
/* CSS */
color: #7ad913;
background-color: #7ad913;
/* Tailwind (arbitrary) */
class="text-[#7ad913] bg-[#7ad913]"
/* SCSS */
$brand: #7ad913;
/* SwiftUI */
Color(red: 0.478, green: 0.851, blue: 0.075)
/* Android */
Color.parseColor("#7ad913")Accessibility — WCAG contrast
Aa
#7ad913 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad913 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green85.1%
Blue7.5%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow91.2%
Key (black)14.9%
Color previews
#7ad913 text on a black background
contrast 11.76:1
Card sample
#7ad913 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad913;
Background color
Panel with #7ad913 background
background-color: #7ad913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 217, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 217, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad913; background: linear-gradient(135deg, #7ad913, #13D930);