#c0f032
a balanced, electric green · cool · closest name: yellow
RGB
192, 240, 50
HSL
75°, 86%, 57%
CMYK
20, 0, 79, 6
Luminance
0.7376
Every format
| HEX | #c0f032 |
| RGB | rgb(192, 240, 50) |
| HSL | hsl(75, 86%, 57%) |
| CMYK | cmyk(20%, 0%, 79%, 6%) |
| LAB | lab(88.8 -39.0 78.7) |
| LCH | lch(88.8 87.8 116.3) |
| OKLCH | oklch(0.890 0.207 123.6) |
Copy-ready code
/* CSS */
color: #c0f032;
background-color: #c0f032;
/* Tailwind (arbitrary) */
class="text-[#c0f032] bg-[#c0f032]"
/* SCSS */
$brand: #c0f032;
/* SwiftUI */
Color(red: 0.753, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#c0f032")Accessibility — WCAG contrast
Aa
#c0f032 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f032 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.1%
Blue19.6%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow79.2%
Key (black)5.9%
Color previews
#c0f032 text on a black background
contrast 15.75:1
Card sample
#c0f032 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f032;
Background color
Panel with #c0f032 background
background-color: #c0f032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f032; background: linear-gradient(135deg, #c0f032, #41F032);