Shades of Electric Lime #D0EC0F
Tints of Electric Lime #D0EC0F
RGB
CMYK
RGB Variations
Color information
#D0EC0F (or 0xD0EC0F) is known color: Electric Lime. HEX triplet: D0, EC and 0F. RGB value is (208,236,15). Sum of RGB (Red+Green+Blue) = 208+236+15=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EC0F is #2F13F0. Grayscale: #CBCBCB. Windows color (decimal): -3085297 or 1043664. OLE color: 1043664.
HSL color Cylindrical-coordinate representation of color #D0EC0F: hue angle of 67.6º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0EC0F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.07 |
| HSL | 67.6º | 0.88% | 0.49% | - |
| HSV(B) | 67.6º | 0.94% | 0.93% | - |
| XYZ | 56.09 | 73.44 | 11.67 | - |
| YUV | 202.43 | 22.22 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 15 | 0.12 | 0 | 0.94 | 0.07 | 67.6 | 0.88 | 0.49 |
| Hex | D0 | EC | F | C | 0 | 5E | 7 | 44 | 58 | 31 |
| Octal | 320 | 354 | 17 | 14 | 0 | 136 | 7 | 104 | 130 | 61 |
| Binary | 11010000 | 11101100 | 1111 | 1100 | 0 | 1011110 | 111 | 1000100 | 1011000 | 110001 |
Color Harmonies of #D0EC0F
Complementary color
Monochromatic Colors of #D0EC0F
Black with #D0EC0F
Text Example
Text Example
White with #D0EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC0F; }
p { color: rgb(208,236,15); }
H1.HeaderClassName
{
color: #D0EC0F;
}
.AnyTagClassName
{
color: #D0EC0F;
}
</style>
background-color css
<style>
a { background-color: #D0EC0F; }
a { background-color: rgb(208,236,15); }
div.DivClassName
{
background-color: #D0EC0F;
}
.BgClassName
{
background-color: #D0EC0F;
}
</style>
border-color css
<style>
span { border-color: #D0EC0F; }
span { border-color: rgb(208,236,15); }
td.TdClassName
{
border-color: #D0EC0F;
}
.TagClassName
{
border-color: #D0EC0F;
}
</style>