#c1ff02
a balanced, electric green · cool · closest name: yellow
RGB
193, 255, 2
HSL
75°, 100%, 50%
CMYK
24, 0, 99, 0
Luminance
0.8286
Every format
| HEX | #c1ff02 |
| RGB | rgb(193, 255, 2) |
| HSL | hsl(75, 100%, 50%) |
| CMYK | cmyk(24%, 0%, 99%, 0%) |
| LAB | lab(93.0 -46.1 89.3) |
| LCH | lch(93.0 100.5 117.3) |
| OKLCH | oklch(0.924 0.233 125.5) |
Copy-ready code
/* CSS */
color: #c1ff02;
background-color: #c1ff02;
/* Tailwind (arbitrary) */
class="text-[#c1ff02] bg-[#c1ff02]"
/* SCSS */
$brand: #c1ff02;
/* SwiftUI */
Color(red: 0.757, green: 1.000, blue: 0.008)
/* Android */
Color.parseColor("#c1ff02")Accessibility — WCAG contrast
Aa
#c1ff02 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ff02 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green100.0%
Blue0.8%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow99.2%
Key (black)0.0%
Color previews
#c1ff02 text on a black background
contrast 17.57:1
Card sample
#c1ff02 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ff02;
Background color
Panel with #c1ff02 background
background-color: #c1ff02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ff02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 255, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 255, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ff02; background: linear-gradient(135deg, #c1ff02, #18FF02);