#4df105
a balanced, electric green · cool · closest name: lime
RGB
77, 241, 5
HSL
102°, 96%, 48%
CMYK
68, 0, 98, 6
Luminance
0.6450
Every format
| HEX | #4df105 |
| RGB | rgb(77, 241, 5) |
| HSL | hsl(102, 96%, 48%) |
| CMYK | cmyk(68%, 0%, 98%, 6%) |
| LAB | lab(84.2 -75.2 80.3) |
| LCH | lch(84.2 110.0 133.1) |
| OKLCH | oklch(0.840 0.270 140.0) |
Copy-ready code
/* CSS */
color: #4df105;
background-color: #4df105;
/* Tailwind (arbitrary) */
class="text-[#4df105] bg-[#4df105]"
/* SCSS */
$brand: #4df105;
/* SwiftUI */
Color(red: 0.302, green: 0.945, blue: 0.020)
/* Android */
Color.parseColor("#4df105")Accessibility — WCAG contrast
Aa
#4df105 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df105 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green94.5%
Blue2.0%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow97.9%
Key (black)5.5%
Color previews
#4df105 text on a black background
contrast 13.90:1
Card sample
#4df105 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df105;
Background color
Panel with #4df105 background
background-color: #4df105;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df105;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 241, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 241, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df105; background: linear-gradient(135deg, #4df105, #05F15A);