Shades of Electric Lime #D5FF11
Tints of Electric Lime #D5FF11
RGB
CMYK
RGB Variations
Color information
#D5FF11 (or 0xD5FF11) is known color: Electric Lime. HEX triplet: D5, FF and 11. RGB value is (213,255,17). Sum of RGB (Red+Green+Blue) = 213+255+17=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FF11 is #2A00EE. Grayscale: #D8D8D8. Windows color (decimal): -2752751 or 1179605. OLE color: 1179605.
HSL color Cylindrical-coordinate representation of color #D5FF11: hue angle of 70.59º 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 #D5FF11 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0 |
| HSL | 70.59º | 1% | 0.53% | - |
| HSV(B) | 70.59º | 0.93% | 1% | - |
| XYZ | 63.3 | 85.71 | 13.74 | - |
| YUV | 215.31 | 16.09 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 17 | 0.16 | 0 | 0.93 | 0 | 70.59 | 1 | 0.53 |
| Hex | D5 | FF | 11 | 10 | 0 | 5D | 0 | 47 | 64 | 35 |
| Octal | 325 | 377 | 21 | 20 | 0 | 135 | 0 | 107 | 144 | 65 |
| Binary | 11010101 | 11111111 | 10001 | 10000 | 0 | 1011101 | 0 | 1000111 | 1100100 | 110101 |
Color Harmonies of #D5FF11
Complementary color
Monochromatic Colors of #D5FF11
Black with #D5FF11
Text Example
Text Example
White with #D5FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF11; }
p { color: rgb(213,255,17); }
H1.HeaderClassName
{
color: #D5FF11;
}
.AnyTagClassName
{
color: #D5FF11;
}
</style>
background-color css
<style>
a { background-color: #D5FF11; }
a { background-color: rgb(213,255,17); }
div.DivClassName
{
background-color: #D5FF11;
}
.BgClassName
{
background-color: #D5FF11;
}
</style>
border-color css
<style>
span { border-color: #D5FF11; }
span { border-color: rgb(213,255,17); }
td.TdClassName
{
border-color: #D5FF11;
}
.TagClassName
{
border-color: #D5FF11;
}
</style>