#67eb2f
a balanced, electric green · cool · closest name: lime
RGB
103, 235, 47
HSL
102°, 83%, 55%
CMYK
56, 0, 80, 8
Luminance
0.6251
Every format
| HEX | #67eb2f |
| RGB | rgb(103, 235, 47) |
| HSL | hsl(102, 83%, 55%) |
| CMYK | cmyk(56%, 0%, 80%, 8%) |
| LAB | lab(83.2 -66.4 72.9) |
| LCH | lch(83.2 98.5 132.3) |
| OKLCH | oklch(0.833 0.244 138.7) |
Copy-ready code
/* CSS */
color: #67eb2f;
background-color: #67eb2f;
/* Tailwind (arbitrary) */
class="text-[#67eb2f] bg-[#67eb2f]"
/* SCSS */
$brand: #67eb2f;
/* SwiftUI */
Color(red: 0.404, green: 0.922, blue: 0.184)
/* Android */
Color.parseColor("#67eb2f")Accessibility — WCAG contrast
Aa
#67eb2f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67eb2f on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green92.2%
Blue18.4%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow80.0%
Key (black)7.8%
Color previews
#67eb2f text on a black background
contrast 13.50:1
Card sample
#67eb2f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67eb2f;
Background color
Panel with #67eb2f background
background-color: #67eb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67eb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 235, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 235, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67eb2f; background: linear-gradient(135deg, #67eb2f, #2FEB74);