#7cf92f
a balanced, electric green · cool · closest name: lime
RGB
124, 249, 47
HSL
97°, 94%, 58%
CMYK
50, 0, 81, 2
Luminance
0.7224
Every format
| HEX | #7cf92f |
| RGB | rgb(124, 249, 47) |
| HSL | hsl(97, 94%, 58%) |
| CMYK | cmyk(50%, 0%, 81%, 2%) |
| LAB | lab(88.1 -65.7 77.6) |
| LCH | lch(88.1 101.7 130.2) |
| OKLCH | oklch(0.875 0.250 136.9) |
Copy-ready code
/* CSS */
color: #7cf92f;
background-color: #7cf92f;
/* Tailwind (arbitrary) */
class="text-[#7cf92f] bg-[#7cf92f]"
/* SCSS */
$brand: #7cf92f;
/* SwiftUI */
Color(red: 0.486, green: 0.976, blue: 0.184)
/* Android */
Color.parseColor("#7cf92f")Accessibility — WCAG contrast
Aa
#7cf92f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf92f on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.6%
Blue18.4%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow81.1%
Key (black)2.4%
Color previews
#7cf92f text on a black background
contrast 15.45:1
Card sample
#7cf92f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf92f;
Background color
Panel with #7cf92f background
background-color: #7cf92f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf92f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 249, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 249, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf92f; background: linear-gradient(135deg, #7cf92f, #2FF968);