Shades of Electric Lime #D2E106
Tints of Electric Lime #D2E106
RGB
CMYK
RGB Variations
Color information
#D2E106 (or 0xD2E106) is known color: Electric Lime. HEX triplet: D2, E1 and 06. RGB value is (210,225,6). Sum of RGB (Red+Green+Blue) = 210+225+6=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E106 is #2D1EF9. Grayscale: #C4C4C4. Windows color (decimal): -2957050 or 451026. OLE color: 451026.
HSL color Cylindrical-coordinate representation of color #D2E106: hue angle of 64.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2E106 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.12 |
| HSL | 64.11º | 0.95% | 0.45% | - |
| HSV(B) | 64.11º | 0.97% | 0.88% | - |
| XYZ | 53.54 | 67.57 | 10.39 | - |
| YUV | 195.55 | 21.03 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 6 | 0.07 | 0 | 0.97 | 0.12 | 64.11 | 0.95 | 0.45 |
| Hex | D2 | E1 | 6 | 7 | 0 | 61 | C | 40 | 5F | 2D |
| Octal | 322 | 341 | 6 | 7 | 0 | 141 | 14 | 100 | 137 | 55 |
| Binary | 11010010 | 11100001 | 110 | 111 | 0 | 1100001 | 1100 | 1000000 | 1011111 | 101101 |
Color Harmonies of #D2E106
Complementary color
Monochromatic Colors of #D2E106
Black with #D2E106
Text Example
Text Example
White with #D2E106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E106; }
p { color: rgb(210,225,6); }
H1.HeaderClassName
{
color: #D2E106;
}
.AnyTagClassName
{
color: #D2E106;
}
</style>
background-color css
<style>
a { background-color: #D2E106; }
a { background-color: rgb(210,225,6); }
div.DivClassName
{
background-color: #D2E106;
}
.BgClassName
{
background-color: #D2E106;
}
</style>
border-color css
<style>
span { border-color: #D2E106; }
span { border-color: rgb(210,225,6); }
td.TdClassName
{
border-color: #D2E106;
}
.TagClassName
{
border-color: #D2E106;
}
</style>