#3cf35f
a balanced, electric green · cool · closest name: lime
RGB
60, 243, 95
HSL
132°, 88%, 59%
CMYK
75, 0, 61, 5
Luminance
0.6589
Every format
| HEX | #3cf35f |
| RGB | rgb(60, 243, 95) |
| HSL | hsl(132, 88%, 59%) |
| CMYK | cmyk(75%, 0%, 61%, 5%) |
| LAB | lab(84.9 -73.4 57.3) |
| LCH | lch(84.9 93.1 142.0) |
| OKLCH | oklch(0.846 0.239 145.8) |
Copy-ready code
/* CSS */
color: #3cf35f;
background-color: #3cf35f;
/* Tailwind (arbitrary) */
class="text-[#3cf35f] bg-[#3cf35f]"
/* SCSS */
$brand: #3cf35f;
/* SwiftUI */
Color(red: 0.235, green: 0.953, blue: 0.373)
/* Android */
Color.parseColor("#3cf35f")Accessibility — WCAG contrast
Aa
#3cf35f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf35f on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green95.3%
Blue37.3%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow60.9%
Key (black)4.7%
Color previews
#3cf35f text on a black background
contrast 14.18:1
Card sample
#3cf35f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf35f;
Background color
Panel with #3cf35f background
background-color: #3cf35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 243, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 243, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf35f; background: linear-gradient(135deg, #3cf35f, #3CF3D9);