Shades of Electric Lime #D0FF0A
Tints of Electric Lime #D0FF0A
RGB
CMYK
RGB Variations
Color information
#D0FF0A (or 0xD0FF0A) is known color: Electric Lime. HEX triplet: D0, FF and 0A. RGB value is (208,255,10). Sum of RGB (Red+Green+Blue) = 208+255+10=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF0A is #2F00F5. Grayscale: #D5D5D5. Windows color (decimal): -3080438 or 720848. OLE color: 720848.
HSL color Cylindrical-coordinate representation of color #D0FF0A: hue angle of 71.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0FF0A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0 |
| HSL | 71.51º | 1% | 0.52% | - |
| HSV(B) | 71.51º | 0.96% | 1% | - |
| XYZ | 61.83 | 84.95 | 13.43 | - |
| YUV | 213.02 | 13.43 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 10 | 0.18 | 0 | 0.96 | 0 | 71.51 | 1 | 0.52 |
| Hex | D0 | FF | A | 12 | 0 | 60 | 0 | 48 | 64 | 34 |
| Octal | 320 | 377 | 12 | 22 | 0 | 140 | 0 | 110 | 144 | 64 |
| Binary | 11010000 | 11111111 | 1010 | 10010 | 0 | 1100000 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #D0FF0A
Complementary color
Monochromatic Colors of #D0FF0A
Black with #D0FF0A
Text Example
Text Example
White with #D0FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF0A; }
p { color: rgb(208,255,10); }
H1.HeaderClassName
{
color: #D0FF0A;
}
.AnyTagClassName
{
color: #D0FF0A;
}
</style>
background-color css
<style>
a { background-color: #D0FF0A; }
a { background-color: rgb(208,255,10); }
div.DivClassName
{
background-color: #D0FF0A;
}
.BgClassName
{
background-color: #D0FF0A;
}
</style>
border-color css
<style>
span { border-color: #D0FF0A; }
span { border-color: rgb(208,255,10); }
td.TdClassName
{
border-color: #D0FF0A;
}
.TagClassName
{
border-color: #D0FF0A;
}
</style>