Shades of Electric Lime #D3EB0E
Tints of Electric Lime #D3EB0E
RGB
CMYK
RGB Variations
Color information
#D3EB0E (or 0xD3EB0E) is known color: Electric Lime. HEX triplet: D3, EB and 0E. RGB value is (211,235,14). Sum of RGB (Red+Green+Blue) = 211+235+14=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB0E is #2C14F1. Grayscale: #CBCBCB. Windows color (decimal): -2888946 or 977875. OLE color: 977875.
HSL color Cylindrical-coordinate representation of color #D3EB0E: hue angle of 66.52º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3EB0E is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 14 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.08 |
| HSL | 66.52º | 0.89% | 0.49% | - |
| HSV(B) | 66.52º | 0.94% | 0.92% | - |
| XYZ | 56.65 | 73.3 | 11.58 | - |
| YUV | 202.63 | 21.55 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 14 | 0.10 | 0 | 0.94 | 0.08 | 66.52 | 0.89 | 0.49 |
| Hex | D3 | EB | E | A | 0 | 5E | 8 | 43 | 59 | 31 |
| Octal | 323 | 353 | 16 | 12 | 0 | 136 | 10 | 103 | 131 | 61 |
| Binary | 11010011 | 11101011 | 1110 | 1010 | 0 | 1011110 | 1000 | 1000011 | 1011001 | 110001 |
Color Harmonies of #D3EB0E
Complementary color
Monochromatic Colors of #D3EB0E
Black with #D3EB0E
Text Example
Text Example
White with #D3EB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB0E; }
p { color: rgb(211,235,14); }
H1.HeaderClassName
{
color: #D3EB0E;
}
.AnyTagClassName
{
color: #D3EB0E;
}
</style>
background-color css
<style>
a { background-color: #D3EB0E; }
a { background-color: rgb(211,235,14); }
div.DivClassName
{
background-color: #D3EB0E;
}
.BgClassName
{
background-color: #D3EB0E;
}
</style>
border-color css
<style>
span { border-color: #D3EB0E; }
span { border-color: rgb(211,235,14); }
td.TdClassName
{
border-color: #D3EB0E;
}
.TagClassName
{
border-color: #D3EB0E;
}
</style>