Shades of Electric Lime #D1FA11
Tints of Electric Lime #D1FA11
RGB
CMYK
RGB Variations
Color information
#D1FA11 (or 0xD1FA11) is known color: Electric Lime. HEX triplet: D1, FA and 11. RGB value is (209,250,17). Sum of RGB (Red+Green+Blue) = 209+250+17=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA11 is #2E05EE. Grayscale: #D4D4D4. Windows color (decimal): -3016175 or 1178321. OLE color: 1178321.
HSL color Cylindrical-coordinate representation of color #D1FA11: hue angle of 70.56º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1FA11 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.02 |
| HSL | 70.56º | 0.96% | 0.52% | - |
| HSV(B) | 70.56º | 0.93% | 0.98% | - |
| XYZ | 60.58 | 81.97 | 13.16 | - |
| YUV | 211.18 | 18.42 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 17 | 0.16 | 0 | 0.93 | 0.02 | 70.56 | 0.96 | 0.52 |
| Hex | D1 | FA | 11 | 10 | 0 | 5D | 2 | 47 | 60 | 34 |
| Octal | 321 | 372 | 21 | 20 | 0 | 135 | 2 | 107 | 140 | 64 |
| Binary | 11010001 | 11111010 | 10001 | 10000 | 0 | 1011101 | 10 | 1000111 | 1100000 | 110100 |
Color Harmonies of #D1FA11
Complementary color
Monochromatic Colors of #D1FA11
Black with #D1FA11
Text Example
Text Example
White with #D1FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA11; }
p { color: rgb(209,250,17); }
H1.HeaderClassName
{
color: #D1FA11;
}
.AnyTagClassName
{
color: #D1FA11;
}
</style>
background-color css
<style>
a { background-color: #D1FA11; }
a { background-color: rgb(209,250,17); }
div.DivClassName
{
background-color: #D1FA11;
}
.BgClassName
{
background-color: #D1FA11;
}
</style>
border-color css
<style>
span { border-color: #D1FA11; }
span { border-color: rgb(209,250,17); }
td.TdClassName
{
border-color: #D1FA11;
}
.TagClassName
{
border-color: #D1FA11;
}
</style>