Shades of Electric Lime #D1EB14
Tints of Electric Lime #D1EB14
RGB
CMYK
RGB Variations
Color information
#D1EB14 (or 0xD1EB14) is known color: Electric Lime. HEX triplet: D1, EB and 14. RGB value is (209,235,20). Sum of RGB (Red+Green+Blue) = 209+235+20=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EB14 is #2E14EB. Grayscale: #CBCBCB. Windows color (decimal): -3020012 or 1371089. OLE color: 1371089.
HSL color Cylindrical-coordinate representation of color #D1EB14: hue angle of 67.26º 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 #D1EB14 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.08 |
| HSL | 67.26º | 0.84% | 0.5% | - |
| HSV(B) | 67.26º | 0.91% | 0.92% | - |
| XYZ | 56.13 | 73.02 | 11.8 | - |
| YUV | 202.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 20 | 0.11 | 0 | 0.91 | 0.08 | 67.26 | 0.84 | 0.5 |
| Hex | D1 | EB | 14 | B | 0 | 5B | 8 | 43 | 54 | 32 |
| Octal | 321 | 353 | 24 | 13 | 0 | 133 | 10 | 103 | 124 | 62 |
| Binary | 11010001 | 11101011 | 10100 | 1011 | 0 | 1011011 | 1000 | 1000011 | 1010100 | 110010 |
Color Harmonies of #D1EB14
Complementary color
Monochromatic Colors of #D1EB14
Black with #D1EB14
Text Example
Text Example
White with #D1EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB14; }
p { color: rgb(209,235,20); }
H1.HeaderClassName
{
color: #D1EB14;
}
.AnyTagClassName
{
color: #D1EB14;
}
</style>
background-color css
<style>
a { background-color: #D1EB14; }
a { background-color: rgb(209,235,20); }
div.DivClassName
{
background-color: #D1EB14;
}
.BgClassName
{
background-color: #D1EB14;
}
</style>
border-color css
<style>
span { border-color: #D1EB14; }
span { border-color: rgb(209,235,20); }
td.TdClassName
{
border-color: #D1EB14;
}
.TagClassName
{
border-color: #D1EB14;
}
</style>