#3ce255
a balanced, vivid green · cool · closest name: lime
RGB
60, 226, 85
HSL
129°, 74%, 56%
CMYK
74, 0, 62, 11
Luminance
0.5601
Every format
| HEX | #3ce255 |
| RGB | rgb(60, 226, 85) |
| HSL | hsl(129, 74%, 56%) |
| CMYK | cmyk(74%, 0%, 62%, 11%) |
| LAB | lab(79.6 -69.1 55.5) |
| LCH | lch(79.6 88.6 141.2) |
| OKLCH | oklch(0.801 0.227 145.2) |
Copy-ready code
/* CSS */
color: #3ce255;
background-color: #3ce255;
/* Tailwind (arbitrary) */
class="text-[#3ce255] bg-[#3ce255]"
/* SCSS */
$brand: #3ce255;
/* SwiftUI */
Color(red: 0.235, green: 0.886, blue: 0.333)
/* Android */
Color.parseColor("#3ce255")Accessibility — WCAG contrast
Aa
#3ce255 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce255 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green88.6%
Blue33.3%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow62.4%
Key (black)11.4%
Color previews
#3ce255 text on a black background
contrast 12.20:1
Card sample
#3ce255 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce255;
Background color
Panel with #3ce255 background
background-color: #3ce255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 226, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 226, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce255; background: linear-gradient(135deg, #3ce255, #3CE2C4);