Shades of Electric Lime #D0DF00
Tints of Electric Lime #D0DF00
RGB
CMYK
RGB Variations
Color information
#D0DF00 (or 0xD0DF00) is known color: Electric Lime. HEX triplet: D0, DF and 00. RGB value is (208,223,0). Sum of RGB (Red+Green+Blue) = 208+223+0=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF00 is #2F20FF. Grayscale: #C1C1C1. Windows color (decimal): -3088640 or 57296. OLE color: 57296.
HSL color Cylindrical-coordinate representation of color #D0DF00: hue angle of 64.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0DF00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.13 |
| HSL | 64.04º | 1% | 0.44% | - |
| HSV(B) | 64.04º | 1% | 0.87% | - |
| XYZ | 52.4 | 66.19 | 10.01 | - |
| YUV | 193.09 | 19.03 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 0 | 0.07 | 0 | 1 | 0.13 | 64.04 | 1 | 0.44 |
| Hex | D0 | DF | 0 | 7 | 0 | 64 | D | 40 | 64 | 2C |
| Octal | 320 | 337 | 0 | 7 | 0 | 144 | 15 | 100 | 144 | 54 |
| Binary | 11010000 | 11011111 | 0 | 111 | 0 | 1100100 | 1101 | 1000000 | 1100100 | 101100 |
Color Harmonies of #D0DF00
Complementary color
Monochromatic Colors of #D0DF00
Black with #D0DF00
Text Example
Text Example
White with #D0DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF00; }
p { color: rgb(208,223,0); }
H1.HeaderClassName
{
color: #D0DF00;
}
.AnyTagClassName
{
color: #D0DF00;
}
</style>
background-color css
<style>
a { background-color: #D0DF00; }
a { background-color: rgb(208,223,0); }
div.DivClassName
{
background-color: #D0DF00;
}
.BgClassName
{
background-color: #D0DF00;
}
</style>
border-color css
<style>
span { border-color: #D0DF00; }
span { border-color: rgb(208,223,0); }
td.TdClassName
{
border-color: #D0DF00;
}
.TagClassName
{
border-color: #D0DF00;
}
</style>