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