Shades of Electric Lime #D3F408
Tints of Electric Lime #D3F408
RGB
CMYK
RGB Variations
Color information
#D3F408 (or 0xD3F408) is known color: Electric Lime. HEX triplet: D3, F4 and 08. RGB value is (211,244,8). Sum of RGB (Red+Green+Blue) = 211+244+8=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F408 is #2C0BF7. Grayscale: #D0D0D0. Windows color (decimal): -2886648 or 586963. OLE color: 586963.
HSL color Cylindrical-coordinate representation of color #D3F408: hue angle of 68.39º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3F408 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 8 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.04 |
| HSL | 68.39º | 0.94% | 0.49% | - |
| HSV(B) | 68.39º | 0.97% | 0.96% | - |
| XYZ | 59.26 | 78.57 | 12.27 | - |
| YUV | 207.23 | 15.57 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 8 | 0.14 | 0 | 0.97 | 0.04 | 68.39 | 0.94 | 0.49 |
| Hex | D3 | F4 | 8 | E | 0 | 61 | 4 | 44 | 5E | 31 |
| Octal | 323 | 364 | 10 | 16 | 0 | 141 | 4 | 104 | 136 | 61 |
| Binary | 11010011 | 11110100 | 1000 | 1110 | 0 | 1100001 | 100 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D3F408
Complementary color
Monochromatic Colors of #D3F408
Black with #D3F408
Text Example
Text Example
White with #D3F408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F408; }
p { color: rgb(211,244,8); }
H1.HeaderClassName
{
color: #D3F408;
}
.AnyTagClassName
{
color: #D3F408;
}
</style>
background-color css
<style>
a { background-color: #D3F408; }
a { background-color: rgb(211,244,8); }
div.DivClassName
{
background-color: #D3F408;
}
.BgClassName
{
background-color: #D3F408;
}
</style>
border-color css
<style>
span { border-color: #D3F408; }
span { border-color: rgb(211,244,8); }
td.TdClassName
{
border-color: #D3F408;
}
.TagClassName
{
border-color: #D3F408;
}
</style>