#48f050
a balanced, electric green · cool · closest name: lime
RGB
72, 240, 80
HSL
123°, 85%, 61%
CMYK
70, 0, 67, 6
Luminance
0.6428
Every format
| HEX | #48f050 |
| RGB | rgb(72, 240, 80) |
| HSL | hsl(123, 85%, 61%) |
| CMYK | cmyk(70%, 0%, 67%, 6%) |
| LAB | lab(84.1 -72.2 62.6) |
| LCH | lch(84.1 95.5 139.1) |
| OKLCH | oklch(0.839 0.243 143.6) |
Copy-ready code
/* CSS */
color: #48f050;
background-color: #48f050;
/* Tailwind (arbitrary) */
class="text-[#48f050] bg-[#48f050]"
/* SCSS */
$brand: #48f050;
/* SwiftUI */
Color(red: 0.282, green: 0.941, blue: 0.314)
/* Android */
Color.parseColor("#48f050")Accessibility — WCAG contrast
Aa
#48f050 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48f050 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green94.1%
Blue31.4%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow66.7%
Key (black)5.9%
Color previews
#48f050 text on a black background
contrast 13.86:1
Card sample
#48f050 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48f050;
Background color
Panel with #48f050 background
background-color: #48f050;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48f050;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 240, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 240, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48f050; background: linear-gradient(135deg, #48f050, #48F0C0);