Shades of Electric Lime #D1EE10
Tints of Electric Lime #D1EE10
RGB
CMYK
RGB Variations
Color information
#D1EE10 (or 0xD1EE10) is known color: Electric Lime. HEX triplet: D1, EE and 10. RGB value is (209,238,16). Sum of RGB (Red+Green+Blue) = 209+238+16=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EE10 is #2E11EF. Grayscale: #CCCCCC. Windows color (decimal): -3019248 or 1109713. OLE color: 1109713.
HSL color Cylindrical-coordinate representation of color #D1EE10: hue angle of 67.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1EE10 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.07 |
| HSL | 67.84º | 0.87% | 0.5% | - |
| HSV(B) | 67.84º | 0.93% | 0.93% | - |
| XYZ | 56.96 | 74.74 | 11.91 | - |
| YUV | 204.02 | 21.89 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 16 | 0.12 | 0 | 0.93 | 0.07 | 67.84 | 0.87 | 0.5 |
| Hex | D1 | EE | 10 | C | 0 | 5D | 7 | 44 | 57 | 32 |
| Octal | 321 | 356 | 20 | 14 | 0 | 135 | 7 | 104 | 127 | 62 |
| Binary | 11010001 | 11101110 | 10000 | 1100 | 0 | 1011101 | 111 | 1000100 | 1010111 | 110010 |
Color Harmonies of #D1EE10
Complementary color
Monochromatic Colors of #D1EE10
Black with #D1EE10
Text Example
Text Example
White with #D1EE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EE10; }
p { color: rgb(209,238,16); }
H1.HeaderClassName
{
color: #D1EE10;
}
.AnyTagClassName
{
color: #D1EE10;
}
</style>
background-color css
<style>
a { background-color: #D1EE10; }
a { background-color: rgb(209,238,16); }
div.DivClassName
{
background-color: #D1EE10;
}
.BgClassName
{
background-color: #D1EE10;
}
</style>
border-color css
<style>
span { border-color: #D1EE10; }
span { border-color: rgb(209,238,16); }
td.TdClassName
{
border-color: #D1EE10;
}
.TagClassName
{
border-color: #D1EE10;
}
</style>