Shades of Electric Lime #D0F010
Tints of Electric Lime #D0F010
RGB
CMYK
RGB Variations
Color information
#D0F010 (or 0xD0F010) is known color: Electric Lime. HEX triplet: D0, F0 and 10. RGB value is (208,240,16). Sum of RGB (Red+Green+Blue) = 208+240+16=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F010 is #2F0FEF. Grayscale: #CDCDCD. Windows color (decimal): -3084272 or 1110224. OLE color: 1110224.
HSL color Cylindrical-coordinate representation of color #D0F010: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0F010 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.06 |
| HSL | 68.57º | 0.88% | 0.5% | - |
| HSV(B) | 68.57º | 0.93% | 0.94% | - |
| XYZ | 57.27 | 75.77 | 12.1 | - |
| YUV | 204.9 | 21.4 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 16 | 0.13 | 0 | 0.93 | 0.06 | 68.57 | 0.88 | 0.5 |
| Hex | D0 | F0 | 10 | D | 0 | 5D | 6 | 45 | 58 | 32 |
| Octal | 320 | 360 | 20 | 15 | 0 | 135 | 6 | 105 | 130 | 62 |
| Binary | 11010000 | 11110000 | 10000 | 1101 | 0 | 1011101 | 110 | 1000101 | 1011000 | 110010 |
Color Harmonies of #D0F010
Complementary color
Monochromatic Colors of #D0F010
Black with #D0F010
Text Example
Text Example
White with #D0F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F010; }
p { color: rgb(208,240,16); }
H1.HeaderClassName
{
color: #D0F010;
}
.AnyTagClassName
{
color: #D0F010;
}
</style>
background-color css
<style>
a { background-color: #D0F010; }
a { background-color: rgb(208,240,16); }
div.DivClassName
{
background-color: #D0F010;
}
.BgClassName
{
background-color: #D0F010;
}
</style>
border-color css
<style>
span { border-color: #D0F010; }
span { border-color: rgb(208,240,16); }
td.TdClassName
{
border-color: #D0F010;
}
.TagClassName
{
border-color: #D0F010;
}
</style>