#3cc310
a dark, electric green · cool · closest name: green
RGB
60, 195, 16
HSL
105°, 85%, 41%
CMYK
69, 0, 92, 24
Luminance
0.4003
Every format
| HEX | #3cc310 |
| RGB | rgb(60, 195, 16) |
| HSL | hsl(105, 85%, 41%) |
| CMYK | cmyk(69%, 0%, 92%, 24%) |
| LAB | lab(69.5 -64.0 67.0) |
| LCH | lch(69.5 92.6 133.7) |
| OKLCH | oklch(0.716 0.228 140.3) |
Copy-ready code
/* CSS */
color: #3cc310;
background-color: #3cc310;
/* Tailwind (arbitrary) */
class="text-[#3cc310] bg-[#3cc310]"
/* SCSS */
$brand: #3cc310;
/* SwiftUI */
Color(red: 0.235, green: 0.765, blue: 0.063)
/* Android */
Color.parseColor("#3cc310")Accessibility — WCAG contrast
Aa
#3cc310 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc310 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.5%
Blue6.3%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow91.8%
Key (black)23.5%
Color previews
#3cc310 text on a black background
contrast 9.01:1
Card sample
#3cc310 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc310;
Background color
Panel with #3cc310 background
background-color: #3cc310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 195, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 195, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc310; background: linear-gradient(135deg, #3cc310, #10C35C);