Shades of Electric Lime #D1EF13
Tints of Electric Lime #D1EF13
RGB
CMYK
RGB Variations
Color information
#D1EF13 (or 0xD1EF13) is known color: Electric Lime. HEX triplet: D1, EF and 13. RGB value is (209,239,19). Sum of RGB (Red+Green+Blue) = 209+239+19=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EF13 is #2E10EC. Grayscale: #CDCDCD. Windows color (decimal): -3018989 or 1306577. OLE color: 1306577.
HSL color Cylindrical-coordinate representation of color #D1EF13: hue angle of 68.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1EF13 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 19 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.06 |
| HSL | 68.18º | 0.87% | 0.51% | - |
| HSV(B) | 68.18º | 0.92% | 0.94% | - |
| XYZ | 57.28 | 75.34 | 12.14 | - |
| YUV | 204.95 | 23.06 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 19 | 0.13 | 0 | 0.92 | 0.06 | 68.18 | 0.87 | 0.51 |
| Hex | D1 | EF | 13 | D | 0 | 5C | 6 | 44 | 57 | 33 |
| Octal | 321 | 357 | 23 | 15 | 0 | 134 | 6 | 104 | 127 | 63 |
| Binary | 11010001 | 11101111 | 10011 | 1101 | 0 | 1011100 | 110 | 1000100 | 1010111 | 110011 |
Color Harmonies of #D1EF13
Complementary color
Monochromatic Colors of #D1EF13
Black with #D1EF13
Text Example
Text Example
White with #D1EF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF13; }
p { color: rgb(209,239,19); }
H1.HeaderClassName
{
color: #D1EF13;
}
.AnyTagClassName
{
color: #D1EF13;
}
</style>
background-color css
<style>
a { background-color: #D1EF13; }
a { background-color: rgb(209,239,19); }
div.DivClassName
{
background-color: #D1EF13;
}
.BgClassName
{
background-color: #D1EF13;
}
</style>
border-color css
<style>
span { border-color: #D1EF13; }
span { border-color: rgb(209,239,19); }
td.TdClassName
{
border-color: #D1EF13;
}
.TagClassName
{
border-color: #D1EF13;
}
</style>