#3ce63c
a balanced, electric green · cool · closest name: lime
RGB
60, 230, 60
HSL
120°, 77%, 57%
CMYK
74, 0, 74, 10
Luminance
0.5788
Every format
| HEX | #3ce63c |
| RGB | rgb(60, 230, 60) |
| HSL | hsl(120, 77%, 57%) |
| CMYK | cmyk(74%, 0%, 74%, 10%) |
| LAB | lab(80.7 -72.6 66.2) |
| LCH | lch(80.7 98.2 137.7) |
| OKLCH | oklch(0.810 0.247 142.9) |
Copy-ready code
/* CSS */
color: #3ce63c;
background-color: #3ce63c;
/* Tailwind (arbitrary) */
class="text-[#3ce63c] bg-[#3ce63c]"
/* SCSS */
$brand: #3ce63c;
/* SwiftUI */
Color(red: 0.235, green: 0.902, blue: 0.235)
/* Android */
Color.parseColor("#3ce63c")Accessibility — WCAG contrast
Aa
#3ce63c on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce63c on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green90.2%
Blue23.5%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow73.9%
Key (black)9.8%
Color previews
#3ce63c text on a black background
contrast 12.58:1
Card sample
#3ce63c text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce63c;
Background color
Panel with #3ce63c background
background-color: #3ce63c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce63c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 230, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 230, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce63c; background: linear-gradient(135deg, #3ce63c, #3CE6AD);