Shades of Electric Lime #D3FD08
Tints of Electric Lime #D3FD08
RGB
CMYK
RGB Variations
Color information
#D3FD08 (or 0xD3FD08) is known color: Electric Lime. HEX triplet: D3, FD and 08. RGB value is (211,253,8). Sum of RGB (Red+Green+Blue) = 211+253+8=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 8 (3.52% from 255 or 1.69% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FD08 is #2C02F7. Grayscale: #D5D5D5. Windows color (decimal): -2884344 or 589267. OLE color: 589267.
HSL color Cylindrical-coordinate representation of color #D3FD08: hue angle of 70.29º 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 #D3FD08 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.01 |
| HSL | 70.29º | 0.98% | 0.51% | - |
| HSV(B) | 70.29º | 0.97% | 0.99% | - |
| XYZ | 62.03 | 84.12 | 13.2 | - |
| YUV | 212.51 | 12.59 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 8 | 0.17 | 0 | 0.97 | 0.01 | 70.29 | 0.98 | 0.51 |
| Hex | D3 | FD | 8 | 11 | 0 | 61 | 1 | 46 | 62 | 33 |
| Octal | 323 | 375 | 10 | 21 | 0 | 141 | 1 | 106 | 142 | 63 |
| Binary | 11010011 | 11111101 | 1000 | 10001 | 0 | 1100001 | 1 | 1000110 | 1100010 | 110011 |
Color Harmonies of #D3FD08
Complementary color
Monochromatic Colors of #D3FD08
Black with #D3FD08
Text Example
Text Example
White with #D3FD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD08; }
p { color: rgb(211,253,8); }
H1.HeaderClassName
{
color: #D3FD08;
}
.AnyTagClassName
{
color: #D3FD08;
}
</style>
background-color css
<style>
a { background-color: #D3FD08; }
a { background-color: rgb(211,253,8); }
div.DivClassName
{
background-color: #D3FD08;
}
.BgClassName
{
background-color: #D3FD08;
}
</style>
border-color css
<style>
span { border-color: #D3FD08; }
span { border-color: rgb(211,253,8); }
td.TdClassName
{
border-color: #D3FD08;
}
.TagClassName
{
border-color: #D3FD08;
}
</style>