#7afb5f
a light, electric green · cool · closest name: lime
RGB
122, 251, 95
HSL
110°, 95%, 68%
CMYK
51, 0, 62, 2
Luminance
0.7396
Every format
| HEX | #7afb5f |
| RGB | rgb(122, 251, 95) |
| HSL | hsl(110, 95%, 68%) |
| CMYK | cmyk(51%, 0%, 62%, 2%) |
| LAB | lab(88.9 -63.7 62.2) |
| LCH | lch(88.9 89.0 135.7) |
| OKLCH | oklch(0.883 0.226 140.4) |
Copy-ready code
/* CSS */
color: #7afb5f;
background-color: #7afb5f;
/* Tailwind (arbitrary) */
class="text-[#7afb5f] bg-[#7afb5f]"
/* SCSS */
$brand: #7afb5f;
/* SwiftUI */
Color(red: 0.478, green: 0.984, blue: 0.373)
/* Android */
Color.parseColor("#7afb5f")Accessibility — WCAG contrast
Aa
#7afb5f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afb5f on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.4%
Blue37.3%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow62.2%
Key (black)1.6%
Color previews
#7afb5f text on a black background
contrast 15.79:1
Card sample
#7afb5f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afb5f;
Background color
Panel with #7afb5f background
background-color: #7afb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 251, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 251, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afb5f; background: linear-gradient(135deg, #7afb5f, #5FFBAC);