Shades of Electric Lime #D3F802
Tints of Electric Lime #D3F802
RGB
CMYK
RGB Variations
Color information
#D3F802 (or 0xD3F802) is known color: Electric Lime. HEX triplet: D3, F8 and 02. RGB value is (211,248,2). Sum of RGB (Red+Green+Blue) = 211+248+2=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F802 is #2C07FD. Grayscale: #D1D1D1. Windows color (decimal): -2885630 or 194771. OLE color: 194771.
HSL color Cylindrical-coordinate representation of color #D3F802: hue angle of 69.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3F802 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.03 |
| HSL | 69.02º | 0.98% | 0.49% | - |
| HSV(B) | 69.02º | 0.99% | 0.97% | - |
| XYZ | 60.44 | 80.99 | 12.5 | - |
| YUV | 208.89 | 11.24 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 2 | 0.15 | 0 | 0.99 | 0.03 | 69.02 | 0.98 | 0.49 |
| Hex | D3 | F8 | 2 | F | 0 | 63 | 3 | 45 | 62 | 31 |
| Octal | 323 | 370 | 2 | 17 | 0 | 143 | 3 | 105 | 142 | 61 |
| Binary | 11010011 | 11111000 | 10 | 1111 | 0 | 1100011 | 11 | 1000101 | 1100010 | 110001 |
Color Harmonies of #D3F802
Complementary color
Monochromatic Colors of #D3F802
Black with #D3F802
Text Example
Text Example
White with #D3F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F802; }
p { color: rgb(211,248,2); }
H1.HeaderClassName
{
color: #D3F802;
}
.AnyTagClassName
{
color: #D3F802;
}
</style>
background-color css
<style>
a { background-color: #D3F802; }
a { background-color: rgb(211,248,2); }
div.DivClassName
{
background-color: #D3F802;
}
.BgClassName
{
background-color: #D3F802;
}
</style>
border-color css
<style>
span { border-color: #D3F802; }
span { border-color: rgb(211,248,2); }
td.TdClassName
{
border-color: #D3F802;
}
.TagClassName
{
border-color: #D3F802;
}
</style>