Shades of Electric Lime #D0EF15
Tints of Electric Lime #D0EF15
RGB
CMYK
RGB Variations
Color information
#D0EF15 (or 0xD0EF15) is known color: Electric Lime. HEX triplet: D0, EF and 15. RGB value is (208,239,21). Sum of RGB (Red+Green+Blue) = 208+239+21=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EF15 is #2F10EA. Grayscale: #CDCDCD. Windows color (decimal): -3084523 or 1437648. OLE color: 1437648.
HSL color Cylindrical-coordinate representation of color #D0EF15: hue angle of 68.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0EF15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.06 |
| HSL | 68.53º | 0.87% | 0.51% | - |
| HSV(B) | 68.53º | 0.91% | 0.94% | - |
| XYZ | 57.01 | 75.2 | 12.22 | - |
| YUV | 204.88 | 24.23 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 21 | 0.13 | 0 | 0.91 | 0.06 | 68.53 | 0.87 | 0.51 |
| Hex | D0 | EF | 15 | D | 0 | 5B | 6 | 45 | 57 | 33 |
| Octal | 320 | 357 | 25 | 15 | 0 | 133 | 6 | 105 | 127 | 63 |
| Binary | 11010000 | 11101111 | 10101 | 1101 | 0 | 1011011 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #D0EF15
Complementary color
Monochromatic Colors of #D0EF15
Black with #D0EF15
Text Example
Text Example
White with #D0EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF15; }
p { color: rgb(208,239,21); }
H1.HeaderClassName
{
color: #D0EF15;
}
.AnyTagClassName
{
color: #D0EF15;
}
</style>
background-color css
<style>
a { background-color: #D0EF15; }
a { background-color: rgb(208,239,21); }
div.DivClassName
{
background-color: #D0EF15;
}
.BgClassName
{
background-color: #D0EF15;
}
</style>
border-color css
<style>
span { border-color: #D0EF15; }
span { border-color: rgb(208,239,21); }
td.TdClassName
{
border-color: #D0EF15;
}
.TagClassName
{
border-color: #D0EF15;
}
</style>