Shades of Electric Lime #D3FB07
Tints of Electric Lime #D3FB07
RGB
CMYK
RGB Variations
Color information
#D3FB07 (or 0xD3FB07) is known color: Electric Lime. HEX triplet: D3, FB and 07. RGB value is (211,251,7). Sum of RGB (Red+Green+Blue) = 211+251+7=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FB07 is #2C04F8. Grayscale: #D4D4D4. Windows color (decimal): -2884857 or 523219. OLE color: 523219.
HSL color Cylindrical-coordinate representation of color #D3FB07: hue angle of 69.84º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3FB07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.02 |
| HSL | 69.84º | 0.97% | 0.51% | - |
| HSV(B) | 69.84º | 0.97% | 0.98% | - |
| XYZ | 61.4 | 82.86 | 12.96 | - |
| YUV | 211.22 | 12.75 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 7 | 0.16 | 0 | 0.97 | 0.02 | 69.84 | 0.97 | 0.51 |
| Hex | D3 | FB | 7 | 10 | 0 | 61 | 2 | 46 | 61 | 33 |
| Octal | 323 | 373 | 7 | 20 | 0 | 141 | 2 | 106 | 141 | 63 |
| Binary | 11010011 | 11111011 | 111 | 10000 | 0 | 1100001 | 10 | 1000110 | 1100001 | 110011 |
Color Harmonies of #D3FB07
Complementary color
Monochromatic Colors of #D3FB07
Black with #D3FB07
Text Example
Text Example
White with #D3FB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FB07; }
p { color: rgb(211,251,7); }
H1.HeaderClassName
{
color: #D3FB07;
}
.AnyTagClassName
{
color: #D3FB07;
}
</style>
background-color css
<style>
a { background-color: #D3FB07; }
a { background-color: rgb(211,251,7); }
div.DivClassName
{
background-color: #D3FB07;
}
.BgClassName
{
background-color: #D3FB07;
}
</style>
border-color css
<style>
span { border-color: #D3FB07; }
span { border-color: rgb(211,251,7); }
td.TdClassName
{
border-color: #D3FB07;
}
.TagClassName
{
border-color: #D3FB07;
}
</style>