Shades of Electric Lime #D1E100
Tints of Electric Lime #D1E100
RGB
CMYK
RGB Variations
Color information
#D1E100 (or 0xD1E100) is known color: Electric Lime. HEX triplet: D1, E1 and 00. RGB value is (209,225,0). Sum of RGB (Red+Green+Blue) = 209+225+0=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E100 is #2E1EFF. Grayscale: #C3C3C3. Windows color (decimal): -3022592 or 57809. OLE color: 57809.
HSL color Cylindrical-coordinate representation of color #D1E100: hue angle of 64.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E100 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.12 |
| HSL | 64.27º | 1% | 0.44% | - |
| HSV(B) | 64.27º | 1% | 0.88% | - |
| XYZ | 53.22 | 67.41 | 10.21 | - |
| YUV | 194.57 | 18.2 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 0 | 0.07 | 0 | 1 | 0.12 | 64.27 | 1 | 0.44 |
| Hex | D1 | E1 | 0 | 7 | 0 | 64 | C | 40 | 64 | 2C |
| Octal | 321 | 341 | 0 | 7 | 0 | 144 | 14 | 100 | 144 | 54 |
| Binary | 11010001 | 11100001 | 0 | 111 | 0 | 1100100 | 1100 | 1000000 | 1100100 | 101100 |
Color Harmonies of #D1E100
Complementary color
Monochromatic Colors of #D1E100
Black with #D1E100
Text Example
Text Example
White with #D1E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E100; }
p { color: rgb(209,225,0); }
H1.HeaderClassName
{
color: #D1E100;
}
.AnyTagClassName
{
color: #D1E100;
}
</style>
background-color css
<style>
a { background-color: #D1E100; }
a { background-color: rgb(209,225,0); }
div.DivClassName
{
background-color: #D1E100;
}
.BgClassName
{
background-color: #D1E100;
}
</style>
border-color css
<style>
span { border-color: #D1E100; }
span { border-color: rgb(209,225,0); }
td.TdClassName
{
border-color: #D1E100;
}
.TagClassName
{
border-color: #D1E100;
}
</style>