Shades of Electric Lime #D1FA16
Tints of Electric Lime #D1FA16
RGB
CMYK
RGB Variations
Color information
#D1FA16 (or 0xD1FA16) is known color: Electric Lime. HEX triplet: D1, FA and 16. RGB value is (209,250,22). Sum of RGB (Red+Green+Blue) = 209+250+22=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA16 is #2E05E9. Grayscale: #D4D4D4. Windows color (decimal): -3016170 or 1506001. OLE color: 1506001.
HSL color Cylindrical-coordinate representation of color #D1FA16: hue angle of 70.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1FA16 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.02 |
| HSL | 70.79º | 0.96% | 0.53% | - |
| HSV(B) | 70.79º | 0.91% | 0.98% | - |
| XYZ | 60.62 | 81.98 | 13.39 | - |
| YUV | 211.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 22 | 0.16 | 0 | 0.91 | 0.02 | 70.79 | 0.96 | 0.53 |
| Hex | D1 | FA | 16 | 10 | 0 | 5B | 2 | 47 | 60 | 35 |
| Octal | 321 | 372 | 26 | 20 | 0 | 133 | 2 | 107 | 140 | 65 |
| Binary | 11010001 | 11111010 | 10110 | 10000 | 0 | 1011011 | 10 | 1000111 | 1100000 | 110101 |
Color Harmonies of #D1FA16
Complementary color
Monochromatic Colors of #D1FA16
Black with #D1FA16
Text Example
Text Example
White with #D1FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA16; }
p { color: rgb(209,250,22); }
H1.HeaderClassName
{
color: #D1FA16;
}
.AnyTagClassName
{
color: #D1FA16;
}
</style>
background-color css
<style>
a { background-color: #D1FA16; }
a { background-color: rgb(209,250,22); }
div.DivClassName
{
background-color: #D1FA16;
}
.BgClassName
{
background-color: #D1FA16;
}
</style>
border-color css
<style>
span { border-color: #D1FA16; }
span { border-color: rgb(209,250,22); }
td.TdClassName
{
border-color: #D1FA16;
}
.TagClassName
{
border-color: #D1FA16;
}
</style>