Shades of Electric Lime #D1FA04
Tints of Electric Lime #D1FA04
RGB
CMYK
RGB Variations
Color information
#D1FA04 (or 0xD1FA04) is known color: Electric Lime. HEX triplet: D1, FA and 04. RGB value is (209,250,4). Sum of RGB (Red+Green+Blue) = 209+250+4=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FA04 is #2E05FB. Grayscale: #D2D2D2. Windows color (decimal): -3016188 or 326353. OLE color: 326353.
HSL color Cylindrical-coordinate representation of color #D1FA04: hue angle of 70º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1FA04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.02 |
| HSL | 70º | 0.97% | 0.5% | - |
| HSV(B) | 70º | 0.98% | 0.98% | - |
| XYZ | 60.5 | 81.94 | 12.74 | - |
| YUV | 209.7 | 11.92 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 4 | 0.16 | 0 | 0.98 | 0.02 | 70 | 0.97 | 0.5 |
| Hex | D1 | FA | 4 | 10 | 0 | 62 | 2 | 46 | 61 | 32 |
| Octal | 321 | 372 | 4 | 20 | 0 | 142 | 2 | 106 | 141 | 62 |
| Binary | 11010001 | 11111010 | 100 | 10000 | 0 | 1100010 | 10 | 1000110 | 1100001 | 110010 |
Color Harmonies of #D1FA04
Complementary color
Monochromatic Colors of #D1FA04
Black with #D1FA04
Text Example
Text Example
White with #D1FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA04; }
p { color: rgb(209,250,4); }
H1.HeaderClassName
{
color: #D1FA04;
}
.AnyTagClassName
{
color: #D1FA04;
}
</style>
background-color css
<style>
a { background-color: #D1FA04; }
a { background-color: rgb(209,250,4); }
div.DivClassName
{
background-color: #D1FA04;
}
.BgClassName
{
background-color: #D1FA04;
}
</style>
border-color css
<style>
span { border-color: #D1FA04; }
span { border-color: rgb(209,250,4); }
td.TdClassName
{
border-color: #D1FA04;
}
.TagClassName
{
border-color: #D1FA04;
}
</style>