#c0f113
a balanced, electric green · cool · closest name: yellow
RGB
192, 241, 19
HSL
73°, 89%, 51%
CMYK
20, 0, 92, 6
Luminance
0.7416
Every format
| HEX | #c0f113 |
| RGB | rgb(192, 241, 19) |
| HSL | hsl(73, 89%, 51%) |
| CMYK | cmyk(20%, 0%, 92%, 6%) |
| LAB | lab(89.0 -40.2 84.8) |
| LCH | lch(89.0 93.9 115.4) |
| OKLCH | oklch(0.892 0.217 123.4) |
Copy-ready code
/* CSS */
color: #c0f113;
background-color: #c0f113;
/* Tailwind (arbitrary) */
class="text-[#c0f113] bg-[#c0f113]"
/* SCSS */
$brand: #c0f113;
/* SwiftUI */
Color(red: 0.753, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#c0f113")Accessibility — WCAG contrast
Aa
#c0f113 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f113 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.5%
Blue7.5%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#c0f113 text on a black background
contrast 15.83:1
Card sample
#c0f113 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f113;
Background color
Panel with #c0f113 background
background-color: #c0f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f113; background: linear-gradient(135deg, #c0f113, #2CF113);