Shades of Electric Lime #D2F808
Tints of Electric Lime #D2F808
RGB
CMYK
RGB Variations
Color information
#D2F808 (or 0xD2F808) is known color: Electric Lime. HEX triplet: D2, F8 and 08. RGB value is (210,248,8). Sum of RGB (Red+Green+Blue) = 210+248+8=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F808 is #2D07F7. Grayscale: #D2D2D2. Windows color (decimal): -2951160 or 587986. OLE color: 587986.
HSL color Cylindrical-coordinate representation of color #D2F808: hue angle of 69.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2F808 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.03 |
| HSL | 69.5º | 0.94% | 0.5% | - |
| HSV(B) | 69.5º | 0.97% | 0.97% | - |
| XYZ | 60.19 | 80.85 | 12.66 | - |
| YUV | 209.28 | 14.41 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 8 | 0.15 | 0 | 0.97 | 0.03 | 69.5 | 0.94 | 0.5 |
| Hex | D2 | F8 | 8 | F | 0 | 61 | 3 | 46 | 5E | 32 |
| Octal | 322 | 370 | 10 | 17 | 0 | 141 | 3 | 106 | 136 | 62 |
| Binary | 11010010 | 11111000 | 1000 | 1111 | 0 | 1100001 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #D2F808
Complementary color
Monochromatic Colors of #D2F808
Black with #D2F808
Text Example
Text Example
White with #D2F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F808; }
p { color: rgb(210,248,8); }
H1.HeaderClassName
{
color: #D2F808;
}
.AnyTagClassName
{
color: #D2F808;
}
</style>
background-color css
<style>
a { background-color: #D2F808; }
a { background-color: rgb(210,248,8); }
div.DivClassName
{
background-color: #D2F808;
}
.BgClassName
{
background-color: #D2F808;
}
</style>
border-color css
<style>
span { border-color: #D2F808; }
span { border-color: rgb(210,248,8); }
td.TdClassName
{
border-color: #D2F808;
}
.TagClassName
{
border-color: #D2F808;
}
</style>