Shades of Electric Lime #D3EB11
Tints of Electric Lime #D3EB11
RGB
CMYK
RGB Variations
Color information
#D3EB11 (or 0xD3EB11) is known color: Electric Lime. HEX triplet: D3, EB and 11. RGB value is (211,235,17). Sum of RGB (Red+Green+Blue) = 211+235+17=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB11 is #2C14EE. Grayscale: #CBCBCB. Windows color (decimal): -2888943 or 1174483. OLE color: 1174483.
HSL color Cylindrical-coordinate representation of color #D3EB11: hue angle of 66.61º 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 #D3EB11 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.08 |
| HSL | 66.61º | 0.87% | 0.49% | - |
| HSV(B) | 66.61º | 0.93% | 0.92% | - |
| XYZ | 56.67 | 73.31 | 11.69 | - |
| YUV | 202.97 | 23.05 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 17 | 0.10 | 0 | 0.93 | 0.08 | 66.61 | 0.87 | 0.49 |
| Hex | D3 | EB | 11 | A | 0 | 5D | 8 | 43 | 57 | 31 |
| Octal | 323 | 353 | 21 | 12 | 0 | 135 | 10 | 103 | 127 | 61 |
| Binary | 11010011 | 11101011 | 10001 | 1010 | 0 | 1011101 | 1000 | 1000011 | 1010111 | 110001 |
Color Harmonies of #D3EB11
Complementary color
Monochromatic Colors of #D3EB11
Black with #D3EB11
Text Example
Text Example
White with #D3EB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB11; }
p { color: rgb(211,235,17); }
H1.HeaderClassName
{
color: #D3EB11;
}
.AnyTagClassName
{
color: #D3EB11;
}
</style>
background-color css
<style>
a { background-color: #D3EB11; }
a { background-color: rgb(211,235,17); }
div.DivClassName
{
background-color: #D3EB11;
}
.BgClassName
{
background-color: #D3EB11;
}
</style>
border-color css
<style>
span { border-color: #D3EB11; }
span { border-color: rgb(211,235,17); }
td.TdClassName
{
border-color: #D3EB11;
}
.TagClassName
{
border-color: #D3EB11;
}
</style>