#c2ee2f
a balanced, electric green · cool · closest name: yellow
RGB
194, 238, 47
HSL
74°, 85%, 56%
CMYK
19, 0, 80, 7
Luminance
0.7282
Every format
| HEX | #c2ee2f |
| RGB | rgb(194, 238, 47) |
| HSL | hsl(74, 85%, 56%) |
| CMYK | cmyk(19%, 0%, 80%, 7%) |
| LAB | lab(88.4 -37.4 79.2) |
| LCH | lch(88.4 87.5 115.3) |
| OKLCH | oklch(0.887 0.205 122.7) |
Copy-ready code
/* CSS */
color: #c2ee2f;
background-color: #c2ee2f;
/* Tailwind (arbitrary) */
class="text-[#c2ee2f] bg-[#c2ee2f]"
/* SCSS */
$brand: #c2ee2f;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#c2ee2f")Accessibility — WCAG contrast
Aa
#c2ee2f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ee2f on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue18.4%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#c2ee2f text on a black background
contrast 15.56:1
Card sample
#c2ee2f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ee2f;
Background color
Panel with #c2ee2f background
background-color: #c2ee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ee2f; background: linear-gradient(135deg, #c2ee2f, #43EE2F);