Shades of Electric Lime #D1F005
Tints of Electric Lime #D1F005
RGB
CMYK
RGB Variations
Color information
#D1F005 (or 0xD1F005) is known color: Electric Lime. HEX triplet: D1, F0 and 05. RGB value is (209,240,5). Sum of RGB (Red+Green+Blue) = 209+240+5=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F005 is #2E0FFA. Grayscale: #CCCCCC. Windows color (decimal): -3018747 or 389329. OLE color: 389329.
HSL color Cylindrical-coordinate representation of color #D1F005: hue angle of 67.91º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1F005 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.06 |
| HSL | 67.91º | 0.96% | 0.48% | - |
| HSV(B) | 67.91º | 0.98% | 0.94% | - |
| XYZ | 57.48 | 75.89 | 11.76 | - |
| YUV | 203.94 | 15.73 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 5 | 0.13 | 0 | 0.98 | 0.06 | 67.91 | 0.96 | 0.48 |
| Hex | D1 | F0 | 5 | D | 0 | 62 | 6 | 44 | 60 | 30 |
| Octal | 321 | 360 | 5 | 15 | 0 | 142 | 6 | 104 | 140 | 60 |
| Binary | 11010001 | 11110000 | 101 | 1101 | 0 | 1100010 | 110 | 1000100 | 1100000 | 110000 |
Color Harmonies of #D1F005
Complementary color
Monochromatic Colors of #D1F005
Black with #D1F005
Text Example
Text Example
White with #D1F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F005; }
p { color: rgb(209,240,5); }
H1.HeaderClassName
{
color: #D1F005;
}
.AnyTagClassName
{
color: #D1F005;
}
</style>
background-color css
<style>
a { background-color: #D1F005; }
a { background-color: rgb(209,240,5); }
div.DivClassName
{
background-color: #D1F005;
}
.BgClassName
{
background-color: #D1F005;
}
</style>
border-color css
<style>
span { border-color: #D1F005; }
span { border-color: rgb(209,240,5); }
td.TdClassName
{
border-color: #D1F005;
}
.TagClassName
{
border-color: #D1F005;
}
</style>