#3cf030
a balanced, electric green · cool · closest name: lime
RGB
60, 240, 48
HSL
116°, 87%, 57%
CMYK
75, 0, 80, 6
Luminance
0.6349
Every format
| HEX | #3cf030 |
| RGB | rgb(60, 240, 48) |
| HSL | hsl(116, 87%, 57%) |
| CMYK | cmyk(75%, 0%, 80%, 6%) |
| LAB | lab(83.7 -76.4 72.7) |
| LCH | lch(83.7 105.4 136.4) |
| OKLCH | oklch(0.835 0.263 142.2) |
Copy-ready code
/* CSS */
color: #3cf030;
background-color: #3cf030;
/* Tailwind (arbitrary) */
class="text-[#3cf030] bg-[#3cf030]"
/* SCSS */
$brand: #3cf030;
/* SwiftUI */
Color(red: 0.235, green: 0.941, blue: 0.188)
/* Android */
Color.parseColor("#3cf030")Accessibility — WCAG contrast
Aa
#3cf030 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf030 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green94.1%
Blue18.8%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow80.0%
Key (black)5.9%
Color previews
#3cf030 text on a black background
contrast 13.70:1
Card sample
#3cf030 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf030;
Background color
Panel with #3cf030 background
background-color: #3cf030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 240, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 240, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf030; background: linear-gradient(135deg, #3cf030, #30F0A4);