#3cf113
a balanced, electric green · cool · closest name: lime
RGB
60, 241, 19
HSL
109°, 89%, 51%
CMYK
75, 0, 92, 6
Luminance
0.6392
Every format
| HEX | #3cf113 |
| RGB | rgb(60, 241, 19) |
| HSL | hsl(109, 89%, 51%) |
| CMYK | cmyk(75%, 0%, 92%, 6%) |
| LAB | lab(83.9 -77.7 78.6) |
| LCH | lch(83.9 110.5 134.7) |
| OKLCH | oklch(0.836 0.272 141.2) |
Copy-ready code
/* CSS */
color: #3cf113;
background-color: #3cf113;
/* Tailwind (arbitrary) */
class="text-[#3cf113] bg-[#3cf113]"
/* SCSS */
$brand: #3cf113;
/* SwiftUI */
Color(red: 0.235, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#3cf113")Accessibility — WCAG contrast
Aa
#3cf113 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf113 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green94.5%
Blue7.5%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#3cf113 text on a black background
contrast 13.78:1
Card sample
#3cf113 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf113;
Background color
Panel with #3cf113 background
background-color: #3cf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf113; background: linear-gradient(135deg, #3cf113, #13F17E);