Shades of Electric Lime #D1E200
Tints of Electric Lime #D1E200
RGB
CMYK
RGB Variations
Color information
#D1E200 (or 0xD1E200) is known color: Electric Lime. HEX triplet: D1, E2 and 00. RGB value is (209,226,0). Sum of RGB (Red+Green+Blue) = 209+226+0=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E200 is #2E1DFF. Grayscale: #C4C4C4. Windows color (decimal): -3022336 or 58065. OLE color: 58065.
HSL color Cylindrical-coordinate representation of color #D1E200: hue angle of 64.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E200 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.11 |
| HSL | 64.51º | 1% | 0.44% | - |
| HSV(B) | 64.51º | 1% | 0.89% | - |
| XYZ | 53.49 | 67.95 | 10.3 | - |
| YUV | 195.15 | 17.87 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 0 | 0.08 | 0 | 1 | 0.11 | 64.51 | 1 | 0.44 |
| Hex | D1 | E2 | 0 | 8 | 0 | 64 | B | 41 | 64 | 2C |
| Octal | 321 | 342 | 0 | 10 | 0 | 144 | 13 | 101 | 144 | 54 |
| Binary | 11010001 | 11100010 | 0 | 1000 | 0 | 1100100 | 1011 | 1000001 | 1100100 | 101100 |
Color Harmonies of #D1E200
Complementary color
Monochromatic Colors of #D1E200
Black with #D1E200
Text Example
Text Example
White with #D1E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E200; }
p { color: rgb(209,226,0); }
H1.HeaderClassName
{
color: #D1E200;
}
.AnyTagClassName
{
color: #D1E200;
}
</style>
background-color css
<style>
a { background-color: #D1E200; }
a { background-color: rgb(209,226,0); }
div.DivClassName
{
background-color: #D1E200;
}
.BgClassName
{
background-color: #D1E200;
}
</style>
border-color css
<style>
span { border-color: #D1E200; }
span { border-color: rgb(209,226,0); }
td.TdClassName
{
border-color: #D1E200;
}
.TagClassName
{
border-color: #D1E200;
}
</style>