#cbfc2c
a balanced, electric green · cool · closest name: yellow
RGB
203, 252, 44
HSL
74°, 97%, 58%
CMYK
19, 0, 83, 1
Luminance
0.8250
Every format
| HEX | #cbfc2c |
| RGB | rgb(203, 252, 44) |
| HSL | hsl(74, 97%, 58%) |
| CMYK | cmyk(19%, 0%, 83%, 1%) |
| LAB | lab(92.8 -40.3 83.9) |
| LCH | lch(92.8 93.1 115.6) |
| OKLCH | oklch(0.924 0.217 123.2) |
Copy-ready code
/* CSS */
color: #cbfc2c;
background-color: #cbfc2c;
/* Tailwind (arbitrary) */
class="text-[#cbfc2c] bg-[#cbfc2c]"
/* SCSS */
$brand: #cbfc2c;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.173)
/* Android */
Color.parseColor("#cbfc2c")Accessibility — WCAG contrast
Aa
#cbfc2c on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfc2c on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue17.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow82.5%
Key (black)1.2%
Color previews
#cbfc2c text on a black background
contrast 17.50:1
Card sample
#cbfc2c text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfc2c;
Background color
Panel with #cbfc2c background
background-color: #cbfc2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfc2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfc2c; background: linear-gradient(135deg, #cbfc2c, #40FC2C);