Shades of Electric Lime #D0F80B
Tints of Electric Lime #D0F80B
RGB
CMYK
RGB Variations
Color information
#D0F80B (or 0xD0F80B) is known color: Electric Lime. HEX triplet: D0, F8 and 0B. RGB value is (208,248,11). Sum of RGB (Red+Green+Blue) = 208+248+11=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F80B is #2F07F4. Grayscale: #D1D1D1. Windows color (decimal): -3082229 or 784592. OLE color: 784592.
HSL color Cylindrical-coordinate representation of color #D0F80B: hue angle of 70.13º 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 #D0F80B is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 11 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.03 |
| HSL | 70.13º | 0.94% | 0.51% | - |
| HSV(B) | 70.13º | 0.96% | 0.97% | - |
| XYZ | 59.64 | 80.57 | 12.72 | - |
| YUV | 209.02 | 16.25 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 11 | 0.16 | 0 | 0.96 | 0.03 | 70.13 | 0.94 | 0.51 |
| Hex | D0 | F8 | B | 10 | 0 | 60 | 3 | 46 | 5E | 33 |
| Octal | 320 | 370 | 13 | 20 | 0 | 140 | 3 | 106 | 136 | 63 |
| Binary | 11010000 | 11111000 | 1011 | 10000 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110011 |
Color Harmonies of #D0F80B
Complementary color
Monochromatic Colors of #D0F80B
Black with #D0F80B
Text Example
Text Example
White with #D0F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F80B; }
p { color: rgb(208,248,11); }
H1.HeaderClassName
{
color: #D0F80B;
}
.AnyTagClassName
{
color: #D0F80B;
}
</style>
background-color css
<style>
a { background-color: #D0F80B; }
a { background-color: rgb(208,248,11); }
div.DivClassName
{
background-color: #D0F80B;
}
.BgClassName
{
background-color: #D0F80B;
}
</style>
border-color css
<style>
span { border-color: #D0F80B; }
span { border-color: rgb(208,248,11); }
td.TdClassName
{
border-color: #D0F80B;
}
.TagClassName
{
border-color: #D0F80B;
}
</style>