Shades of Electric Lime #D0EA10
Tints of Electric Lime #D0EA10
RGB
CMYK
RGB Variations
Color information
#D0EA10 (or 0xD0EA10) is known color: Electric Lime. HEX triplet: D0, EA and 10. RGB value is (208,234,16). Sum of RGB (Red+Green+Blue) = 208+234+16=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA10 is #2F15EF. Grayscale: #CACACA. Windows color (decimal): -3085808 or 1108688. OLE color: 1108688.
HSL color Cylindrical-coordinate representation of color #D0EA10: hue angle of 67.16º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0EA10 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.08 |
| HSL | 67.16º | 0.87% | 0.49% | - |
| HSV(B) | 67.16º | 0.93% | 0.92% | - |
| XYZ | 55.53 | 72.29 | 11.52 | - |
| YUV | 201.37 | 23.39 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 16 | 0.11 | 0 | 0.93 | 0.08 | 67.16 | 0.87 | 0.49 |
| Hex | D0 | EA | 10 | B | 0 | 5D | 8 | 43 | 57 | 31 |
| Octal | 320 | 352 | 20 | 13 | 0 | 135 | 10 | 103 | 127 | 61 |
| Binary | 11010000 | 11101010 | 10000 | 1011 | 0 | 1011101 | 1000 | 1000011 | 1010111 | 110001 |
Color Harmonies of #D0EA10
Complementary color
Monochromatic Colors of #D0EA10
Black with #D0EA10
Text Example
Text Example
White with #D0EA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA10; }
p { color: rgb(208,234,16); }
H1.HeaderClassName
{
color: #D0EA10;
}
.AnyTagClassName
{
color: #D0EA10;
}
</style>
background-color css
<style>
a { background-color: #D0EA10; }
a { background-color: rgb(208,234,16); }
div.DivClassName
{
background-color: #D0EA10;
}
.BgClassName
{
background-color: #D0EA10;
}
</style>
border-color css
<style>
span { border-color: #D0EA10; }
span { border-color: rgb(208,234,16); }
td.TdClassName
{
border-color: #D0EA10;
}
.TagClassName
{
border-color: #D0EA10;
}
</style>