#116e00
a deep, electric green · cool · closest name: green
RGB
17, 110, 0
HSL
111°, 100%, 22%
CMYK
85, 0, 100, 57
Luminance
0.1127
Every format
| HEX | #116e00 |
| RGB | rgb(17, 110, 0) |
| HSL | hsl(111, 100%, 22%) |
| CMYK | cmyk(85%, 0%, 100%, 57%) |
| LAB | lab(40.0 -44.6 45.0) |
| LCH | lch(40.0 63.4 134.7) |
| OKLCH | oklch(0.469 0.156 141.4) |
Copy-ready code
/* CSS */
color: #116e00;
background-color: #116e00;
/* Tailwind (arbitrary) */
class="text-[#116e00] bg-[#116e00]"
/* SCSS */
$brand: #116e00;
/* SwiftUI */
Color(red: 0.067, green: 0.431, blue: 0.000)
/* Android */
Color.parseColor("#116e00")Accessibility — WCAG contrast
Aa
#116e00 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116e00 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.1%
Blue0.0%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow100.0%
Key (black)56.9%
Color previews
#116e00 text on a black background
contrast 3.25:1
Card sample
#116e00 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116e00;
Background color
Panel with #116e00 background
background-color: #116e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 110, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 110, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116e00; background: linear-gradient(135deg, #116e00, #006E38);