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