#c2ed13
a balanced, electric green · cool · closest name: yellow
RGB
194, 237, 19
HSL
72°, 86%, 50%
CMYK
18, 0, 92, 7
Luminance
0.7208
Every format
| HEX | #c2ed13 |
| RGB | rgb(194, 237, 19) |
| HSL | hsl(72, 86%, 50%) |
| CMYK | cmyk(18%, 0%, 92%, 7%) |
| LAB | lab(88.0 -37.7 84.1) |
| LCH | lch(88.0 92.2 114.1) |
| OKLCH | oklch(0.884 0.212 122.1) |
Copy-ready code
/* CSS */
color: #c2ed13;
background-color: #c2ed13;
/* Tailwind (arbitrary) */
class="text-[#c2ed13] bg-[#c2ed13]"
/* SCSS */
$brand: #c2ed13;
/* SwiftUI */
Color(red: 0.761, green: 0.929, blue: 0.075)
/* Android */
Color.parseColor("#c2ed13")Accessibility — WCAG contrast
Aa
#c2ed13 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ed13 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.9%
Blue7.5%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow92.0%
Key (black)7.1%
Color previews
#c2ed13 text on a black background
contrast 15.42:1
Card sample
#c2ed13 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ed13;
Background color
Panel with #c2ed13 background
background-color: #c2ed13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ed13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 237, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 237, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ed13; background: linear-gradient(135deg, #c2ed13, #31ED13);