Shades of Electric Lime #D0EE15
Tints of Electric Lime #D0EE15
RGB
CMYK
RGB Variations
Color information
#D0EE15 (or 0xD0EE15) is known color: Electric Lime. HEX triplet: D0, EE and 15. RGB value is (208,238,21). Sum of RGB (Red+Green+Blue) = 208+238+21=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EE15 is #2F11EA. Grayscale: #CDCDCD. Windows color (decimal): -3084779 or 1437392. OLE color: 1437392.
HSL color Cylindrical-coordinate representation of color #D0EE15: hue angle of 68.29º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0EE15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.07 |
| HSL | 68.29º | 0.86% | 0.51% | - |
| HSV(B) | 68.29º | 0.91% | 0.93% | - |
| XYZ | 56.72 | 74.61 | 12.12 | - |
| YUV | 204.29 | 24.56 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 21 | 0.13 | 0 | 0.91 | 0.07 | 68.29 | 0.86 | 0.51 |
| Hex | D0 | EE | 15 | D | 0 | 5B | 7 | 44 | 56 | 33 |
| Octal | 320 | 356 | 25 | 15 | 0 | 133 | 7 | 104 | 126 | 63 |
| Binary | 11010000 | 11101110 | 10101 | 1101 | 0 | 1011011 | 111 | 1000100 | 1010110 | 110011 |
Color Harmonies of #D0EE15
Complementary color
Monochromatic Colors of #D0EE15
Black with #D0EE15
Text Example
Text Example
White with #D0EE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE15; }
p { color: rgb(208,238,21); }
H1.HeaderClassName
{
color: #D0EE15;
}
.AnyTagClassName
{
color: #D0EE15;
}
</style>
background-color css
<style>
a { background-color: #D0EE15; }
a { background-color: rgb(208,238,21); }
div.DivClassName
{
background-color: #D0EE15;
}
.BgClassName
{
background-color: #D0EE15;
}
</style>
border-color css
<style>
span { border-color: #D0EE15; }
span { border-color: rgb(208,238,21); }
td.TdClassName
{
border-color: #D0EE15;
}
.TagClassName
{
border-color: #D0EE15;
}
</style>