#48fd3f
a balanced, electric green · cool · closest name: lime
RGB
72, 253, 63
HSL
117°, 98%, 62%
CMYK
72, 0, 75, 1
Luminance
0.7199
Every format
| HEX | #48fd3f |
| RGB | rgb(72, 253, 63) |
| HSL | hsl(117, 98%, 62%) |
| CMYK | cmyk(72%, 0%, 75%, 1%) |
| LAB | lab(88.0 -77.5 72.5) |
| LCH | lch(88.0 106.2 136.9) |
| OKLCH | oklch(0.871 0.266 142.3) |
Copy-ready code
/* CSS */
color: #48fd3f;
background-color: #48fd3f;
/* Tailwind (arbitrary) */
class="text-[#48fd3f] bg-[#48fd3f]"
/* SCSS */
$brand: #48fd3f;
/* SwiftUI */
Color(red: 0.282, green: 0.992, blue: 0.247)
/* Android */
Color.parseColor("#48fd3f")Accessibility — WCAG contrast
Aa
#48fd3f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48fd3f on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green99.2%
Blue24.7%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow75.1%
Key (black)0.8%
Color previews
#48fd3f text on a black background
contrast 15.40:1
Card sample
#48fd3f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48fd3f;
Background color
Panel with #48fd3f background
background-color: #48fd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48fd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 253, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 253, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48fd3f; background: linear-gradient(135deg, #48fd3f, #3FFDB5);