Shades of Electric Lime #D3F507
Tints of Electric Lime #D3F507
RGB
CMYK
RGB Variations
Color information
#D3F507 (or 0xD3F507) is known color: Electric Lime. HEX triplet: D3, F5 and 07. RGB value is (211,245,7). Sum of RGB (Red+Green+Blue) = 211+245+7=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F507 is #2C0AF8. Grayscale: #D0D0D0. Windows color (decimal): -2886393 or 521683. OLE color: 521683.
HSL color Cylindrical-coordinate representation of color #D3F507: hue angle of 68.57º 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 #D3F507 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.04 |
| HSL | 68.57º | 0.94% | 0.49% | - |
| HSV(B) | 68.57º | 0.97% | 0.96% | - |
| XYZ | 59.55 | 79.17 | 12.34 | - |
| YUV | 207.7 | 14.74 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 7 | 0.14 | 0 | 0.97 | 0.04 | 68.57 | 0.94 | 0.49 |
| Hex | D3 | F5 | 7 | E | 0 | 61 | 4 | 45 | 5E | 31 |
| Octal | 323 | 365 | 7 | 16 | 0 | 141 | 4 | 105 | 136 | 61 |
| Binary | 11010011 | 11110101 | 111 | 1110 | 0 | 1100001 | 100 | 1000101 | 1011110 | 110001 |
Color Harmonies of #D3F507
Complementary color
Monochromatic Colors of #D3F507
Black with #D3F507
Text Example
Text Example
White with #D3F507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F507; }
p { color: rgb(211,245,7); }
H1.HeaderClassName
{
color: #D3F507;
}
.AnyTagClassName
{
color: #D3F507;
}
</style>
background-color css
<style>
a { background-color: #D3F507; }
a { background-color: rgb(211,245,7); }
div.DivClassName
{
background-color: #D3F507;
}
.BgClassName
{
background-color: #D3F507;
}
</style>
border-color css
<style>
span { border-color: #D3F507; }
span { border-color: rgb(211,245,7); }
td.TdClassName
{
border-color: #D3F507;
}
.TagClassName
{
border-color: #D3F507;
}
</style>