#4bff76
a balanced, electric green · cool · closest name: lime
RGB
75, 255, 118
HSL
134°, 100%, 65%
CMYK
71, 0, 54, 0
Luminance
0.7432
Every format
| HEX | #4bff76 |
| RGB | rgb(75, 255, 118) |
| HSL | hsl(134, 100%, 65%) |
| CMYK | cmyk(71%, 0%, 54%, 0%) |
| LAB | lab(89.1 -72.3 52.1) |
| LCH | lch(89.1 89.1 144.2) |
| OKLCH | oklch(0.882 0.231 147.4) |
Copy-ready code
/* CSS */
color: #4bff76;
background-color: #4bff76;
/* Tailwind (arbitrary) */
class="text-[#4bff76] bg-[#4bff76]"
/* SCSS */
$brand: #4bff76;
/* SwiftUI */
Color(red: 0.294, green: 1.000, blue: 0.463)
/* Android */
Color.parseColor("#4bff76")Accessibility — WCAG contrast
Aa
#4bff76 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bff76 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green100.0%
Blue46.3%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow53.7%
Key (black)0.0%
Color previews
#4bff76 text on a black background
contrast 15.86:1
Card sample
#4bff76 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bff76;
Background color
Panel with #4bff76 background
background-color: #4bff76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bff76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 255, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 255, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bff76; background: linear-gradient(135deg, #4bff76, #4BFFEE);