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