Shades of Electric Lime #D0E403
Tints of Electric Lime #D0E403
RGB
CMYK
RGB Variations
Color information
#D0E403 (or 0xD0E403) is known color: Electric Lime. HEX triplet: D0, E4 and 03. RGB value is (208,228,3). Sum of RGB (Red+Green+Blue) = 208+228+3=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E403 is #2F1BFC. Grayscale: #C5C5C5. Windows color (decimal): -3087357 or 255184. OLE color: 255184.
HSL color Cylindrical-coordinate representation of color #D0E403: hue angle of 65.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0E403 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.11 |
| HSL | 65.33º | 0.97% | 0.45% | - |
| HSV(B) | 65.33º | 0.99% | 0.89% | - |
| XYZ | 53.77 | 68.9 | 10.55 | - |
| YUV | 196.37 | 18.87 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 3 | 0.09 | 0 | 0.99 | 0.11 | 65.33 | 0.97 | 0.45 |
| Hex | D0 | E4 | 3 | 9 | 0 | 63 | B | 41 | 61 | 2D |
| Octal | 320 | 344 | 3 | 11 | 0 | 143 | 13 | 101 | 141 | 55 |
| Binary | 11010000 | 11100100 | 11 | 1001 | 0 | 1100011 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #D0E403
Complementary color
Monochromatic Colors of #D0E403
Black with #D0E403
Text Example
Text Example
White with #D0E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E403; }
p { color: rgb(208,228,3); }
H1.HeaderClassName
{
color: #D0E403;
}
.AnyTagClassName
{
color: #D0E403;
}
</style>
background-color css
<style>
a { background-color: #D0E403; }
a { background-color: rgb(208,228,3); }
div.DivClassName
{
background-color: #D0E403;
}
.BgClassName
{
background-color: #D0E403;
}
</style>
border-color css
<style>
span { border-color: #D0E403; }
span { border-color: rgb(208,228,3); }
td.TdClassName
{
border-color: #D0E403;
}
.TagClassName
{
border-color: #D0E403;
}
</style>