#3cf64f
a balanced, electric green · cool · closest name: lime
RGB
60, 246, 79
HSL
126°, 91%, 60%
CMYK
76, 0, 68, 4
Luminance
0.6744
Every format
| HEX | #3cf64f |
| RGB | rgb(60, 246, 79) |
| HSL | hsl(126, 91%, 60%) |
| CMYK | cmyk(76%, 0%, 68%, 4%) |
| LAB | lab(85.7 -75.9 64.6) |
| LCH | lch(85.7 99.7 139.6) |
| OKLCH | oklch(0.852 0.253 144.2) |
Copy-ready code
/* CSS */
color: #3cf64f;
background-color: #3cf64f;
/* Tailwind (arbitrary) */
class="text-[#3cf64f] bg-[#3cf64f]"
/* SCSS */
$brand: #3cf64f;
/* SwiftUI */
Color(red: 0.235, green: 0.965, blue: 0.310)
/* Android */
Color.parseColor("#3cf64f")Accessibility — WCAG contrast
Aa
#3cf64f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf64f on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green96.5%
Blue31.0%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow67.9%
Key (black)3.5%
Color previews
#3cf64f text on a black background
contrast 14.49:1
Card sample
#3cf64f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf64f;
Background color
Panel with #3cf64f background
background-color: #3cf64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 246, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 246, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf64f; background: linear-gradient(135deg, #3cf64f, #3CF6CB);