Shades of Electric Lime #D0F510
Tints of Electric Lime #D0F510
RGB
CMYK
RGB Variations
Color information
#D0F510 (or 0xD0F510) is known color: Electric Lime. HEX triplet: D0, F5 and 10. RGB value is (208,245,16). Sum of RGB (Red+Green+Blue) = 208+245+16=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F510 is #2F0AEF. Grayscale: #D0D0D0. Windows color (decimal): -3082992 or 1111504. OLE color: 1111504.
HSL color Cylindrical-coordinate representation of color #D0F510: hue angle of 69.69º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0F510 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.04 |
| HSL | 69.69º | 0.92% | 0.51% | - |
| HSV(B) | 69.69º | 0.93% | 0.96% | - |
| XYZ | 58.76 | 78.75 | 12.59 | - |
| YUV | 207.83 | 19.74 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 16 | 0.15 | 0 | 0.93 | 0.04 | 69.69 | 0.92 | 0.51 |
| Hex | D0 | F5 | 10 | F | 0 | 5D | 4 | 46 | 5C | 33 |
| Octal | 320 | 365 | 20 | 17 | 0 | 135 | 4 | 106 | 134 | 63 |
| Binary | 11010000 | 11110101 | 10000 | 1111 | 0 | 1011101 | 100 | 1000110 | 1011100 | 110011 |
Color Harmonies of #D0F510
Complementary color
Monochromatic Colors of #D0F510
Black with #D0F510
Text Example
Text Example
White with #D0F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F510; }
p { color: rgb(208,245,16); }
H1.HeaderClassName
{
color: #D0F510;
}
.AnyTagClassName
{
color: #D0F510;
}
</style>
background-color css
<style>
a { background-color: #D0F510; }
a { background-color: rgb(208,245,16); }
div.DivClassName
{
background-color: #D0F510;
}
.BgClassName
{
background-color: #D0F510;
}
</style>
border-color css
<style>
span { border-color: #D0F510; }
span { border-color: rgb(208,245,16); }
td.TdClassName
{
border-color: #D0F510;
}
.TagClassName
{
border-color: #D0F510;
}
</style>