Shades of Electric Lime #D1FA12
Tints of Electric Lime #D1FA12
RGB
CMYK
RGB Variations
Color information
#D1FA12 (or 0xD1FA12) is known color: Electric Lime. HEX triplet: D1, FA and 12. RGB value is (209,250,18). Sum of RGB (Red+Green+Blue) = 209+250+18=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA12 is #2E05ED. Grayscale: #D4D4D4. Windows color (decimal): -3016174 or 1243857. OLE color: 1243857.
HSL color Cylindrical-coordinate representation of color #D1FA12: hue angle of 70.6º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1FA12 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 18 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.02 |
| HSL | 70.6º | 0.96% | 0.53% | - |
| HSV(B) | 70.6º | 0.93% | 0.98% | - |
| XYZ | 60.59 | 81.97 | 13.2 | - |
| YUV | 211.29 | 18.92 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 18 | 0.16 | 0 | 0.93 | 0.02 | 70.6 | 0.96 | 0.53 |
| Hex | D1 | FA | 12 | 10 | 0 | 5D | 2 | 47 | 60 | 35 |
| Octal | 321 | 372 | 22 | 20 | 0 | 135 | 2 | 107 | 140 | 65 |
| Binary | 11010001 | 11111010 | 10010 | 10000 | 0 | 1011101 | 10 | 1000111 | 1100000 | 110101 |
Color Harmonies of #D1FA12
Complementary color
Monochromatic Colors of #D1FA12
Black with #D1FA12
Text Example
Text Example
White with #D1FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA12; }
p { color: rgb(209,250,18); }
H1.HeaderClassName
{
color: #D1FA12;
}
.AnyTagClassName
{
color: #D1FA12;
}
</style>
background-color css
<style>
a { background-color: #D1FA12; }
a { background-color: rgb(209,250,18); }
div.DivClassName
{
background-color: #D1FA12;
}
.BgClassName
{
background-color: #D1FA12;
}
</style>
border-color css
<style>
span { border-color: #D1FA12; }
span { border-color: rgb(209,250,18); }
td.TdClassName
{
border-color: #D1FA12;
}
.TagClassName
{
border-color: #D1FA12;
}
</style>