Shades of Electric Lime #D0F70B
Tints of Electric Lime #D0F70B
RGB
CMYK
RGB Variations
Color information
#D0F70B (or 0xD0F70B) is known color: Electric Lime. HEX triplet: D0, F7 and 0B. RGB value is (208,247,11). Sum of RGB (Red+Green+Blue) = 208+247+11=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F70B is #2F08F4. Grayscale: #D1D1D1. Windows color (decimal): -3082485 or 784336. OLE color: 784336.
HSL color Cylindrical-coordinate representation of color #D0F70B: hue angle of 69.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0F70B is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 11 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.03 |
| HSL | 69.92º | 0.94% | 0.51% | - |
| HSV(B) | 69.92º | 0.96% | 0.97% | - |
| XYZ | 59.33 | 79.96 | 12.62 | - |
| YUV | 208.44 | 16.58 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 11 | 0.16 | 0 | 0.96 | 0.03 | 69.92 | 0.94 | 0.51 |
| Hex | D0 | F7 | B | 10 | 0 | 60 | 3 | 46 | 5E | 33 |
| Octal | 320 | 367 | 13 | 20 | 0 | 140 | 3 | 106 | 136 | 63 |
| Binary | 11010000 | 11110111 | 1011 | 10000 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110011 |
Color Harmonies of #D0F70B
Complementary color
Monochromatic Colors of #D0F70B
Black with #D0F70B
Text Example
Text Example
White with #D0F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F70B; }
p { color: rgb(208,247,11); }
H1.HeaderClassName
{
color: #D0F70B;
}
.AnyTagClassName
{
color: #D0F70B;
}
</style>
background-color css
<style>
a { background-color: #D0F70B; }
a { background-color: rgb(208,247,11); }
div.DivClassName
{
background-color: #D0F70B;
}
.BgClassName
{
background-color: #D0F70B;
}
</style>
border-color css
<style>
span { border-color: #D0F70B; }
span { border-color: rgb(208,247,11); }
td.TdClassName
{
border-color: #D0F70B;
}
.TagClassName
{
border-color: #D0F70B;
}
</style>