#4bff24
a balanced, electric green · cool · closest name: lime
RGB
75, 255, 36
HSL
109°, 100%, 57%
CMYK
71, 0, 86, 0
Luminance
0.7314
Every format
| HEX | #4bff24 |
| RGB | rgb(75, 255, 36) |
| HSL | hsl(109, 100%, 57%) |
| CMYK | cmyk(71%, 0%, 86%, 0%) |
| LAB | lab(88.5 -79.0 79.9) |
| LCH | lch(88.5 112.4 134.7) |
| OKLCH | oklch(0.875 0.278 141.0) |
Copy-ready code
/* CSS */
color: #4bff24;
background-color: #4bff24;
/* Tailwind (arbitrary) */
class="text-[#4bff24] bg-[#4bff24]"
/* SCSS */
$brand: #4bff24;
/* SwiftUI */
Color(red: 0.294, green: 1.000, blue: 0.141)
/* Android */
Color.parseColor("#4bff24")Accessibility — WCAG contrast
Aa
#4bff24 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bff24 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green100.0%
Blue14.1%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow85.9%
Key (black)0.0%
Color previews
#4bff24 text on a black background
contrast 15.63:1
Card sample
#4bff24 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bff24;
Background color
Panel with #4bff24 background
background-color: #4bff24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bff24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 255, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 255, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bff24; background: linear-gradient(135deg, #4bff24, #24FF8F);