#4bfd3d
a balanced, electric green · cool · closest name: lime
RGB
75, 253, 61
HSL
116°, 98%, 62%
CMYK
70, 0, 76, 1
Luminance
0.7208
Every format
| HEX | #4bfd3d |
| RGB | rgb(75, 253, 61) |
| HSL | hsl(116, 98%, 62%) |
| CMYK | cmyk(70%, 0%, 76%, 1%) |
| LAB | lab(88.0 -77.2 73.2) |
| LCH | lch(88.0 106.3 136.5) |
| OKLCH | oklch(0.871 0.267 142.1) |
Copy-ready code
/* CSS */
color: #4bfd3d;
background-color: #4bfd3d;
/* Tailwind (arbitrary) */
class="text-[#4bfd3d] bg-[#4bfd3d]"
/* SCSS */
$brand: #4bfd3d;
/* SwiftUI */
Color(red: 0.294, green: 0.992, blue: 0.239)
/* Android */
Color.parseColor("#4bfd3d")Accessibility — WCAG contrast
Aa
#4bfd3d on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bfd3d on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green99.2%
Blue23.9%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow75.9%
Key (black)0.8%
Color previews
#4bfd3d text on a black background
contrast 15.42:1
Card sample
#4bfd3d text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bfd3d;
Background color
Panel with #4bfd3d background
background-color: #4bfd3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bfd3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 253, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 253, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bfd3d; background: linear-gradient(135deg, #4bfd3d, #3DFDAF);