#3cf04c
a balanced, electric green · cool · closest name: lime
RGB
60, 240, 76
HSL
125°, 86%, 59%
CMYK
75, 0, 68, 6
Luminance
0.6380
Every format
| HEX | #3cf04c |
| RGB | rgb(60, 240, 76) |
| HSL | hsl(125, 86%, 59%) |
| CMYK | cmyk(75%, 0%, 68%, 6%) |
| LAB | lab(83.9 -74.4 63.8) |
| LCH | lch(83.9 98.0 139.4) |
| OKLCH | oklch(0.836 0.249 144.0) |
Copy-ready code
/* CSS */
color: #3cf04c;
background-color: #3cf04c;
/* Tailwind (arbitrary) */
class="text-[#3cf04c] bg-[#3cf04c]"
/* SCSS */
$brand: #3cf04c;
/* SwiftUI */
Color(red: 0.235, green: 0.941, blue: 0.298)
/* Android */
Color.parseColor("#3cf04c")Accessibility — WCAG contrast
Aa
#3cf04c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf04c on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green94.1%
Blue29.8%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow68.3%
Key (black)5.9%
Color previews
#3cf04c text on a black background
contrast 13.76:1
Card sample
#3cf04c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf04c;
Background color
Panel with #3cf04c background
background-color: #3cf04c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf04c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 240, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 240, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf04c; background: linear-gradient(135deg, #3cf04c, #3CF0C4);