Shades of Electric Lime #D0EA13
Tints of Electric Lime #D0EA13
RGB
CMYK
RGB Variations
Color information
#D0EA13 (or 0xD0EA13) is known color: Electric Lime. HEX triplet: D0, EA and 13. RGB value is (208,234,19). Sum of RGB (Red+Green+Blue) = 208+234+19=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA13 is #2F15EC. Grayscale: #CACACA. Windows color (decimal): -3085805 or 1305296. OLE color: 1305296.
HSL color Cylindrical-coordinate representation of color #D0EA13: hue angle of 67.26º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0EA13 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.08 |
| HSL | 67.26º | 0.85% | 0.5% | - |
| HSV(B) | 67.26º | 0.92% | 0.92% | - |
| XYZ | 55.55 | 72.3 | 11.64 | - |
| YUV | 201.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 19 | 0.11 | 0 | 0.92 | 0.08 | 67.26 | 0.85 | 0.5 |
| Hex | D0 | EA | 13 | B | 0 | 5C | 8 | 43 | 55 | 32 |
| Octal | 320 | 352 | 23 | 13 | 0 | 134 | 10 | 103 | 125 | 62 |
| Binary | 11010000 | 11101010 | 10011 | 1011 | 0 | 1011100 | 1000 | 1000011 | 1010101 | 110010 |
Color Harmonies of #D0EA13
Complementary color
Monochromatic Colors of #D0EA13
Black with #D0EA13
Text Example
Text Example
White with #D0EA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA13; }
p { color: rgb(208,234,19); }
H1.HeaderClassName
{
color: #D0EA13;
}
.AnyTagClassName
{
color: #D0EA13;
}
</style>
background-color css
<style>
a { background-color: #D0EA13; }
a { background-color: rgb(208,234,19); }
div.DivClassName
{
background-color: #D0EA13;
}
.BgClassName
{
background-color: #D0EA13;
}
</style>
border-color css
<style>
span { border-color: #D0EA13; }
span { border-color: rgb(208,234,19); }
td.TdClassName
{
border-color: #D0EA13;
}
.TagClassName
{
border-color: #D0EA13;
}
</style>