Shades of Electric Lime #D0EE12
Tints of Electric Lime #D0EE12
RGB
CMYK
RGB Variations
Color information
#D0EE12 (or 0xD0EE12) is known color: Electric Lime. HEX triplet: D0, EE and 12. RGB value is (208,238,18). Sum of RGB (Red+Green+Blue) = 208+238+18=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EE12 is #2F11ED. Grayscale: #CCCCCC. Windows color (decimal): -3084782 or 1240784. OLE color: 1240784.
HSL color Cylindrical-coordinate representation of color #D0EE12: hue angle of 68.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0EE12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 18 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.07 |
| HSL | 68.18º | 0.87% | 0.5% | - |
| HSV(B) | 68.18º | 0.92% | 0.93% | - |
| XYZ | 56.7 | 74.6 | 11.98 | - |
| YUV | 203.95 | 23.06 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 18 | 0.13 | 0 | 0.92 | 0.07 | 68.18 | 0.87 | 0.5 |
| Hex | D0 | EE | 12 | D | 0 | 5C | 7 | 44 | 57 | 32 |
| Octal | 320 | 356 | 22 | 15 | 0 | 134 | 7 | 104 | 127 | 62 |
| Binary | 11010000 | 11101110 | 10010 | 1101 | 0 | 1011100 | 111 | 1000100 | 1010111 | 110010 |
Color Harmonies of #D0EE12
Complementary color
Monochromatic Colors of #D0EE12
Black with #D0EE12
Text Example
Text Example
White with #D0EE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE12; }
p { color: rgb(208,238,18); }
H1.HeaderClassName
{
color: #D0EE12;
}
.AnyTagClassName
{
color: #D0EE12;
}
</style>
background-color css
<style>
a { background-color: #D0EE12; }
a { background-color: rgb(208,238,18); }
div.DivClassName
{
background-color: #D0EE12;
}
.BgClassName
{
background-color: #D0EE12;
}
</style>
border-color css
<style>
span { border-color: #D0EE12; }
span { border-color: rgb(208,238,18); }
td.TdClassName
{
border-color: #D0EE12;
}
.TagClassName
{
border-color: #D0EE12;
}
</style>