Shades of Electric Lime #D0E901
Tints of Electric Lime #D0E901
RGB
CMYK
RGB Variations
Color information
#D0E901 (or 0xD0E901) is known color: Electric Lime. HEX triplet: D0, E9 and 01. RGB value is (208,233,1). Sum of RGB (Red+Green+Blue) = 208+233+1=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E901 is #2F16FE. Grayscale: #C7C7C7. Windows color (decimal): -3086079 or 125392. OLE color: 125392.
HSL color Cylindrical-coordinate representation of color #D0E901: hue angle of 66.47º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0E901 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.09 |
| HSL | 66.47º | 0.99% | 0.46% | - |
| HSV(B) | 66.47º | 1% | 0.91% | - |
| XYZ | 55.16 | 71.69 | 10.96 | - |
| YUV | 199.08 | 16.22 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 1 | 0.11 | 0 | 1.00 | 0.09 | 66.47 | 0.99 | 0.46 |
| Hex | D0 | E9 | 1 | B | 0 | 64 | 9 | 42 | 63 | 2E |
| Octal | 320 | 351 | 1 | 13 | 0 | 144 | 11 | 102 | 143 | 56 |
| Binary | 11010000 | 11101001 | 1 | 1011 | 0 | 1100100 | 1001 | 1000010 | 1100011 | 101110 |
Color Harmonies of #D0E901
Complementary color
Monochromatic Colors of #D0E901
Black with #D0E901
Text Example
Text Example
White with #D0E901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E901; }
p { color: rgb(208,233,1); }
H1.HeaderClassName
{
color: #D0E901;
}
.AnyTagClassName
{
color: #D0E901;
}
</style>
background-color css
<style>
a { background-color: #D0E901; }
a { background-color: rgb(208,233,1); }
div.DivClassName
{
background-color: #D0E901;
}
.BgClassName
{
background-color: #D0E901;
}
</style>
border-color css
<style>
span { border-color: #D0E901; }
span { border-color: rgb(208,233,1); }
td.TdClassName
{
border-color: #D0E901;
}
.TagClassName
{
border-color: #D0E901;
}
</style>