Shades of Electric Lime #D1FF11
Tints of Electric Lime #D1FF11
RGB
CMYK
RGB Variations
Color information
#D1FF11 (or 0xD1FF11) is known color: Electric Lime. HEX triplet: D1, FF and 11. RGB value is (209,255,17). Sum of RGB (Red+Green+Blue) = 209+255+17=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FF11 is #2E00EE. Grayscale: #D7D7D7. Windows color (decimal): -3014895 or 1179601. OLE color: 1179601.
HSL color Cylindrical-coordinate representation of color #D1FF11: hue angle of 71.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1FF11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0 |
| HSL | 71.6º | 1% | 0.53% | - |
| HSV(B) | 71.6º | 0.93% | 1% | - |
| XYZ | 62.16 | 85.12 | 13.68 | - |
| YUV | 214.11 | 16.76 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 17 | 0.18 | 0 | 0.93 | 0 | 71.6 | 1 | 0.53 |
| Hex | D1 | FF | 11 | 12 | 0 | 5D | 0 | 48 | 64 | 35 |
| Octal | 321 | 377 | 21 | 22 | 0 | 135 | 0 | 110 | 144 | 65 |
| Binary | 11010001 | 11111111 | 10001 | 10010 | 0 | 1011101 | 0 | 1001000 | 1100100 | 110101 |
Color Harmonies of #D1FF11
Complementary color
Monochromatic Colors of #D1FF11
Black with #D1FF11
Text Example
Text Example
White with #D1FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF11; }
p { color: rgb(209,255,17); }
H1.HeaderClassName
{
color: #D1FF11;
}
.AnyTagClassName
{
color: #D1FF11;
}
</style>
background-color css
<style>
a { background-color: #D1FF11; }
a { background-color: rgb(209,255,17); }
div.DivClassName
{
background-color: #D1FF11;
}
.BgClassName
{
background-color: #D1FF11;
}
</style>
border-color css
<style>
span { border-color: #D1FF11; }
span { border-color: rgb(209,255,17); }
td.TdClassName
{
border-color: #D1FF11;
}
.TagClassName
{
border-color: #D1FF11;
}
</style>