Shades of Electric Lime #D2EC11
Tints of Electric Lime #D2EC11
RGB
CMYK
RGB Variations
Color information
#D2EC11 (or 0xD2EC11) is known color: Electric Lime. HEX triplet: D2, EC and 11. RGB value is (210,236,17). Sum of RGB (Red+Green+Blue) = 210+236+17=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EC11 is #2D13EE. Grayscale: #CCCCCC. Windows color (decimal): -2954223 or 1174738. OLE color: 1174738.
HSL color Cylindrical-coordinate representation of color #D2EC11: hue angle of 67.12º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2EC11 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 17 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.07 |
| HSL | 67.12º | 0.87% | 0.5% | - |
| HSV(B) | 67.12º | 0.93% | 0.93% | - |
| XYZ | 56.67 | 73.73 | 11.78 | - |
| YUV | 203.26 | 22.89 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 17 | 0.11 | 0 | 0.93 | 0.07 | 67.12 | 0.87 | 0.5 |
| Hex | D2 | EC | 11 | B | 0 | 5D | 7 | 43 | 57 | 32 |
| Octal | 322 | 354 | 21 | 13 | 0 | 135 | 7 | 103 | 127 | 62 |
| Binary | 11010010 | 11101100 | 10001 | 1011 | 0 | 1011101 | 111 | 1000011 | 1010111 | 110010 |
Color Harmonies of #D2EC11
Complementary color
Monochromatic Colors of #D2EC11
Black with #D2EC11
Text Example
Text Example
White with #D2EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC11; }
p { color: rgb(210,236,17); }
H1.HeaderClassName
{
color: #D2EC11;
}
.AnyTagClassName
{
color: #D2EC11;
}
</style>
background-color css
<style>
a { background-color: #D2EC11; }
a { background-color: rgb(210,236,17); }
div.DivClassName
{
background-color: #D2EC11;
}
.BgClassName
{
background-color: #D2EC11;
}
</style>
border-color css
<style>
span { border-color: #D2EC11; }
span { border-color: rgb(210,236,17); }
td.TdClassName
{
border-color: #D2EC11;
}
.TagClassName
{
border-color: #D2EC11;
}
</style>