#72ff4b
a balanced, electric green · cool · closest name: lime
RGB
114, 255, 75
HSL
107°, 100%, 65%
CMYK
55, 0, 71, 0
Luminance
0.7561
Every format
| HEX | #72ff4b |
| RGB | rgb(114, 255, 75) |
| HSL | hsl(107, 100%, 65%) |
| CMYK | cmyk(55%, 0%, 71%, 0%) |
| LAB | lab(89.7 -68.8 70.6) |
| LCH | lch(89.7 98.6 134.3) |
| OKLCH | oklch(0.888 0.247 139.8) |
Copy-ready code
/* CSS */
color: #72ff4b;
background-color: #72ff4b;
/* Tailwind (arbitrary) */
class="text-[#72ff4b] bg-[#72ff4b]"
/* SCSS */
$brand: #72ff4b;
/* SwiftUI */
Color(red: 0.447, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#72ff4b")Accessibility — WCAG contrast
Aa
#72ff4b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ff4b on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green100.0%
Blue29.4%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#72ff4b text on a black background
contrast 16.12:1
Card sample
#72ff4b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ff4b;
Background color
Panel with #72ff4b background
background-color: #72ff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ff4b; background: linear-gradient(135deg, #72ff4b, #4BFF9C);