Shades of Electric Lime #D1E800
Tints of Electric Lime #D1E800
RGB
CMYK
RGB Variations
Color information
#D1E800 (or 0xD1E800) is known color: Electric Lime. HEX triplet: D1, E8 and 00. RGB value is (209,232,0). Sum of RGB (Red+Green+Blue) = 209+232+0=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E800 is #2E17FF. Grayscale: #C7C7C7. Windows color (decimal): -3020800 or 59601. OLE color: 59601.
HSL color Cylindrical-coordinate representation of color #D1E800: hue angle of 65.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E800 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.09 |
| HSL | 65.95º | 1% | 0.45% | - |
| HSV(B) | 65.95º | 1% | 0.91% | - |
| XYZ | 55.15 | 71.27 | 10.85 | - |
| YUV | 198.68 | 15.88 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 0 | 0.10 | 0 | 1 | 0.09 | 65.95 | 1 | 0.45 |
| Hex | D1 | E8 | 0 | A | 0 | 64 | 9 | 42 | 64 | 2D |
| Octal | 321 | 350 | 0 | 12 | 0 | 144 | 11 | 102 | 144 | 55 |
| Binary | 11010001 | 11101000 | 0 | 1010 | 0 | 1100100 | 1001 | 1000010 | 1100100 | 101101 |
Color Harmonies of #D1E800
Complementary color
Monochromatic Colors of #D1E800
Black with #D1E800
Text Example
Text Example
White with #D1E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E800; }
p { color: rgb(209,232,0); }
H1.HeaderClassName
{
color: #D1E800;
}
.AnyTagClassName
{
color: #D1E800;
}
</style>
background-color css
<style>
a { background-color: #D1E800; }
a { background-color: rgb(209,232,0); }
div.DivClassName
{
background-color: #D1E800;
}
.BgClassName
{
background-color: #D1E800;
}
</style>
border-color css
<style>
span { border-color: #D1E800; }
span { border-color: rgb(209,232,0); }
td.TdClassName
{
border-color: #D1E800;
}
.TagClassName
{
border-color: #D1E800;
}
</style>