#3cea13
a balanced, electric green · cool · closest name: lime
RGB
60, 234, 19
HSL
109°, 85%, 50%
CMYK
74, 0, 92, 8
Luminance
0.5985
Every format
| HEX | #3cea13 |
| RGB | rgb(60, 234, 19) |
| HSL | hsl(109, 85%, 50%) |
| CMYK | cmyk(74%, 0%, 92%, 8%) |
| LAB | lab(81.8 -75.7 76.8) |
| LCH | lch(81.8 107.8 134.6) |
| OKLCH | oklch(0.818 0.266 141.1) |
Copy-ready code
/* CSS */
color: #3cea13;
background-color: #3cea13;
/* Tailwind (arbitrary) */
class="text-[#3cea13] bg-[#3cea13]"
/* SCSS */
$brand: #3cea13;
/* SwiftUI */
Color(red: 0.235, green: 0.918, blue: 0.075)
/* Android */
Color.parseColor("#3cea13")Accessibility — WCAG contrast
Aa
#3cea13 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cea13 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.8%
Blue7.5%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow91.9%
Key (black)8.2%
Color previews
#3cea13 text on a black background
contrast 12.97:1
Card sample
#3cea13 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cea13;
Background color
Panel with #3cea13 background
background-color: #3cea13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cea13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 234, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 234, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cea13; background: linear-gradient(135deg, #3cea13, #13EA79);