Shades of Electric Lime #D0FF10
Tints of Electric Lime #D0FF10
RGB
CMYK
RGB Variations
Color information
#D0FF10 (or 0xD0FF10) is known color: Electric Lime. HEX triplet: D0, FF and 10. RGB value is (208,255,16). Sum of RGB (Red+Green+Blue) = 208+255+16=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF10 is #2F00EF. Grayscale: #D6D6D6. Windows color (decimal): -3080432 or 1114064. OLE color: 1114064.
HSL color Cylindrical-coordinate representation of color #D0FF10: hue angle of 71.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0FF10 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 16 | - |
| CMYK | 0.18 | 0 | 0.94 | 0 |
| HSL | 71.8º | 1% | 0.53% | - |
| HSV(B) | 71.8º | 0.94% | 1% | - |
| XYZ | 61.87 | 84.97 | 13.63 | - |
| YUV | 213.7 | 16.43 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 16 | 0.18 | 0 | 0.94 | 0 | 71.8 | 1 | 0.53 |
| Hex | D0 | FF | 10 | 12 | 0 | 5E | 0 | 48 | 64 | 35 |
| Octal | 320 | 377 | 20 | 22 | 0 | 136 | 0 | 110 | 144 | 65 |
| Binary | 11010000 | 11111111 | 10000 | 10010 | 0 | 1011110 | 0 | 1001000 | 1100100 | 110101 |
Color Harmonies of #D0FF10
Complementary color
Monochromatic Colors of #D0FF10
Black with #D0FF10
Text Example
Text Example
White with #D0FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF10; }
p { color: rgb(208,255,16); }
H1.HeaderClassName
{
color: #D0FF10;
}
.AnyTagClassName
{
color: #D0FF10;
}
</style>
background-color css
<style>
a { background-color: #D0FF10; }
a { background-color: rgb(208,255,16); }
div.DivClassName
{
background-color: #D0FF10;
}
.BgClassName
{
background-color: #D0FF10;
}
</style>
border-color css
<style>
span { border-color: #D0FF10; }
span { border-color: rgb(208,255,16); }
td.TdClassName
{
border-color: #D0FF10;
}
.TagClassName
{
border-color: #D0FF10;
}
</style>