Shades of Electric Lime #D0E103
Tints of Electric Lime #D0E103
RGB
CMYK
RGB Variations
Color information
#D0E103 (or 0xD0E103) is known color: Electric Lime. HEX triplet: D0, E1 and 03. RGB value is (208,225,3). Sum of RGB (Red+Green+Blue) = 208+225+3=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E103 is #2F1EFC. Grayscale: #C3C3C3. Windows color (decimal): -3088125 or 254416. OLE color: 254416.
HSL color Cylindrical-coordinate representation of color #D0E103: hue angle of 64.59º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0E103 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.12 |
| HSL | 64.59º | 0.97% | 0.45% | - |
| HSV(B) | 64.59º | 0.99% | 0.88% | - |
| XYZ | 52.95 | 67.27 | 10.28 | - |
| YUV | 194.61 | 19.87 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 3 | 0.08 | 0 | 0.99 | 0.12 | 64.59 | 0.97 | 0.45 |
| Hex | D0 | E1 | 3 | 8 | 0 | 63 | C | 41 | 61 | 2D |
| Octal | 320 | 341 | 3 | 10 | 0 | 143 | 14 | 101 | 141 | 55 |
| Binary | 11010000 | 11100001 | 11 | 1000 | 0 | 1100011 | 1100 | 1000001 | 1100001 | 101101 |
Color Harmonies of #D0E103
Complementary color
Monochromatic Colors of #D0E103
Black with #D0E103
Text Example
Text Example
White with #D0E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E103; }
p { color: rgb(208,225,3); }
H1.HeaderClassName
{
color: #D0E103;
}
.AnyTagClassName
{
color: #D0E103;
}
</style>
background-color css
<style>
a { background-color: #D0E103; }
a { background-color: rgb(208,225,3); }
div.DivClassName
{
background-color: #D0E103;
}
.BgClassName
{
background-color: #D0E103;
}
</style>
border-color css
<style>
span { border-color: #D0E103; }
span { border-color: rgb(208,225,3); }
td.TdClassName
{
border-color: #D0E103;
}
.TagClassName
{
border-color: #D0E103;
}
</style>