Shades of Electric Lime #D1FF15
Tints of Electric Lime #D1FF15
RGB
CMYK
RGB Variations
Color information
#D1FF15 (or 0xD1FF15) is known color: Electric Lime. HEX triplet: D1, FF and 15. RGB value is (209,255,21). Sum of RGB (Red+Green+Blue) = 209+255+21=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FF15 is #2E00EA. Grayscale: #D7D7D7. Windows color (decimal): -3014891 or 1441745. OLE color: 1441745.
HSL color Cylindrical-coordinate representation of color #D1FF15: hue angle of 71.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1FF15 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 21 | - |
| CMYK | 0.18 | 0 | 0.92 | 0 |
| HSL | 71.79º | 1% | 0.54% | - |
| HSV(B) | 71.79º | 0.92% | 1% | - |
| XYZ | 62.19 | 85.13 | 13.86 | - |
| YUV | 214.57 | 18.76 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 21 | 0.18 | 0 | 0.92 | 0 | 71.79 | 1 | 0.54 |
| Hex | D1 | FF | 15 | 12 | 0 | 5C | 0 | 48 | 64 | 36 |
| Octal | 321 | 377 | 25 | 22 | 0 | 134 | 0 | 110 | 144 | 66 |
| Binary | 11010001 | 11111111 | 10101 | 10010 | 0 | 1011100 | 0 | 1001000 | 1100100 | 110110 |
Color Harmonies of #D1FF15
Complementary color
Monochromatic Colors of #D1FF15
Black with #D1FF15
Text Example
Text Example
White with #D1FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF15; }
p { color: rgb(209,255,21); }
H1.HeaderClassName
{
color: #D1FF15;
}
.AnyTagClassName
{
color: #D1FF15;
}
</style>
background-color css
<style>
a { background-color: #D1FF15; }
a { background-color: rgb(209,255,21); }
div.DivClassName
{
background-color: #D1FF15;
}
.BgClassName
{
background-color: #D1FF15;
}
</style>
border-color css
<style>
span { border-color: #D1FF15; }
span { border-color: rgb(209,255,21); }
td.TdClassName
{
border-color: #D1FF15;
}
.TagClassName
{
border-color: #D1FF15;
}
</style>