Shades of Electric Lime #D2EC06
Tints of Electric Lime #D2EC06
RGB
CMYK
RGB Variations
Color information
#D2EC06 (or 0xD2EC06) is known color: Electric Lime. HEX triplet: D2, EC and 06. RGB value is (210,236,6). Sum of RGB (Red+Green+Blue) = 210+236+6=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EC06 is #2D13F9. Grayscale: #CACACA. Windows color (decimal): -2954234 or 453842. OLE color: 453842.
HSL color Cylindrical-coordinate representation of color #D2EC06: hue angle of 66.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2EC06 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.07 |
| HSL | 66.78º | 0.95% | 0.47% | - |
| HSV(B) | 66.78º | 0.97% | 0.93% | - |
| XYZ | 56.61 | 73.71 | 11.42 | - |
| YUV | 202.01 | 17.39 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 6 | 0.11 | 0 | 0.97 | 0.07 | 66.78 | 0.95 | 0.47 |
| Hex | D2 | EC | 6 | B | 0 | 61 | 7 | 43 | 5F | 2F |
| Octal | 322 | 354 | 6 | 13 | 0 | 141 | 7 | 103 | 137 | 57 |
| Binary | 11010010 | 11101100 | 110 | 1011 | 0 | 1100001 | 111 | 1000011 | 1011111 | 101111 |
Color Harmonies of #D2EC06
Complementary color
Monochromatic Colors of #D2EC06
Black with #D2EC06
Text Example
Text Example
White with #D2EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC06; }
p { color: rgb(210,236,6); }
H1.HeaderClassName
{
color: #D2EC06;
}
.AnyTagClassName
{
color: #D2EC06;
}
</style>
background-color css
<style>
a { background-color: #D2EC06; }
a { background-color: rgb(210,236,6); }
div.DivClassName
{
background-color: #D2EC06;
}
.BgClassName
{
background-color: #D2EC06;
}
</style>
border-color css
<style>
span { border-color: #D2EC06; }
span { border-color: rgb(210,236,6); }
td.TdClassName
{
border-color: #D2EC06;
}
.TagClassName
{
border-color: #D2EC06;
}
</style>