Shades of Electric Lime #D3F807
Tints of Electric Lime #D3F807
RGB
CMYK
RGB Variations
Color information
#D3F807 (or 0xD3F807) is known color: Electric Lime. HEX triplet: D3, F8 and 07. RGB value is (211,248,7). Sum of RGB (Red+Green+Blue) = 211+248+7=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F807 is #2C07F8. Grayscale: #D2D2D2. Windows color (decimal): -2885625 or 522451. OLE color: 522451.
HSL color Cylindrical-coordinate representation of color #D3F807: hue angle of 69.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3F807 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.03 |
| HSL | 69.21º | 0.95% | 0.5% | - |
| HSV(B) | 69.21º | 0.97% | 0.97% | - |
| XYZ | 60.47 | 81 | 12.65 | - |
| YUV | 209.46 | 13.74 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 7 | 0.15 | 0 | 0.97 | 0.03 | 69.21 | 0.95 | 0.5 |
| Hex | D3 | F8 | 7 | F | 0 | 61 | 3 | 45 | 5F | 32 |
| Octal | 323 | 370 | 7 | 17 | 0 | 141 | 3 | 105 | 137 | 62 |
| Binary | 11010011 | 11111000 | 111 | 1111 | 0 | 1100001 | 11 | 1000101 | 1011111 | 110010 |
Color Harmonies of #D3F807
Complementary color
Monochromatic Colors of #D3F807
Black with #D3F807
Text Example
Text Example
White with #D3F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F807; }
p { color: rgb(211,248,7); }
H1.HeaderClassName
{
color: #D3F807;
}
.AnyTagClassName
{
color: #D3F807;
}
</style>
background-color css
<style>
a { background-color: #D3F807; }
a { background-color: rgb(211,248,7); }
div.DivClassName
{
background-color: #D3F807;
}
.BgClassName
{
background-color: #D3F807;
}
</style>
border-color css
<style>
span { border-color: #D3F807; }
span { border-color: rgb(211,248,7); }
td.TdClassName
{
border-color: #D3F807;
}
.TagClassName
{
border-color: #D3F807;
}
</style>