#c2f136
a balanced, electric green · cool · closest name: yellow
RGB
194, 241, 54
HSL
75°, 87%, 58%
CMYK
20, 0, 78, 6
Luminance
0.7465
Every format
| HEX | #c2f136 |
| RGB | rgb(194, 241, 54) |
| HSL | hsl(75, 87%, 58%) |
| CMYK | cmyk(20%, 0%, 78%, 6%) |
| LAB | lab(89.2 -38.5 78.1) |
| LCH | lch(89.2 87.0 116.3) |
| OKLCH | oklch(0.894 0.205 123.4) |
Copy-ready code
/* CSS */
color: #c2f136;
background-color: #c2f136;
/* Tailwind (arbitrary) */
class="text-[#c2f136] bg-[#c2f136]"
/* SCSS */
$brand: #c2f136;
/* SwiftUI */
Color(red: 0.761, green: 0.945, blue: 0.212)
/* Android */
Color.parseColor("#c2f136")Accessibility — WCAG contrast
Aa
#c2f136 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f136 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.5%
Blue21.2%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow77.6%
Key (black)5.5%
Color previews
#c2f136 text on a black background
contrast 15.93:1
Card sample
#c2f136 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f136;
Background color
Panel with #c2f136 background
background-color: #c2f136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 241, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 241, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f136; background: linear-gradient(135deg, #c2f136, #45F136);