#7af45f
a light, electric green · cool · closest name: lime
RGB
122, 244, 95
HSL
109°, 87%, 67%
CMYK
50, 0, 61, 4
Luminance
0.6967
Every format
| HEX | #7af45f |
| RGB | rgb(122, 244, 95) |
| HSL | hsl(109, 87%, 67%) |
| CMYK | cmyk(50%, 0%, 61%, 4%) |
| LAB | lab(86.8 -61.1 59.9) |
| LCH | lch(86.8 85.5 135.6) |
| OKLCH | oklch(0.866 0.218 140.2) |
Copy-ready code
/* CSS */
color: #7af45f;
background-color: #7af45f;
/* Tailwind (arbitrary) */
class="text-[#7af45f] bg-[#7af45f]"
/* SCSS */
$brand: #7af45f;
/* SwiftUI */
Color(red: 0.478, green: 0.957, blue: 0.373)
/* Android */
Color.parseColor("#7af45f")Accessibility — WCAG contrast
Aa
#7af45f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af45f on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.7%
Blue37.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow61.1%
Key (black)4.3%
Color previews
#7af45f text on a black background
contrast 14.93:1
Card sample
#7af45f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af45f;
Background color
Panel with #7af45f background
background-color: #7af45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 244, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 244, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af45f; background: linear-gradient(135deg, #7af45f, #5FF4A7);