#7cf539
a balanced, electric green · cool · closest name: lime
RGB
124, 245, 57
HSL
99°, 90%, 59%
CMYK
49, 0, 77, 4
Luminance
0.6989
Every format
| HEX | #7cf539 |
| RGB | rgb(124, 245, 57) |
| HSL | hsl(99, 90%, 59%) |
| CMYK | cmyk(49%, 0%, 77%, 4%) |
| LAB | lab(86.9 -63.8 73.8) |
| LCH | lch(86.9 97.5 130.8) |
| OKLCH | oklch(0.866 0.241 137.2) |
Copy-ready code
/* CSS */
color: #7cf539;
background-color: #7cf539;
/* Tailwind (arbitrary) */
class="text-[#7cf539] bg-[#7cf539]"
/* SCSS */
$brand: #7cf539;
/* SwiftUI */
Color(red: 0.486, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#7cf539")Accessibility — WCAG contrast
Aa
#7cf539 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf539 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green96.1%
Blue22.4%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#7cf539 text on a black background
contrast 14.98:1
Card sample
#7cf539 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf539;
Background color
Panel with #7cf539 background
background-color: #7cf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf539; background: linear-gradient(135deg, #7cf539, #39F573);