#0def2c
a balanced, electric green · cool · closest name: lime
RGB
13, 239, 44
HSL
128°, 90%, 49%
CMYK
95, 0, 82, 6
Luminance
0.6200
Every format
| HEX | #0def2c |
| RGB | rgb(13, 239, 44) |
| HSL | hsl(128, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 82%, 6%) |
| LAB | lab(82.9 -80.4 72.8) |
| LCH | lch(82.9 108.5 137.8) |
| OKLCH | oklch(0.827 0.271 143.4) |
Copy-ready code
/* CSS */
color: #0def2c;
background-color: #0def2c;
/* Tailwind (arbitrary) */
class="text-[#0def2c] bg-[#0def2c]"
/* SCSS */
$brand: #0def2c;
/* SwiftUI */
Color(red: 0.051, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#0def2c")Accessibility — WCAG contrast
Aa
#0def2c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0def2c on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green93.7%
Blue17.3%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#0def2c text on a black background
contrast 13.40:1
Card sample
#0def2c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0def2c;
Background color
Panel with #0def2c background
background-color: #0def2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0def2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0def2c; background: linear-gradient(135deg, #0def2c, #0DEFC3);