Shades of Electric Lime #D1FA19
Tints of Electric Lime #D1FA19
RGB
CMYK
RGB Variations
Color information
#D1FA19 (or 0xD1FA19) is known color: Electric Lime. HEX triplet: D1, FA and 19. RGB value is (209,250,25). Sum of RGB (Red+Green+Blue) = 209+250+25=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA19 is #2E05E6. Grayscale: #D4D4D4. Windows color (decimal): -3016167 or 1702609. OLE color: 1702609.
HSL color Cylindrical-coordinate representation of color #D1FA19: hue angle of 70.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1FA19 is Cyan = 0.16, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 25 | - |
| CMYK | 0.16 | 0 | 0.9 | 0.02 |
| HSL | 70.93º | 0.96% | 0.54% | - |
| HSV(B) | 70.93º | 0.9% | 0.98% | - |
| XYZ | 60.66 | 82 | 13.55 | - |
| YUV | 212.09 | 22.42 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 25 | 0.16 | 0 | 0.9 | 0.02 | 70.93 | 0.96 | 0.54 |
| Hex | D1 | FA | 19 | 10 | 0 | 5A | 2 | 47 | 60 | 36 |
| Octal | 321 | 372 | 31 | 20 | 0 | 132 | 2 | 107 | 140 | 66 |
| Binary | 11010001 | 11111010 | 11001 | 10000 | 0 | 1011010 | 10 | 1000111 | 1100000 | 110110 |
Color Harmonies of #D1FA19
Complementary color
Monochromatic Colors of #D1FA19
Black with #D1FA19
Text Example
Text Example
White with #D1FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA19; }
p { color: rgb(209,250,25); }
H1.HeaderClassName
{
color: #D1FA19;
}
.AnyTagClassName
{
color: #D1FA19;
}
</style>
background-color css
<style>
a { background-color: #D1FA19; }
a { background-color: rgb(209,250,25); }
div.DivClassName
{
background-color: #D1FA19;
}
.BgClassName
{
background-color: #D1FA19;
}
</style>
border-color css
<style>
span { border-color: #D1FA19; }
span { border-color: rgb(209,250,25); }
td.TdClassName
{
border-color: #D1FA19;
}
.TagClassName
{
border-color: #D1FA19;
}
</style>