#7cfb2f
a balanced, electric green · cool · closest name: lime
RGB
124, 251, 47
HSL
97°, 96%, 58%
CMYK
51, 0, 81, 2
Luminance
0.7348
Every format
| HEX | #7cfb2f |
| RGB | rgb(124, 251, 47) |
| HSL | hsl(97, 96%, 58%) |
| CMYK | cmyk(51%, 0%, 81%, 2%) |
| LAB | lab(88.7 -66.4 78.1) |
| LCH | lch(88.7 102.5 130.4) |
| OKLCH | oklch(0.880 0.252 137.0) |
Copy-ready code
/* CSS */
color: #7cfb2f;
background-color: #7cfb2f;
/* Tailwind (arbitrary) */
class="text-[#7cfb2f] bg-[#7cfb2f]"
/* SCSS */
$brand: #7cfb2f;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.184)
/* Android */
Color.parseColor("#7cfb2f")Accessibility — WCAG contrast
Aa
#7cfb2f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfb2f on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue18.4%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow81.3%
Key (black)1.6%
Color previews
#7cfb2f text on a black background
contrast 15.70:1
Card sample
#7cfb2f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfb2f;
Background color
Panel with #7cfb2f background
background-color: #7cfb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfb2f; background: linear-gradient(135deg, #7cfb2f, #2FFB6A);