#4fff7c
a light, electric green · cool · closest name: lime
RGB
79, 255, 124
HSL
135°, 100%, 66%
CMYK
69, 0, 51, 0
Luminance
0.7464
Every format
| HEX | #4fff7c |
| RGB | rgb(79, 255, 124) |
| HSL | hsl(135, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 51%, 0%) |
| LAB | lab(89.2 -70.8 49.5) |
| LCH | lch(89.2 86.4 145.0) |
| OKLCH | oklch(0.883 0.225 148.0) |
Copy-ready code
/* CSS */
color: #4fff7c;
background-color: #4fff7c;
/* Tailwind (arbitrary) */
class="text-[#4fff7c] bg-[#4fff7c]"
/* SCSS */
$brand: #4fff7c;
/* SwiftUI */
Color(red: 0.310, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#4fff7c")Accessibility — WCAG contrast
Aa
#4fff7c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fff7c on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green100.0%
Blue48.6%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#4fff7c text on a black background
contrast 15.93:1
Card sample
#4fff7c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fff7c;
Background color
Panel with #4fff7c background
background-color: #4fff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fff7c; background: linear-gradient(135deg, #4fff7c, #4FFFF1);