Shades of Electric Lime #D3EB14
Tints of Electric Lime #D3EB14
RGB
CMYK
RGB Variations
Color information
#D3EB14 (or 0xD3EB14) is known color: Electric Lime. HEX triplet: D3, EB and 14. RGB value is (211,235,20). Sum of RGB (Red+Green+Blue) = 211+235+20=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB14 is #2C14EB. Grayscale: #CCCCCC. Windows color (decimal): -2888940 or 1371091. OLE color: 1371091.
HSL color Cylindrical-coordinate representation of color #D3EB14: hue angle of 66.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3EB14 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.08 |
| HSL | 66.7º | 0.84% | 0.5% | - |
| HSV(B) | 66.7º | 0.91% | 0.92% | - |
| XYZ | 56.7 | 73.32 | 11.82 | - |
| YUV | 203.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 20 | 0.10 | 0 | 0.91 | 0.08 | 66.7 | 0.84 | 0.5 |
| Hex | D3 | EB | 14 | A | 0 | 5B | 8 | 43 | 54 | 32 |
| Octal | 323 | 353 | 24 | 12 | 0 | 133 | 10 | 103 | 124 | 62 |
| Binary | 11010011 | 11101011 | 10100 | 1010 | 0 | 1011011 | 1000 | 1000011 | 1010100 | 110010 |
Color Harmonies of #D3EB14
Complementary color
Monochromatic Colors of #D3EB14
Black with #D3EB14
Text Example
Text Example
White with #D3EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB14; }
p { color: rgb(211,235,20); }
H1.HeaderClassName
{
color: #D3EB14;
}
.AnyTagClassName
{
color: #D3EB14;
}
</style>
background-color css
<style>
a { background-color: #D3EB14; }
a { background-color: rgb(211,235,20); }
div.DivClassName
{
background-color: #D3EB14;
}
.BgClassName
{
background-color: #D3EB14;
}
</style>
border-color css
<style>
span { border-color: #D3EB14; }
span { border-color: rgb(211,235,20); }
td.TdClassName
{
border-color: #D3EB14;
}
.TagClassName
{
border-color: #D3EB14;
}
</style>