Shades of Electric Lime #D2FF08
Tints of Electric Lime #D2FF08
RGB
CMYK
RGB Variations
Color information
#D2FF08 (or 0xD2FF08) is known color: Electric Lime. HEX triplet: D2, FF and 08. RGB value is (210,255,8). Sum of RGB (Red+Green+Blue) = 210+255+8=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF08 is #2D00F7. Grayscale: #D6D6D6. Windows color (decimal): -2949368 or 589778. OLE color: 589778.
HSL color Cylindrical-coordinate representation of color #D2FF08: hue angle of 70.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2FF08 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0 |
| HSL | 70.93º | 1% | 0.52% | - |
| HSV(B) | 70.93º | 0.97% | 1% | - |
| XYZ | 62.38 | 85.24 | 13.39 | - |
| YUV | 213.39 | 12.09 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 8 | 0.18 | 0 | 0.97 | 0 | 70.93 | 1 | 0.52 |
| Hex | D2 | FF | 8 | 12 | 0 | 61 | 0 | 47 | 64 | 34 |
| Octal | 322 | 377 | 10 | 22 | 0 | 141 | 0 | 107 | 144 | 64 |
| Binary | 11010010 | 11111111 | 1000 | 10010 | 0 | 1100001 | 0 | 1000111 | 1100100 | 110100 |
Color Harmonies of #D2FF08
Complementary color
Monochromatic Colors of #D2FF08
Black with #D2FF08
Text Example
Text Example
White with #D2FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF08; }
p { color: rgb(210,255,8); }
H1.HeaderClassName
{
color: #D2FF08;
}
.AnyTagClassName
{
color: #D2FF08;
}
</style>
background-color css
<style>
a { background-color: #D2FF08; }
a { background-color: rgb(210,255,8); }
div.DivClassName
{
background-color: #D2FF08;
}
.BgClassName
{
background-color: #D2FF08;
}
</style>
border-color css
<style>
span { border-color: #D2FF08; }
span { border-color: rgb(210,255,8); }
td.TdClassName
{
border-color: #D2FF08;
}
.TagClassName
{
border-color: #D2FF08;
}
</style>