Shades of Electric Lime #D3F708
Tints of Electric Lime #D3F708
RGB
CMYK
RGB Variations
Color information
#D3F708 (or 0xD3F708) is known color: Electric Lime. HEX triplet: D3, F7 and 08. RGB value is (211,247,8). Sum of RGB (Red+Green+Blue) = 211+247+8=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F708 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F708 is #2C08F7. Grayscale: #D1D1D1. Windows color (decimal): -2885880 or 587731. OLE color: 587731.
HSL color Cylindrical-coordinate representation of color #D3F708: hue angle of 69.04º 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 #D3F708 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.03 |
| HSL | 69.04º | 0.94% | 0.5% | - |
| HSV(B) | 69.04º | 0.97% | 0.97% | - |
| XYZ | 60.17 | 80.39 | 12.57 | - |
| YUV | 208.99 | 14.57 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 8 | 0.15 | 0 | 0.97 | 0.03 | 69.04 | 0.94 | 0.5 |
| Hex | D3 | F7 | 8 | F | 0 | 61 | 3 | 45 | 5E | 32 |
| Octal | 323 | 367 | 10 | 17 | 0 | 141 | 3 | 105 | 136 | 62 |
| Binary | 11010011 | 11110111 | 1000 | 1111 | 0 | 1100001 | 11 | 1000101 | 1011110 | 110010 |
Color Harmonies of #D3F708
Complementary color
Monochromatic Colors of #D3F708
Black with #D3F708
Text Example
Text Example
White with #D3F708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F708; }
p { color: rgb(211,247,8); }
H1.HeaderClassName
{
color: #D3F708;
}
.AnyTagClassName
{
color: #D3F708;
}
</style>
background-color css
<style>
a { background-color: #D3F708; }
a { background-color: rgb(211,247,8); }
div.DivClassName
{
background-color: #D3F708;
}
.BgClassName
{
background-color: #D3F708;
}
</style>
border-color css
<style>
span { border-color: #D3F708; }
span { border-color: rgb(211,247,8); }
td.TdClassName
{
border-color: #D3F708;
}
.TagClassName
{
border-color: #D3F708;
}
</style>