#7af413
a balanced, electric green · cool · closest name: lime
RGB
122, 244, 19
HSL
93°, 91%, 52%
CMYK
50, 0, 92, 4
Luminance
0.6889
Every format
| HEX | #7af413 |
| RGB | rgb(122, 244, 19) |
| HSL | hsl(93, 91%, 52%) |
| CMYK | cmyk(50%, 0%, 92%, 4%) |
| LAB | lab(86.5 -65.3 81.3) |
| LCH | lch(86.5 104.3 128.8) |
| OKLCH | oklch(0.862 0.253 136.1) |
Copy-ready code
/* CSS */
color: #7af413;
background-color: #7af413;
/* Tailwind (arbitrary) */
class="text-[#7af413] bg-[#7af413]"
/* SCSS */
$brand: #7af413;
/* SwiftUI */
Color(red: 0.478, green: 0.957, blue: 0.075)
/* Android */
Color.parseColor("#7af413")Accessibility — WCAG contrast
Aa
#7af413 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af413 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.7%
Blue7.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow92.2%
Key (black)4.3%
Color previews
#7af413 text on a black background
contrast 14.78:1
Card sample
#7af413 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af413;
Background color
Panel with #7af413 background
background-color: #7af413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 244, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 244, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af413; background: linear-gradient(135deg, #7af413, #13F442);