Shades of Electric Lime #D1F804
Tints of Electric Lime #D1F804
RGB
CMYK
RGB Variations
Color information
#D1F804 (or 0xD1F804) is known color: Electric Lime. HEX triplet: D1, F8 and 04. RGB value is (209,248,4). Sum of RGB (Red+Green+Blue) = 209+248+4=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F804 is #2E07FB. Grayscale: #D1D1D1. Windows color (decimal): -3016700 or 325841. OLE color: 325841.
HSL color Cylindrical-coordinate representation of color #D1F804: hue angle of 69.59º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1F804 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.03 |
| HSL | 69.59º | 0.97% | 0.49% | - |
| HSV(B) | 69.59º | 0.98% | 0.97% | - |
| XYZ | 59.88 | 80.7 | 12.54 | - |
| YUV | 208.52 | 12.58 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 4 | 0.16 | 0 | 0.98 | 0.03 | 69.59 | 0.97 | 0.49 |
| Hex | D1 | F8 | 4 | 10 | 0 | 62 | 3 | 46 | 61 | 31 |
| Octal | 321 | 370 | 4 | 20 | 0 | 142 | 3 | 106 | 141 | 61 |
| Binary | 11010001 | 11111000 | 100 | 10000 | 0 | 1100010 | 11 | 1000110 | 1100001 | 110001 |
Color Harmonies of #D1F804
Complementary color
Monochromatic Colors of #D1F804
Black with #D1F804
Text Example
Text Example
White with #D1F804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F804; }
p { color: rgb(209,248,4); }
H1.HeaderClassName
{
color: #D1F804;
}
.AnyTagClassName
{
color: #D1F804;
}
</style>
background-color css
<style>
a { background-color: #D1F804; }
a { background-color: rgb(209,248,4); }
div.DivClassName
{
background-color: #D1F804;
}
.BgClassName
{
background-color: #D1F804;
}
</style>
border-color css
<style>
span { border-color: #D1F804; }
span { border-color: rgb(209,248,4); }
td.TdClassName
{
border-color: #D1F804;
}
.TagClassName
{
border-color: #D1F804;
}
</style>