Shades of Electric Lime #D1E400
Tints of Electric Lime #D1E400
RGB
CMYK
RGB Variations
Color information
#D1E400 (or 0xD1E400) is known color: Electric Lime. HEX triplet: D1, E4 and 00. RGB value is (209,228,0). Sum of RGB (Red+Green+Blue) = 209+228+0=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E400 is #2E1BFF. Grayscale: #C5C5C5. Windows color (decimal): -3021824 or 58577. OLE color: 58577.
HSL color Cylindrical-coordinate representation of color #D1E400: hue angle of 65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E400 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.11 |
| HSL | 65º | 1% | 0.45% | - |
| HSV(B) | 65º | 1% | 0.89% | - |
| XYZ | 54.04 | 69.04 | 10.48 | - |
| YUV | 196.33 | 17.21 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 0 | 0.08 | 0 | 1 | 0.11 | 65 | 1 | 0.45 |
| Hex | D1 | E4 | 0 | 8 | 0 | 64 | B | 41 | 64 | 2D |
| Octal | 321 | 344 | 0 | 10 | 0 | 144 | 13 | 101 | 144 | 55 |
| Binary | 11010001 | 11100100 | 0 | 1000 | 0 | 1100100 | 1011 | 1000001 | 1100100 | 101101 |
Color Harmonies of #D1E400
Complementary color
Monochromatic Colors of #D1E400
Black with #D1E400
Text Example
Text Example
White with #D1E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E400; }
p { color: rgb(209,228,0); }
H1.HeaderClassName
{
color: #D1E400;
}
.AnyTagClassName
{
color: #D1E400;
}
</style>
background-color css
<style>
a { background-color: #D1E400; }
a { background-color: rgb(209,228,0); }
div.DivClassName
{
background-color: #D1E400;
}
.BgClassName
{
background-color: #D1E400;
}
</style>
border-color css
<style>
span { border-color: #D1E400; }
span { border-color: rgb(209,228,0); }
td.TdClassName
{
border-color: #D1E400;
}
.TagClassName
{
border-color: #D1E400;
}
</style>