#3ce02a
a balanced, vivid green · cool · closest name: lime
RGB
60, 224, 42
HSL
114°, 75%, 52%
CMYK
73, 0, 81, 12
Luminance
0.5444
Every format
| HEX | #3ce02a |
| RGB | rgb(60, 224, 42) |
| HSL | hsl(114, 75%, 52%) |
| CMYK | cmyk(73%, 0%, 81%, 12%) |
| LAB | lab(78.7 -71.9 69.7) |
| LCH | lch(78.7 100.1 135.9) |
| OKLCH | oklch(0.793 0.249 141.8) |
Copy-ready code
/* CSS */
color: #3ce02a;
background-color: #3ce02a;
/* Tailwind (arbitrary) */
class="text-[#3ce02a] bg-[#3ce02a]"
/* SCSS */
$brand: #3ce02a;
/* SwiftUI */
Color(red: 0.235, green: 0.878, blue: 0.165)
/* Android */
Color.parseColor("#3ce02a")Accessibility — WCAG contrast
Aa
#3ce02a on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce02a on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.8%
Blue16.5%
CMYK percentages
Cyan73.2%
Magenta0.0%
Yellow81.3%
Key (black)12.2%
Color previews
#3ce02a text on a black background
contrast 11.89:1
Card sample
#3ce02a text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce02a;
Background color
Panel with #3ce02a background
background-color: #3ce02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 224, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 224, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce02a; background: linear-gradient(135deg, #3ce02a, #2AE092);