Shades of Electric Lime #D0FE13
Tints of Electric Lime #D0FE13
RGB
CMYK
RGB Variations
Color information
#D0FE13 (or 0xD0FE13) is known color: Electric Lime. HEX triplet: D0, FE and 13. RGB value is (208,254,19). Sum of RGB (Red+Green+Blue) = 208+254+19=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE13 is #2F01EC. Grayscale: #D6D6D6. Windows color (decimal): -3080685 or 1310416. OLE color: 1310416.
HSL color Cylindrical-coordinate representation of color #D0FE13: hue angle of 71.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0FE13 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 19 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.00 |
| HSL | 71.74º | 0.99% | 0.54% | - |
| HSV(B) | 71.74º | 0.93% | 1% | - |
| XYZ | 61.57 | 84.34 | 13.65 | - |
| YUV | 213.46 | 18.26 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 19 | 0.18 | 0 | 0.93 | 0.00 | 71.74 | 0.99 | 0.54 |
| Hex | D0 | FE | 13 | 12 | 0 | 5D | 0 | 48 | 63 | 36 |
| Octal | 320 | 376 | 23 | 22 | 0 | 135 | 0 | 110 | 143 | 66 |
| Binary | 11010000 | 11111110 | 10011 | 10010 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #D0FE13
Complementary color
Monochromatic Colors of #D0FE13
Black with #D0FE13
Text Example
Text Example
White with #D0FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE13; }
p { color: rgb(208,254,19); }
H1.HeaderClassName
{
color: #D0FE13;
}
.AnyTagClassName
{
color: #D0FE13;
}
</style>
background-color css
<style>
a { background-color: #D0FE13; }
a { background-color: rgb(208,254,19); }
div.DivClassName
{
background-color: #D0FE13;
}
.BgClassName
{
background-color: #D0FE13;
}
</style>
border-color css
<style>
span { border-color: #D0FE13; }
span { border-color: rgb(208,254,19); }
td.TdClassName
{
border-color: #D0FE13;
}
.TagClassName
{
border-color: #D0FE13;
}
</style>