Shades of Electric Lime #D1F204
Tints of Electric Lime #D1F204
RGB
CMYK
RGB Variations
Color information
#D1F204 (or 0xD1F204) is known color: Electric Lime. HEX triplet: D1, F2 and 04. RGB value is (209,242,4). Sum of RGB (Red+Green+Blue) = 209+242+4=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F204 is #2E0DFB. Grayscale: #CDCDCD. Windows color (decimal): -3018236 or 324305. OLE color: 324305.
HSL color Cylindrical-coordinate representation of color #D1F204: hue angle of 68.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1F204 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.05 |
| HSL | 68.32º | 0.97% | 0.48% | - |
| HSV(B) | 68.32º | 0.98% | 0.95% | - |
| XYZ | 58.07 | 77.07 | 11.93 | - |
| YUV | 205 | 14.57 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 4 | 0.14 | 0 | 0.98 | 0.05 | 68.32 | 0.97 | 0.48 |
| Hex | D1 | F2 | 4 | E | 0 | 62 | 5 | 44 | 61 | 30 |
| Octal | 321 | 362 | 4 | 16 | 0 | 142 | 5 | 104 | 141 | 60 |
| Binary | 11010001 | 11110010 | 100 | 1110 | 0 | 1100010 | 101 | 1000100 | 1100001 | 110000 |
Color Harmonies of #D1F204
Complementary color
Monochromatic Colors of #D1F204
Black with #D1F204
Text Example
Text Example
White with #D1F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F204; }
p { color: rgb(209,242,4); }
H1.HeaderClassName
{
color: #D1F204;
}
.AnyTagClassName
{
color: #D1F204;
}
</style>
background-color css
<style>
a { background-color: #D1F204; }
a { background-color: rgb(209,242,4); }
div.DivClassName
{
background-color: #D1F204;
}
.BgClassName
{
background-color: #D1F204;
}
</style>
border-color css
<style>
span { border-color: #D1F204; }
span { border-color: rgb(209,242,4); }
td.TdClassName
{
border-color: #D1F204;
}
.TagClassName
{
border-color: #D1F204;
}
</style>