Shades of Electric Lime #D0FF17
Tints of Electric Lime #D0FF17
RGB
CMYK
RGB Variations
Color information
#D0FF17 (or 0xD0FF17) is known color: Electric Lime. HEX triplet: D0, FF and 17. RGB value is (208,255,23). Sum of RGB (Red+Green+Blue) = 208+255+23=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 23 (9.38% from 255 or 4.73% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF17 is #2F00E8. Grayscale: #D7D7D7. Windows color (decimal): -3080425 or 1572816. OLE color: 1572816.
HSL color Cylindrical-coordinate representation of color #D0FF17: hue angle of 72.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0FF17 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0 |
| HSL | 72.16º | 1% | 0.55% | - |
| HSV(B) | 72.16º | 0.91% | 1% | - |
| XYZ | 61.93 | 84.99 | 13.95 | - |
| YUV | 214.5 | 19.93 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 23 | 0.18 | 0 | 0.91 | 0 | 72.16 | 1 | 0.55 |
| Hex | D0 | FF | 17 | 12 | 0 | 5B | 0 | 48 | 64 | 37 |
| Octal | 320 | 377 | 27 | 22 | 0 | 133 | 0 | 110 | 144 | 67 |
| Binary | 11010000 | 11111111 | 10111 | 10010 | 0 | 1011011 | 0 | 1001000 | 1100100 | 110111 |
Color Harmonies of #D0FF17
Complementary color
Monochromatic Colors of #D0FF17
Black with #D0FF17
Text Example
Text Example
White with #D0FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF17; }
p { color: rgb(208,255,23); }
H1.HeaderClassName
{
color: #D0FF17;
}
.AnyTagClassName
{
color: #D0FF17;
}
</style>
background-color css
<style>
a { background-color: #D0FF17; }
a { background-color: rgb(208,255,23); }
div.DivClassName
{
background-color: #D0FF17;
}
.BgClassName
{
background-color: #D0FF17;
}
</style>
border-color css
<style>
span { border-color: #D0FF17; }
span { border-color: rgb(208,255,23); }
td.TdClassName
{
border-color: #D0FF17;
}
.TagClassName
{
border-color: #D0FF17;
}
</style>