Shades of Electric Lime #D0EF12
Tints of Electric Lime #D0EF12
RGB
CMYK
RGB Variations
Color information
#D0EF12 (or 0xD0EF12) is known color: Electric Lime. HEX triplet: D0, EF and 12. RGB value is (208,239,18). Sum of RGB (Red+Green+Blue) = 208+239+18=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EF12 is #2F10ED. Grayscale: #CDCDCD. Windows color (decimal): -3084526 or 1241040. OLE color: 1241040.
HSL color Cylindrical-coordinate representation of color #D0EF12: hue angle of 68.42º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0EF12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 18 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.06 |
| HSL | 68.42º | 0.87% | 0.5% | - |
| HSV(B) | 68.42º | 0.92% | 0.94% | - |
| XYZ | 56.99 | 75.19 | 12.08 | - |
| YUV | 204.54 | 22.73 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 18 | 0.13 | 0 | 0.92 | 0.06 | 68.42 | 0.87 | 0.5 |
| Hex | D0 | EF | 12 | D | 0 | 5C | 6 | 44 | 57 | 32 |
| Octal | 320 | 357 | 22 | 15 | 0 | 134 | 6 | 104 | 127 | 62 |
| Binary | 11010000 | 11101111 | 10010 | 1101 | 0 | 1011100 | 110 | 1000100 | 1010111 | 110010 |
Color Harmonies of #D0EF12
Complementary color
Monochromatic Colors of #D0EF12
Black with #D0EF12
Text Example
Text Example
White with #D0EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF12; }
p { color: rgb(208,239,18); }
H1.HeaderClassName
{
color: #D0EF12;
}
.AnyTagClassName
{
color: #D0EF12;
}
</style>
background-color css
<style>
a { background-color: #D0EF12; }
a { background-color: rgb(208,239,18); }
div.DivClassName
{
background-color: #D0EF12;
}
.BgClassName
{
background-color: #D0EF12;
}
</style>
border-color css
<style>
span { border-color: #D0EF12; }
span { border-color: rgb(208,239,18); }
td.TdClassName
{
border-color: #D0EF12;
}
.TagClassName
{
border-color: #D0EF12;
}
</style>