Shades of Electric Lime #D2E008
Tints of Electric Lime #D2E008
RGB
CMYK
RGB Variations
Color information
#D2E008 (or 0xD2E008) is known color: Electric Lime. HEX triplet: D2, E0 and 08. RGB value is (210,224,8). Sum of RGB (Red+Green+Blue) = 210+224+8=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E008 is #2D1FF7. Grayscale: #C4C4C4. Windows color (decimal): -2957304 or 581842. OLE color: 581842.
HSL color Cylindrical-coordinate representation of color #D2E008: hue angle of 63.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2E008 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.12 |
| HSL | 63.89º | 0.93% | 0.45% | - |
| HSV(B) | 63.89º | 0.96% | 0.88% | - |
| XYZ | 53.28 | 67.03 | 10.36 | - |
| YUV | 195.19 | 22.36 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 8 | 0.06 | 0 | 0.96 | 0.12 | 63.89 | 0.93 | 0.45 |
| Hex | D2 | E0 | 8 | 6 | 0 | 60 | C | 40 | 5D | 2D |
| Octal | 322 | 340 | 10 | 6 | 0 | 140 | 14 | 100 | 135 | 55 |
| Binary | 11010010 | 11100000 | 1000 | 110 | 0 | 1100000 | 1100 | 1000000 | 1011101 | 101101 |
Color Harmonies of #D2E008
Complementary color
Monochromatic Colors of #D2E008
Black with #D2E008
Text Example
Text Example
White with #D2E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E008; }
p { color: rgb(210,224,8); }
H1.HeaderClassName
{
color: #D2E008;
}
.AnyTagClassName
{
color: #D2E008;
}
</style>
background-color css
<style>
a { background-color: #D2E008; }
a { background-color: rgb(210,224,8); }
div.DivClassName
{
background-color: #D2E008;
}
.BgClassName
{
background-color: #D2E008;
}
</style>
border-color css
<style>
span { border-color: #D2E008; }
span { border-color: rgb(210,224,8); }
td.TdClassName
{
border-color: #D2E008;
}
.TagClassName
{
border-color: #D2E008;
}
</style>