#7afb0f
a balanced, electric green · cool · closest name: lime
RGB
122, 251, 15
HSL
93°, 97%, 52%
CMYK
51, 0, 94, 2
Luminance
0.7317
Every format
| HEX | #7afb0f |
| RGB | rgb(122, 251, 15) |
| HSL | hsl(93, 97%, 52%) |
| CMYK | cmyk(51%, 0%, 94%, 2%) |
| LAB | lab(88.5 -67.9 83.5) |
| LCH | lch(88.5 107.6 129.1) |
| OKLCH | oklch(0.879 0.261 136.5) |
Copy-ready code
/* CSS */
color: #7afb0f;
background-color: #7afb0f;
/* Tailwind (arbitrary) */
class="text-[#7afb0f] bg-[#7afb0f]"
/* SCSS */
$brand: #7afb0f;
/* SwiftUI */
Color(red: 0.478, green: 0.984, blue: 0.059)
/* Android */
Color.parseColor("#7afb0f")Accessibility — WCAG contrast
Aa
#7afb0f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afb0f on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.4%
Blue5.9%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow94.0%
Key (black)1.6%
Color previews
#7afb0f text on a black background
contrast 15.63:1
Card sample
#7afb0f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afb0f;
Background color
Panel with #7afb0f background
background-color: #7afb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 251, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 251, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afb0f; background: linear-gradient(135deg, #7afb0f, #0FFB42);