#0df211
a balanced, electric green · cool · closest name: lime
RGB
13, 242, 17
HSL
121°, 90%, 50%
CMYK
95, 0, 93, 5
Luminance
0.6363
Every format
| HEX | #0df211 |
| RGB | rgb(13, 242, 17) |
| HSL | hsl(121, 90%, 50%) |
| CMYK | cmyk(95%, 0%, 93%, 5%) |
| LAB | lab(83.8 -82.2 78.5) |
| LCH | lch(83.8 113.6 136.3) |
| OKLCH | oklch(0.834 0.281 142.6) |
Copy-ready code
/* CSS */
color: #0df211;
background-color: #0df211;
/* Tailwind (arbitrary) */
class="text-[#0df211] bg-[#0df211]"
/* SCSS */
$brand: #0df211;
/* SwiftUI */
Color(red: 0.051, green: 0.949, blue: 0.067)
/* Android */
Color.parseColor("#0df211")Accessibility — WCAG contrast
Aa
#0df211 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df211 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green94.9%
Blue6.7%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow93.0%
Key (black)5.1%
Color previews
#0df211 text on a black background
contrast 13.73:1
Card sample
#0df211 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df211;
Background color
Panel with #0df211 background
background-color: #0df211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 242, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 242, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df211; background: linear-gradient(135deg, #0df211, #0DF2A9);