Shades of Electric Lime #D2EC14
Tints of Electric Lime #D2EC14
RGB
CMYK
RGB Variations
Color information
#D2EC14 (or 0xD2EC14) is known color: Electric Lime. HEX triplet: D2, EC and 14. RGB value is (210,236,20). Sum of RGB (Red+Green+Blue) = 210+236+20=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EC14 is #2D13EB. Grayscale: #CCCCCC. Windows color (decimal): -2954220 or 1371346. OLE color: 1371346.
HSL color Cylindrical-coordinate representation of color #D2EC14: hue angle of 67.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2EC14 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.07 |
| HSL | 67.22º | 0.85% | 0.5% | - |
| HSV(B) | 67.22º | 0.92% | 0.93% | - |
| XYZ | 56.7 | 73.74 | 11.91 | - |
| YUV | 203.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 20 | 0.11 | 0 | 0.92 | 0.07 | 67.22 | 0.85 | 0.5 |
| Hex | D2 | EC | 14 | B | 0 | 5C | 7 | 43 | 55 | 32 |
| Octal | 322 | 354 | 24 | 13 | 0 | 134 | 7 | 103 | 125 | 62 |
| Binary | 11010010 | 11101100 | 10100 | 1011 | 0 | 1011100 | 111 | 1000011 | 1010101 | 110010 |
Color Harmonies of #D2EC14
Complementary color
Monochromatic Colors of #D2EC14
Black with #D2EC14
Text Example
Text Example
White with #D2EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC14; }
p { color: rgb(210,236,20); }
H1.HeaderClassName
{
color: #D2EC14;
}
.AnyTagClassName
{
color: #D2EC14;
}
</style>
background-color css
<style>
a { background-color: #D2EC14; }
a { background-color: rgb(210,236,20); }
div.DivClassName
{
background-color: #D2EC14;
}
.BgClassName
{
background-color: #D2EC14;
}
</style>
border-color css
<style>
span { border-color: #D2EC14; }
span { border-color: rgb(210,236,20); }
td.TdClassName
{
border-color: #D2EC14;
}
.TagClassName
{
border-color: #D2EC14;
}
</style>