Shades of Electric Lime #D0E400
Tints of Electric Lime #D0E400
RGB
CMYK
RGB Variations
Color information
#D0E400 (or 0xD0E400) is known color: Electric Lime. HEX triplet: D0, E4 and 00. RGB value is (208,228,0). Sum of RGB (Red+Green+Blue) = 208+228+0=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E400 is #2F1BFF. Grayscale: #C4C4C4. Windows color (decimal): -3087360 or 58576. OLE color: 58576.
HSL color Cylindrical-coordinate representation of color #D0E400: hue angle of 65.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0E400 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.11 |
| HSL | 65.26º | 1% | 0.45% | - |
| HSV(B) | 65.26º | 1% | 0.89% | - |
| XYZ | 53.76 | 68.9 | 10.47 | - |
| YUV | 196.03 | 17.37 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 0 | 0.09 | 0 | 1 | 0.11 | 65.26 | 1 | 0.45 |
| Hex | D0 | E4 | 0 | 9 | 0 | 64 | B | 41 | 64 | 2D |
| Octal | 320 | 344 | 0 | 11 | 0 | 144 | 13 | 101 | 144 | 55 |
| Binary | 11010000 | 11100100 | 0 | 1001 | 0 | 1100100 | 1011 | 1000001 | 1100100 | 101101 |
Color Harmonies of #D0E400
Complementary color
Monochromatic Colors of #D0E400
Black with #D0E400
Text Example
Text Example
White with #D0E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E400; }
p { color: rgb(208,228,0); }
H1.HeaderClassName
{
color: #D0E400;
}
.AnyTagClassName
{
color: #D0E400;
}
</style>
background-color css
<style>
a { background-color: #D0E400; }
a { background-color: rgb(208,228,0); }
div.DivClassName
{
background-color: #D0E400;
}
.BgClassName
{
background-color: #D0E400;
}
</style>
border-color css
<style>
span { border-color: #D0E400; }
span { border-color: rgb(208,228,0); }
td.TdClassName
{
border-color: #D0E400;
}
.TagClassName
{
border-color: #D0E400;
}
</style>