Shades of Electric Lime #D1E102
Tints of Electric Lime #D1E102
RGB
CMYK
RGB Variations
Color information
#D1E102 (or 0xD1E102) is known color: Electric Lime. HEX triplet: D1, E1 and 02. RGB value is (209,225,2). Sum of RGB (Red+Green+Blue) = 209+225+2=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E102 is #2E1EFD. Grayscale: #C3C3C3. Windows color (decimal): -3022590 or 188881. OLE color: 188881.
HSL color Cylindrical-coordinate representation of color #D1E102: hue angle of 64.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1E102 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.12 |
| HSL | 64.3º | 0.98% | 0.45% | - |
| HSV(B) | 64.3º | 0.99% | 0.88% | - |
| XYZ | 53.23 | 67.41 | 10.26 | - |
| YUV | 194.79 | 19.2 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 2 | 0.07 | 0 | 0.99 | 0.12 | 64.3 | 0.98 | 0.45 |
| Hex | D1 | E1 | 2 | 7 | 0 | 63 | C | 40 | 62 | 2D |
| Octal | 321 | 341 | 2 | 7 | 0 | 143 | 14 | 100 | 142 | 55 |
| Binary | 11010001 | 11100001 | 10 | 111 | 0 | 1100011 | 1100 | 1000000 | 1100010 | 101101 |
Color Harmonies of #D1E102
Complementary color
Monochromatic Colors of #D1E102
Black with #D1E102
Text Example
Text Example
White with #D1E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E102; }
p { color: rgb(209,225,2); }
H1.HeaderClassName
{
color: #D1E102;
}
.AnyTagClassName
{
color: #D1E102;
}
</style>
background-color css
<style>
a { background-color: #D1E102; }
a { background-color: rgb(209,225,2); }
div.DivClassName
{
background-color: #D1E102;
}
.BgClassName
{
background-color: #D1E102;
}
</style>
border-color css
<style>
span { border-color: #D1E102; }
span { border-color: rgb(209,225,2); }
td.TdClassName
{
border-color: #D1E102;
}
.TagClassName
{
border-color: #D1E102;
}
</style>