Shades of Electric Lime #D2EC15
Tints of Electric Lime #D2EC15
RGB
CMYK
RGB Variations
Color information
#D2EC15 (or 0xD2EC15) is known color: Electric Lime. HEX triplet: D2, EC and 15. RGB value is (210,236,21). Sum of RGB (Red+Green+Blue) = 210+236+21=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EC15 is #2D13EA. Grayscale: #CCCCCC. Windows color (decimal): -2954219 or 1436882. OLE color: 1436882.
HSL color Cylindrical-coordinate representation of color #D2EC15: hue angle of 67.26º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2EC15 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 21 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.07 |
| HSL | 67.26º | 0.85% | 0.5% | - |
| HSV(B) | 67.26º | 0.91% | 0.93% | - |
| XYZ | 56.71 | 73.75 | 11.96 | - |
| YUV | 203.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 21 | 0.11 | 0 | 0.91 | 0.07 | 67.26 | 0.85 | 0.5 |
| Hex | D2 | EC | 15 | B | 0 | 5B | 7 | 43 | 55 | 32 |
| Octal | 322 | 354 | 25 | 13 | 0 | 133 | 7 | 103 | 125 | 62 |
| Binary | 11010010 | 11101100 | 10101 | 1011 | 0 | 1011011 | 111 | 1000011 | 1010101 | 110010 |
Color Harmonies of #D2EC15
Complementary color
Monochromatic Colors of #D2EC15
Black with #D2EC15
Text Example
Text Example
White with #D2EC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC15; }
p { color: rgb(210,236,21); }
H1.HeaderClassName
{
color: #D2EC15;
}
.AnyTagClassName
{
color: #D2EC15;
}
</style>
background-color css
<style>
a { background-color: #D2EC15; }
a { background-color: rgb(210,236,21); }
div.DivClassName
{
background-color: #D2EC15;
}
.BgClassName
{
background-color: #D2EC15;
}
</style>
border-color css
<style>
span { border-color: #D2EC15; }
span { border-color: rgb(210,236,21); }
td.TdClassName
{
border-color: #D2EC15;
}
.TagClassName
{
border-color: #D2EC15;
}
</style>