Shades of Electric Lime #D1FF0A
Tints of Electric Lime #D1FF0A
RGB
CMYK
RGB Variations
Color information
#D1FF0A (or 0xD1FF0A) is known color: Electric Lime. HEX triplet: D1, FF and 0A. RGB value is (209,255,10). Sum of RGB (Red+Green+Blue) = 209+255+10=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FF0A is #2E00F5. Grayscale: #D6D6D6. Windows color (decimal): -3014902 or 720849. OLE color: 720849.
HSL color Cylindrical-coordinate representation of color #D1FF0A: hue angle of 71.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1FF0A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0 |
| HSL | 71.27º | 1% | 0.52% | - |
| HSV(B) | 71.27º | 0.96% | 1% | - |
| XYZ | 62.11 | 85.1 | 13.44 | - |
| YUV | 213.32 | 13.26 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 10 | 0.18 | 0 | 0.96 | 0 | 71.27 | 1 | 0.52 |
| Hex | D1 | FF | A | 12 | 0 | 60 | 0 | 47 | 64 | 34 |
| Octal | 321 | 377 | 12 | 22 | 0 | 140 | 0 | 107 | 144 | 64 |
| Binary | 11010001 | 11111111 | 1010 | 10010 | 0 | 1100000 | 0 | 1000111 | 1100100 | 110100 |
Color Harmonies of #D1FF0A
Complementary color
Monochromatic Colors of #D1FF0A
Black with #D1FF0A
Text Example
Text Example
White with #D1FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF0A; }
p { color: rgb(209,255,10); }
H1.HeaderClassName
{
color: #D1FF0A;
}
.AnyTagClassName
{
color: #D1FF0A;
}
</style>
background-color css
<style>
a { background-color: #D1FF0A; }
a { background-color: rgb(209,255,10); }
div.DivClassName
{
background-color: #D1FF0A;
}
.BgClassName
{
background-color: #D1FF0A;
}
</style>
border-color css
<style>
span { border-color: #D1FF0A; }
span { border-color: rgb(209,255,10); }
td.TdClassName
{
border-color: #D1FF0A;
}
.TagClassName
{
border-color: #D1FF0A;
}
</style>