Shades of Electric Lime #D0FF12
Tints of Electric Lime #D0FF12
RGB
CMYK
RGB Variations
Color information
#D0FF12 (or 0xD0FF12) is known color: Electric Lime. HEX triplet: D0, FF and 12. RGB value is (208,255,18). Sum of RGB (Red+Green+Blue) = 208+255+18=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF12 is #2F00ED. Grayscale: #D6D6D6. Windows color (decimal): -3080430 or 1245136. OLE color: 1245136.
HSL color Cylindrical-coordinate representation of color #D0FF12: hue angle of 71.9º 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 #D0FF12 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 18 | - |
| CMYK | 0.18 | 0 | 0.93 | 0 |
| HSL | 71.9º | 1% | 0.54% | - |
| HSV(B) | 71.9º | 0.93% | 1% | - |
| XYZ | 61.88 | 84.97 | 13.71 | - |
| YUV | 213.93 | 17.43 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 18 | 0.18 | 0 | 0.93 | 0 | 71.9 | 1 | 0.54 |
| Hex | D0 | FF | 12 | 12 | 0 | 5D | 0 | 48 | 64 | 36 |
| Octal | 320 | 377 | 22 | 22 | 0 | 135 | 0 | 110 | 144 | 66 |
| Binary | 11010000 | 11111111 | 10010 | 10010 | 0 | 1011101 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #D0FF12
Complementary color
Monochromatic Colors of #D0FF12
Black with #D0FF12
Text Example
Text Example
White with #D0FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF12; }
p { color: rgb(208,255,18); }
H1.HeaderClassName
{
color: #D0FF12;
}
.AnyTagClassName
{
color: #D0FF12;
}
</style>
background-color css
<style>
a { background-color: #D0FF12; }
a { background-color: rgb(208,255,18); }
div.DivClassName
{
background-color: #D0FF12;
}
.BgClassName
{
background-color: #D0FF12;
}
</style>
border-color css
<style>
span { border-color: #D0FF12; }
span { border-color: rgb(208,255,18); }
td.TdClassName
{
border-color: #D0FF12;
}
.TagClassName
{
border-color: #D0FF12;
}
</style>