Shades of Electric Lime #D3F703
Tints of Electric Lime #D3F703
RGB
CMYK
RGB Variations
Color information
#D3F703 (or 0xD3F703) is known color: Electric Lime. HEX triplet: D3, F7 and 03. RGB value is (211,247,3). Sum of RGB (Red+Green+Blue) = 211+247+3=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F703 is #2C08FC. Grayscale: #D1D1D1. Windows color (decimal): -2885885 or 260051. OLE color: 260051.
HSL color Cylindrical-coordinate representation of color #D3F703: hue angle of 68.85º 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 #D3F703 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.03 |
| HSL | 68.85º | 0.98% | 0.49% | - |
| HSV(B) | 68.85º | 0.99% | 0.97% | - |
| XYZ | 60.14 | 80.38 | 12.43 | - |
| YUV | 208.42 | 12.07 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 3 | 0.15 | 0 | 0.99 | 0.03 | 68.85 | 0.98 | 0.49 |
| Hex | D3 | F7 | 3 | F | 0 | 63 | 3 | 45 | 62 | 31 |
| Octal | 323 | 367 | 3 | 17 | 0 | 143 | 3 | 105 | 142 | 61 |
| Binary | 11010011 | 11110111 | 11 | 1111 | 0 | 1100011 | 11 | 1000101 | 1100010 | 110001 |
Color Harmonies of #D3F703
Complementary color
Monochromatic Colors of #D3F703
Black with #D3F703
Text Example
Text Example
White with #D3F703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F703; }
p { color: rgb(211,247,3); }
H1.HeaderClassName
{
color: #D3F703;
}
.AnyTagClassName
{
color: #D3F703;
}
</style>
background-color css
<style>
a { background-color: #D3F703; }
a { background-color: rgb(211,247,3); }
div.DivClassName
{
background-color: #D3F703;
}
.BgClassName
{
background-color: #D3F703;
}
</style>
border-color css
<style>
span { border-color: #D3F703; }
span { border-color: rgb(211,247,3); }
td.TdClassName
{
border-color: #D3F703;
}
.TagClassName
{
border-color: #D3F703;
}
</style>