#c3fa00
a balanced, electric green · cool · closest name: yellow
RGB
195, 250, 0
HSL
73°, 100%, 49%
CMYK
22, 0, 100, 2
Luminance
0.7997
Every format
| HEX | #c3fa00 |
| RGB | rgb(195, 250, 0) |
| HSL | hsl(73, 100%, 49%) |
| CMYK | cmyk(22%, 0%, 100%, 2%) |
| LAB | lab(91.7 -43.2 88.6) |
| LCH | lch(91.7 98.5 116.0) |
| OKLCH | oklch(0.914 0.227 124.2) |
Copy-ready code
/* CSS */
color: #c3fa00;
background-color: #c3fa00;
/* Tailwind (arbitrary) */
class="text-[#c3fa00] bg-[#c3fa00]"
/* SCSS */
$brand: #c3fa00;
/* SwiftUI */
Color(red: 0.765, green: 0.980, blue: 0.000)
/* Android */
Color.parseColor("#c3fa00")Accessibility — WCAG contrast
Aa
#c3fa00 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fa00 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.0%
Blue0.0%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow100.0%
Key (black)2.0%
Color previews
#c3fa00 text on a black background
contrast 16.99:1
Card sample
#c3fa00 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fa00;
Background color
Panel with #c3fa00 background
background-color: #c3fa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 250, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 250, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fa00; background: linear-gradient(135deg, #c3fa00, #1CFA00);