Shades of Electric Lime #D2E201
Tints of Electric Lime #D2E201
RGB
CMYK
RGB Variations
Color information
#D2E201 (or 0xD2E201) is known color: Electric Lime. HEX triplet: D2, E2 and 01. RGB value is (210,226,1). Sum of RGB (Red+Green+Blue) = 210+226+1=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E201 is #2D1DFE. Grayscale: #C4C4C4. Windows color (decimal): -2956799 or 123602. OLE color: 123602.
HSL color Cylindrical-coordinate representation of color #D2E201: hue angle of 64.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2E201 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 1 | - |
| CMYK | 0.07 | 0 | 1.00 | 0.11 |
| HSL | 64.27º | 0.99% | 0.45% | - |
| HSV(B) | 64.27º | 1% | 0.89% | - |
| XYZ | 53.78 | 68.1 | 10.34 | - |
| YUV | 195.57 | 18.2 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 1 | 0.07 | 0 | 1.00 | 0.11 | 64.27 | 0.99 | 0.45 |
| Hex | D2 | E2 | 1 | 7 | 0 | 64 | B | 40 | 63 | 2D |
| Octal | 322 | 342 | 1 | 7 | 0 | 144 | 13 | 100 | 143 | 55 |
| Binary | 11010010 | 11100010 | 1 | 111 | 0 | 1100100 | 1011 | 1000000 | 1100011 | 101101 |
Color Harmonies of #D2E201
Complementary color
Monochromatic Colors of #D2E201
Black with #D2E201
Text Example
Text Example
White with #D2E201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E201; }
p { color: rgb(210,226,1); }
H1.HeaderClassName
{
color: #D2E201;
}
.AnyTagClassName
{
color: #D2E201;
}
</style>
background-color css
<style>
a { background-color: #D2E201; }
a { background-color: rgb(210,226,1); }
div.DivClassName
{
background-color: #D2E201;
}
.BgClassName
{
background-color: #D2E201;
}
</style>
border-color css
<style>
span { border-color: #D2E201; }
span { border-color: rgb(210,226,1); }
td.TdClassName
{
border-color: #D2E201;
}
.TagClassName
{
border-color: #D2E201;
}
</style>