Shades of Electric Lime #D2FC08
Tints of Electric Lime #D2FC08
RGB
CMYK
RGB Variations
Color information
#D2FC08 (or 0xD2FC08) is known color: Electric Lime. HEX triplet: D2, FC and 08. RGB value is (210,252,8). Sum of RGB (Red+Green+Blue) = 210+252+8=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FC08 is #2D03F7. Grayscale: #D4D4D4. Windows color (decimal): -2950136 or 589010. OLE color: 589010.
HSL color Cylindrical-coordinate representation of color #D2FC08: hue angle of 70.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2FC08 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.01 |
| HSL | 70.33º | 0.98% | 0.51% | - |
| HSV(B) | 70.33º | 0.97% | 0.99% | - |
| XYZ | 61.43 | 83.34 | 13.08 | - |
| YUV | 211.63 | 13.09 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 8 | 0.17 | 0 | 0.97 | 0.01 | 70.33 | 0.98 | 0.51 |
| Hex | D2 | FC | 8 | 11 | 0 | 61 | 1 | 46 | 62 | 33 |
| Octal | 322 | 374 | 10 | 21 | 0 | 141 | 1 | 106 | 142 | 63 |
| Binary | 11010010 | 11111100 | 1000 | 10001 | 0 | 1100001 | 1 | 1000110 | 1100010 | 110011 |
Color Harmonies of #D2FC08
Complementary color
Monochromatic Colors of #D2FC08
Black with #D2FC08
Text Example
Text Example
White with #D2FC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC08; }
p { color: rgb(210,252,8); }
H1.HeaderClassName
{
color: #D2FC08;
}
.AnyTagClassName
{
color: #D2FC08;
}
</style>
background-color css
<style>
a { background-color: #D2FC08; }
a { background-color: rgb(210,252,8); }
div.DivClassName
{
background-color: #D2FC08;
}
.BgClassName
{
background-color: #D2FC08;
}
</style>
border-color css
<style>
span { border-color: #D2FC08; }
span { border-color: rgb(210,252,8); }
td.TdClassName
{
border-color: #D2FC08;
}
.TagClassName
{
border-color: #D2FC08;
}
</style>