Shades of Electric Lime #D0E900
Tints of Electric Lime #D0E900
RGB
CMYK
RGB Variations
Color information
#D0E900 (or 0xD0E900) is known color: Electric Lime. HEX triplet: D0, E9 and 00. RGB value is (208,233,0). Sum of RGB (Red+Green+Blue) = 208+233+0=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E900 is #2F16FF. Grayscale: #C7C7C7. Windows color (decimal): -3086080 or 59856. OLE color: 59856.
HSL color Cylindrical-coordinate representation of color #D0E900: hue angle of 66.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0E900 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.09 |
| HSL | 66.44º | 1% | 0.46% | - |
| HSV(B) | 66.44º | 1% | 0.91% | - |
| XYZ | 55.15 | 71.69 | 10.93 | - |
| YUV | 198.96 | 15.72 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 0 | 0.11 | 0 | 1 | 0.09 | 66.44 | 1 | 0.46 |
| Hex | D0 | E9 | 0 | B | 0 | 64 | 9 | 42 | 64 | 2E |
| Octal | 320 | 351 | 0 | 13 | 0 | 144 | 11 | 102 | 144 | 56 |
| Binary | 11010000 | 11101001 | 0 | 1011 | 0 | 1100100 | 1001 | 1000010 | 1100100 | 101110 |
Color Harmonies of #D0E900
Complementary color
Monochromatic Colors of #D0E900
Black with #D0E900
Text Example
Text Example
White with #D0E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E900; }
p { color: rgb(208,233,0); }
H1.HeaderClassName
{
color: #D0E900;
}
.AnyTagClassName
{
color: #D0E900;
}
</style>
background-color css
<style>
a { background-color: #D0E900; }
a { background-color: rgb(208,233,0); }
div.DivClassName
{
background-color: #D0E900;
}
.BgClassName
{
background-color: #D0E900;
}
</style>
border-color css
<style>
span { border-color: #D0E900; }
span { border-color: rgb(208,233,0); }
td.TdClassName
{
border-color: #D0E900;
}
.TagClassName
{
border-color: #D0E900;
}
</style>