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