Shades of Electric Lime #D3F700
Tints of Electric Lime #D3F700
RGB
CMYK
RGB Variations
Color information
#D3F700 (or 0xD3F700) is known color: Electric Lime. HEX triplet: D3, F7 and 00. RGB value is (211,247,0). Sum of RGB (Red+Green+Blue) = 211+247+0=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F700 is #2C08FF. Grayscale: #D1D1D1. Windows color (decimal): -2885888 or 63443. OLE color: 63443.
HSL color Cylindrical-coordinate representation of color #D3F700: hue angle of 68.74º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3F700 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.03 |
| HSL | 68.74º | 1% | 0.48% | - |
| HSV(B) | 68.74º | 1% | 0.97% | - |
| XYZ | 60.12 | 80.37 | 12.34 | - |
| YUV | 208.08 | 10.57 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 0 | 0.15 | 0 | 1 | 0.03 | 68.74 | 1 | 0.48 |
| Hex | D3 | F7 | 0 | F | 0 | 64 | 3 | 45 | 64 | 30 |
| Octal | 323 | 367 | 0 | 17 | 0 | 144 | 3 | 105 | 144 | 60 |
| Binary | 11010011 | 11110111 | 0 | 1111 | 0 | 1100100 | 11 | 1000101 | 1100100 | 110000 |
Color Harmonies of #D3F700
Complementary color
Monochromatic Colors of #D3F700
Black with #D3F700
Text Example
Text Example
White with #D3F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F700; }
p { color: rgb(211,247,0); }
H1.HeaderClassName
{
color: #D3F700;
}
.AnyTagClassName
{
color: #D3F700;
}
</style>
background-color css
<style>
a { background-color: #D3F700; }
a { background-color: rgb(211,247,0); }
div.DivClassName
{
background-color: #D3F700;
}
.BgClassName
{
background-color: #D3F700;
}
</style>
border-color css
<style>
span { border-color: #D3F700; }
span { border-color: rgb(211,247,0); }
td.TdClassName
{
border-color: #D3F700;
}
.TagClassName
{
border-color: #D3F700;
}
</style>