#7cf113
a balanced, electric green · cool · closest name: lime
RGB
124, 241, 19
HSL
92°, 89%, 51%
CMYK
49, 0, 92, 6
Luminance
0.6724
Every format
| HEX | #7cf113 |
| RGB | rgb(124, 241, 19) |
| HSL | hsl(92, 89%, 51%) |
| CMYK | cmyk(49%, 0%, 92%, 6%) |
| LAB | lab(85.6 -63.7 80.7) |
| LCH | lch(85.6 102.8 128.3) |
| OKLCH | oklch(0.855 0.249 135.7) |
Copy-ready code
/* CSS */
color: #7cf113;
background-color: #7cf113;
/* Tailwind (arbitrary) */
class="text-[#7cf113] bg-[#7cf113]"
/* SCSS */
$brand: #7cf113;
/* SwiftUI */
Color(red: 0.486, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#7cf113")Accessibility — WCAG contrast
Aa
#7cf113 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf113 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.5%
Blue7.5%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#7cf113 text on a black background
contrast 14.45:1
Card sample
#7cf113 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf113;
Background color
Panel with #7cf113 background
background-color: #7cf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf113; background: linear-gradient(135deg, #7cf113, #13F13E);