Shades of Electric Lime #D0EF10
Tints of Electric Lime #D0EF10
RGB
CMYK
RGB Variations
Color information
#D0EF10 (or 0xD0EF10) is known color: Electric Lime. HEX triplet: D0, EF and 10. RGB value is (208,239,16). Sum of RGB (Red+Green+Blue) = 208+239+16=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EF10 is #2F10EF. Grayscale: #CDCDCD. Windows color (decimal): -3084528 or 1109968. OLE color: 1109968.
HSL color Cylindrical-coordinate representation of color #D0EF10: hue angle of 68.34º degrees, saturation: 0.87, 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 #D0EF10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.06 |
| HSL | 68.34º | 0.87% | 0.5% | - |
| HSV(B) | 68.34º | 0.93% | 0.94% | - |
| XYZ | 56.97 | 75.18 | 12 | - |
| YUV | 204.31 | 21.73 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 16 | 0.13 | 0 | 0.93 | 0.06 | 68.34 | 0.87 | 0.5 |
| Hex | D0 | EF | 10 | D | 0 | 5D | 6 | 44 | 57 | 32 |
| Octal | 320 | 357 | 20 | 15 | 0 | 135 | 6 | 104 | 127 | 62 |
| Binary | 11010000 | 11101111 | 10000 | 1101 | 0 | 1011101 | 110 | 1000100 | 1010111 | 110010 |
Color Harmonies of #D0EF10
Complementary color
Monochromatic Colors of #D0EF10
Black with #D0EF10
Text Example
Text Example
White with #D0EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF10; }
p { color: rgb(208,239,16); }
H1.HeaderClassName
{
color: #D0EF10;
}
.AnyTagClassName
{
color: #D0EF10;
}
</style>
background-color css
<style>
a { background-color: #D0EF10; }
a { background-color: rgb(208,239,16); }
div.DivClassName
{
background-color: #D0EF10;
}
.BgClassName
{
background-color: #D0EF10;
}
</style>
border-color css
<style>
span { border-color: #D0EF10; }
span { border-color: rgb(208,239,16); }
td.TdClassName
{
border-color: #D0EF10;
}
.TagClassName
{
border-color: #D0EF10;
}
</style>