Shades of Electric Lime #D0FF15
Tints of Electric Lime #D0FF15
RGB
CMYK
RGB Variations
Color information
#D0FF15 (or 0xD0FF15) is known color: Electric Lime. HEX triplet: D0, FF and 15. RGB value is (208,255,21). Sum of RGB (Red+Green+Blue) = 208+255+21=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF15 is #2F00EA. Grayscale: #D7D7D7. Windows color (decimal): -3080427 or 1441744. OLE color: 1441744.
HSL color Cylindrical-coordinate representation of color #D0FF15: hue angle of 72.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0FF15 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 21 | - |
| CMYK | 0.18 | 0 | 0.92 | 0 |
| HSL | 72.05º | 1% | 0.54% | - |
| HSV(B) | 72.05º | 0.92% | 1% | - |
| XYZ | 61.91 | 84.98 | 13.85 | - |
| YUV | 214.27 | 18.93 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 21 | 0.18 | 0 | 0.92 | 0 | 72.05 | 1 | 0.54 |
| Hex | D0 | FF | 15 | 12 | 0 | 5C | 0 | 48 | 64 | 36 |
| Octal | 320 | 377 | 25 | 22 | 0 | 134 | 0 | 110 | 144 | 66 |
| Binary | 11010000 | 11111111 | 10101 | 10010 | 0 | 1011100 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #D0FF15
Complementary color
Monochromatic Colors of #D0FF15
Black with #D0FF15
Text Example
Text Example
White with #D0FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF15; }
p { color: rgb(208,255,21); }
H1.HeaderClassName
{
color: #D0FF15;
}
.AnyTagClassName
{
color: #D0FF15;
}
</style>
background-color css
<style>
a { background-color: #D0FF15; }
a { background-color: rgb(208,255,21); }
div.DivClassName
{
background-color: #D0FF15;
}
.BgClassName
{
background-color: #D0FF15;
}
</style>
border-color css
<style>
span { border-color: #D0FF15; }
span { border-color: rgb(208,255,21); }
td.TdClassName
{
border-color: #D0FF15;
}
.TagClassName
{
border-color: #D0FF15;
}
</style>