Shades of Electric Lime #D1EF15
Tints of Electric Lime #D1EF15
RGB
CMYK
RGB Variations
Color information
#D1EF15 (or 0xD1EF15) is known color: Electric Lime. HEX triplet: D1, EF and 15. RGB value is (209,239,21). Sum of RGB (Red+Green+Blue) = 209+239+21=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EF15 is #2E10EA. Grayscale: #CECECE. Windows color (decimal): -3018987 or 1437649. OLE color: 1437649.
HSL color Cylindrical-coordinate representation of color #D1EF15: hue angle of 68.26º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1EF15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.06 |
| HSL | 68.26º | 0.87% | 0.51% | - |
| HSV(B) | 68.26º | 0.91% | 0.94% | - |
| XYZ | 57.3 | 75.34 | 12.23 | - |
| YUV | 205.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 21 | 0.13 | 0 | 0.91 | 0.06 | 68.26 | 0.87 | 0.51 |
| Hex | D1 | EF | 15 | D | 0 | 5B | 6 | 44 | 57 | 33 |
| Octal | 321 | 357 | 25 | 15 | 0 | 133 | 6 | 104 | 127 | 63 |
| Binary | 11010001 | 11101111 | 10101 | 1101 | 0 | 1011011 | 110 | 1000100 | 1010111 | 110011 |
Color Harmonies of #D1EF15
Complementary color
Monochromatic Colors of #D1EF15
Black with #D1EF15
Text Example
Text Example
White with #D1EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF15; }
p { color: rgb(209,239,21); }
H1.HeaderClassName
{
color: #D1EF15;
}
.AnyTagClassName
{
color: #D1EF15;
}
</style>
background-color css
<style>
a { background-color: #D1EF15; }
a { background-color: rgb(209,239,21); }
div.DivClassName
{
background-color: #D1EF15;
}
.BgClassName
{
background-color: #D1EF15;
}
</style>
border-color css
<style>
span { border-color: #D1EF15; }
span { border-color: rgb(209,239,21); }
td.TdClassName
{
border-color: #D1EF15;
}
.TagClassName
{
border-color: #D1EF15;
}
</style>