Shades of Electric Lime #D0E902
Tints of Electric Lime #D0E902
RGB
CMYK
RGB Variations
Color information
#D0E902 (or 0xD0E902) is known color: Electric Lime. HEX triplet: D0, E9 and 02. RGB value is (208,233,2). Sum of RGB (Red+Green+Blue) = 208+233+2=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E902 is #2F16FD. Grayscale: #C8C8C8. Windows color (decimal): -3086078 or 190928. OLE color: 190928.
HSL color Cylindrical-coordinate representation of color #D0E902: hue angle of 66.49º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0E902 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.09 |
| HSL | 66.49º | 0.98% | 0.46% | - |
| HSV(B) | 66.49º | 0.99% | 0.91% | - |
| XYZ | 55.16 | 71.69 | 10.99 | - |
| YUV | 199.19 | 16.72 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 2 | 0.11 | 0 | 0.99 | 0.09 | 66.49 | 0.98 | 0.46 |
| Hex | D0 | E9 | 2 | B | 0 | 63 | 9 | 42 | 62 | 2E |
| Octal | 320 | 351 | 2 | 13 | 0 | 143 | 11 | 102 | 142 | 56 |
| Binary | 11010000 | 11101001 | 10 | 1011 | 0 | 1100011 | 1001 | 1000010 | 1100010 | 101110 |
Color Harmonies of #D0E902
Complementary color
Monochromatic Colors of #D0E902
Black with #D0E902
Text Example
Text Example
White with #D0E902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E902; }
p { color: rgb(208,233,2); }
H1.HeaderClassName
{
color: #D0E902;
}
.AnyTagClassName
{
color: #D0E902;
}
</style>
background-color css
<style>
a { background-color: #D0E902; }
a { background-color: rgb(208,233,2); }
div.DivClassName
{
background-color: #D0E902;
}
.BgClassName
{
background-color: #D0E902;
}
</style>
border-color css
<style>
span { border-color: #D0E902; }
span { border-color: rgb(208,233,2); }
td.TdClassName
{
border-color: #D0E902;
}
.TagClassName
{
border-color: #D0E902;
}
</style>