Shades of Electric Lime #D0FF13
Tints of Electric Lime #D0FF13
RGB
CMYK
RGB Variations
Color information
#D0FF13 (or 0xD0FF13) is known color: Electric Lime. HEX triplet: D0, FF and 13. RGB value is (208,255,19). Sum of RGB (Red+Green+Blue) = 208+255+19=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF13 is #2F00EC. Grayscale: #D6D6D6. Windows color (decimal): -3080429 or 1310672. OLE color: 1310672.
HSL color Cylindrical-coordinate representation of color #D0FF13: hue angle of 71.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0FF13 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 19 | - |
| CMYK | 0.18 | 0 | 0.93 | 0 |
| HSL | 71.95º | 1% | 0.54% | - |
| HSV(B) | 71.95º | 0.93% | 1% | - |
| XYZ | 61.89 | 84.98 | 13.76 | - |
| YUV | 214.04 | 17.93 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 19 | 0.18 | 0 | 0.93 | 0 | 71.95 | 1 | 0.54 |
| Hex | D0 | FF | 13 | 12 | 0 | 5D | 0 | 48 | 64 | 36 |
| Octal | 320 | 377 | 23 | 22 | 0 | 135 | 0 | 110 | 144 | 66 |
| Binary | 11010000 | 11111111 | 10011 | 10010 | 0 | 1011101 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #D0FF13
Complementary color
Monochromatic Colors of #D0FF13
Black with #D0FF13
Text Example
Text Example
White with #D0FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF13; }
p { color: rgb(208,255,19); }
H1.HeaderClassName
{
color: #D0FF13;
}
.AnyTagClassName
{
color: #D0FF13;
}
</style>
background-color css
<style>
a { background-color: #D0FF13; }
a { background-color: rgb(208,255,19); }
div.DivClassName
{
background-color: #D0FF13;
}
.BgClassName
{
background-color: #D0FF13;
}
</style>
border-color css
<style>
span { border-color: #D0FF13; }
span { border-color: rgb(208,255,19); }
td.TdClassName
{
border-color: #D0FF13;
}
.TagClassName
{
border-color: #D0FF13;
}
</style>