#4bfe4f
a balanced, electric green · cool · closest name: lime
RGB
75, 254, 79
HSL
121°, 99%, 65%
CMYK
71, 0, 69, 0
Luminance
0.7294
Every format
| HEX | #4bfe4f |
| RGB | rgb(75, 254, 79) |
| HSL | hsl(121, 99%, 65%) |
| CMYK | cmyk(71%, 0%, 69%, 0%) |
| LAB | lab(88.4 -76.2 67.5) |
| LCH | lch(88.4 101.8 138.4) |
| OKLCH | oklch(0.875 0.258 143.2) |
Copy-ready code
/* CSS */
color: #4bfe4f;
background-color: #4bfe4f;
/* Tailwind (arbitrary) */
class="text-[#4bfe4f] bg-[#4bfe4f]"
/* SCSS */
$brand: #4bfe4f;
/* SwiftUI */
Color(red: 0.294, green: 0.996, blue: 0.310)
/* Android */
Color.parseColor("#4bfe4f")Accessibility — WCAG contrast
Aa
#4bfe4f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bfe4f on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green99.6%
Blue31.0%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow68.9%
Key (black)0.4%
Color previews
#4bfe4f text on a black background
contrast 15.59:1
Card sample
#4bfe4f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bfe4f;
Background color
Panel with #4bfe4f background
background-color: #4bfe4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bfe4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 254, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 254, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bfe4f; background: linear-gradient(135deg, #4bfe4f, #4BFEC6);