Shades of Electric Lime #D0F412
Tints of Electric Lime #D0F412
RGB
CMYK
RGB Variations
Color information
#D0F412 (or 0xD0F412) is known color: Electric Lime. HEX triplet: D0, F4 and 12. RGB value is (208,244,18). Sum of RGB (Red+Green+Blue) = 208+244+18=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F412 is #2F0BED. Grayscale: #D0D0D0. Windows color (decimal): -3083246 or 1242320. OLE color: 1242320.
HSL color Cylindrical-coordinate representation of color #D0F412: hue angle of 69.56º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0F412 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 18 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.04 |
| HSL | 69.56º | 0.91% | 0.51% | - |
| HSV(B) | 69.56º | 0.93% | 0.96% | - |
| XYZ | 58.47 | 78.15 | 12.58 | - |
| YUV | 207.47 | 21.07 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 18 | 0.15 | 0 | 0.93 | 0.04 | 69.56 | 0.91 | 0.51 |
| Hex | D0 | F4 | 12 | F | 0 | 5D | 4 | 46 | 5B | 33 |
| Octal | 320 | 364 | 22 | 17 | 0 | 135 | 4 | 106 | 133 | 63 |
| Binary | 11010000 | 11110100 | 10010 | 1111 | 0 | 1011101 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #D0F412
Complementary color
Monochromatic Colors of #D0F412
Black with #D0F412
Text Example
Text Example
White with #D0F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F412; }
p { color: rgb(208,244,18); }
H1.HeaderClassName
{
color: #D0F412;
}
.AnyTagClassName
{
color: #D0F412;
}
</style>
background-color css
<style>
a { background-color: #D0F412; }
a { background-color: rgb(208,244,18); }
div.DivClassName
{
background-color: #D0F412;
}
.BgClassName
{
background-color: #D0F412;
}
</style>
border-color css
<style>
span { border-color: #D0F412; }
span { border-color: rgb(208,244,18); }
td.TdClassName
{
border-color: #D0F412;
}
.TagClassName
{
border-color: #D0F412;
}
</style>