Shades of Electric Lime #D0DF03
Tints of Electric Lime #D0DF03
RGB
CMYK
RGB Variations
Color information
#D0DF03 (or 0xD0DF03) is known color: Electric Lime. HEX triplet: D0, DF and 03. RGB value is (208,223,3). Sum of RGB (Red+Green+Blue) = 208+223+3=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF03 is #2F20FC. Grayscale: #C2C2C2. Windows color (decimal): -3088637 or 253904. OLE color: 253904.
HSL color Cylindrical-coordinate representation of color #D0DF03: hue angle of 64.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0DF03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.13 |
| HSL | 64.09º | 0.97% | 0.44% | - |
| HSV(B) | 64.09º | 0.99% | 0.87% | - |
| XYZ | 52.42 | 66.19 | 10.1 | - |
| YUV | 193.44 | 20.53 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 3 | 0.07 | 0 | 0.99 | 0.13 | 64.09 | 0.97 | 0.44 |
| Hex | D0 | DF | 3 | 7 | 0 | 63 | D | 40 | 61 | 2C |
| Octal | 320 | 337 | 3 | 7 | 0 | 143 | 15 | 100 | 141 | 54 |
| Binary | 11010000 | 11011111 | 11 | 111 | 0 | 1100011 | 1101 | 1000000 | 1100001 | 101100 |
Color Harmonies of #D0DF03
Complementary color
Monochromatic Colors of #D0DF03
Black with #D0DF03
Text Example
Text Example
White with #D0DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF03; }
p { color: rgb(208,223,3); }
H1.HeaderClassName
{
color: #D0DF03;
}
.AnyTagClassName
{
color: #D0DF03;
}
</style>
background-color css
<style>
a { background-color: #D0DF03; }
a { background-color: rgb(208,223,3); }
div.DivClassName
{
background-color: #D0DF03;
}
.BgClassName
{
background-color: #D0DF03;
}
</style>
border-color css
<style>
span { border-color: #D0DF03; }
span { border-color: rgb(208,223,3); }
td.TdClassName
{
border-color: #D0DF03;
}
.TagClassName
{
border-color: #D0DF03;
}
</style>