Shades of Electric Lime #D3EB09
Tints of Electric Lime #D3EB09
RGB
CMYK
RGB Variations
Color information
#D3EB09 (or 0xD3EB09) is known color: Electric Lime. HEX triplet: D3, EB and 09. RGB value is (211,235,9). Sum of RGB (Red+Green+Blue) = 211+235+9=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB09 is #2C14F6. Grayscale: #CACACA. Windows color (decimal): -2888951 or 650195. OLE color: 650195.
HSL color Cylindrical-coordinate representation of color #D3EB09: hue angle of 66.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3EB09 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.08 |
| HSL | 66.37º | 0.93% | 0.48% | - |
| HSV(B) | 66.37º | 0.96% | 0.92% | - |
| XYZ | 56.62 | 73.29 | 11.42 | - |
| YUV | 202.06 | 19.05 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 9 | 0.10 | 0 | 0.96 | 0.08 | 66.37 | 0.93 | 0.48 |
| Hex | D3 | EB | 9 | A | 0 | 60 | 8 | 42 | 5D | 30 |
| Octal | 323 | 353 | 11 | 12 | 0 | 140 | 10 | 102 | 135 | 60 |
| Binary | 11010011 | 11101011 | 1001 | 1010 | 0 | 1100000 | 1000 | 1000010 | 1011101 | 110000 |
Color Harmonies of #D3EB09
Complementary color
Monochromatic Colors of #D3EB09
Black with #D3EB09
Text Example
Text Example
White with #D3EB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB09; }
p { color: rgb(211,235,9); }
H1.HeaderClassName
{
color: #D3EB09;
}
.AnyTagClassName
{
color: #D3EB09;
}
</style>
background-color css
<style>
a { background-color: #D3EB09; }
a { background-color: rgb(211,235,9); }
div.DivClassName
{
background-color: #D3EB09;
}
.BgClassName
{
background-color: #D3EB09;
}
</style>
border-color css
<style>
span { border-color: #D3EB09; }
span { border-color: rgb(211,235,9); }
td.TdClassName
{
border-color: #D3EB09;
}
.TagClassName
{
border-color: #D3EB09;
}
</style>