Shades of Electric Lime #D0E102
Tints of Electric Lime #D0E102
RGB
CMYK
RGB Variations
Color information
#D0E102 (or 0xD0E102) is known color: Electric Lime. HEX triplet: D0, E1 and 02. RGB value is (208,225,2). Sum of RGB (Red+Green+Blue) = 208+225+2=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E102 is #2F1EFD. Grayscale: #C3C3C3. Windows color (decimal): -3088126 or 188880. OLE color: 188880.
HSL color Cylindrical-coordinate representation of color #D0E102: hue angle of 64.57º 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 #D0E102 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.12 |
| HSL | 64.57º | 0.98% | 0.45% | - |
| HSV(B) | 64.57º | 0.99% | 0.88% | - |
| XYZ | 52.95 | 67.26 | 10.25 | - |
| YUV | 194.5 | 19.37 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 2 | 0.08 | 0 | 0.99 | 0.12 | 64.57 | 0.98 | 0.45 |
| Hex | D0 | E1 | 2 | 8 | 0 | 63 | C | 41 | 62 | 2D |
| Octal | 320 | 341 | 2 | 10 | 0 | 143 | 14 | 101 | 142 | 55 |
| Binary | 11010000 | 11100001 | 10 | 1000 | 0 | 1100011 | 1100 | 1000001 | 1100010 | 101101 |
Color Harmonies of #D0E102
Complementary color
Monochromatic Colors of #D0E102
Black with #D0E102
Text Example
Text Example
White with #D0E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E102; }
p { color: rgb(208,225,2); }
H1.HeaderClassName
{
color: #D0E102;
}
.AnyTagClassName
{
color: #D0E102;
}
</style>
background-color css
<style>
a { background-color: #D0E102; }
a { background-color: rgb(208,225,2); }
div.DivClassName
{
background-color: #D0E102;
}
.BgClassName
{
background-color: #D0E102;
}
</style>
border-color css
<style>
span { border-color: #D0E102; }
span { border-color: rgb(208,225,2); }
td.TdClassName
{
border-color: #D0E102;
}
.TagClassName
{
border-color: #D0E102;
}
</style>