Shades of Electric Lime #D1FA13
Tints of Electric Lime #D1FA13
RGB
CMYK
RGB Variations
Color information
#D1FA13 (or 0xD1FA13) is known color: Electric Lime. HEX triplet: D1, FA and 13. RGB value is (209,250,19). Sum of RGB (Red+Green+Blue) = 209+250+19=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA13 is #2E05EC. Grayscale: #D4D4D4. Windows color (decimal): -3016173 or 1309393. OLE color: 1309393.
HSL color Cylindrical-coordinate representation of color #D1FA13: hue angle of 70.65º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1FA13 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.02 |
| HSL | 70.65º | 0.96% | 0.53% | - |
| HSV(B) | 70.65º | 0.92% | 0.98% | - |
| XYZ | 60.6 | 81.97 | 13.24 | - |
| YUV | 211.41 | 19.42 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 19 | 0.16 | 0 | 0.92 | 0.02 | 70.65 | 0.96 | 0.53 |
| Hex | D1 | FA | 13 | 10 | 0 | 5C | 2 | 47 | 60 | 35 |
| Octal | 321 | 372 | 23 | 20 | 0 | 134 | 2 | 107 | 140 | 65 |
| Binary | 11010001 | 11111010 | 10011 | 10000 | 0 | 1011100 | 10 | 1000111 | 1100000 | 110101 |
Color Harmonies of #D1FA13
Complementary color
Monochromatic Colors of #D1FA13
Black with #D1FA13
Text Example
Text Example
White with #D1FA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA13; }
p { color: rgb(209,250,19); }
H1.HeaderClassName
{
color: #D1FA13;
}
.AnyTagClassName
{
color: #D1FA13;
}
</style>
background-color css
<style>
a { background-color: #D1FA13; }
a { background-color: rgb(209,250,19); }
div.DivClassName
{
background-color: #D1FA13;
}
.BgClassName
{
background-color: #D1FA13;
}
</style>
border-color css
<style>
span { border-color: #D1FA13; }
span { border-color: rgb(209,250,19); }
td.TdClassName
{
border-color: #D1FA13;
}
.TagClassName
{
border-color: #D1FA13;
}
</style>