Shades of Electric Lime #D0FF03
Tints of Electric Lime #D0FF03
RGB
CMYK
RGB Variations
Color information
#D0FF03 (or 0xD0FF03) is known color: Electric Lime. HEX triplet: D0, FF and 03. RGB value is (208,255,3). Sum of RGB (Red+Green+Blue) = 208+255+3=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 3 (1.56% from 255 or 0.64% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF03 is #2F00FC. Grayscale: #D5D5D5. Windows color (decimal): -3080445 or 262096. OLE color: 262096.
HSL color Cylindrical-coordinate representation of color #D0FF03: hue angle of 71.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0FF03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0 |
| HSL | 71.19º | 1% | 0.51% | - |
| HSV(B) | 71.19º | 0.99% | 1% | - |
| XYZ | 61.79 | 84.94 | 13.22 | - |
| YUV | 212.22 | 9.93 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 3 | 0.18 | 0 | 0.99 | 0 | 71.19 | 1 | 0.51 |
| Hex | D0 | FF | 3 | 12 | 0 | 63 | 0 | 47 | 64 | 33 |
| Octal | 320 | 377 | 3 | 22 | 0 | 143 | 0 | 107 | 144 | 63 |
| Binary | 11010000 | 11111111 | 11 | 10010 | 0 | 1100011 | 0 | 1000111 | 1100100 | 110011 |
Color Harmonies of #D0FF03
Complementary color
Monochromatic Colors of #D0FF03
Black with #D0FF03
Text Example
Text Example
White with #D0FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF03; }
p { color: rgb(208,255,3); }
H1.HeaderClassName
{
color: #D0FF03;
}
.AnyTagClassName
{
color: #D0FF03;
}
</style>
background-color css
<style>
a { background-color: #D0FF03; }
a { background-color: rgb(208,255,3); }
div.DivClassName
{
background-color: #D0FF03;
}
.BgClassName
{
background-color: #D0FF03;
}
</style>
border-color css
<style>
span { border-color: #D0FF03; }
span { border-color: rgb(208,255,3); }
td.TdClassName
{
border-color: #D0FF03;
}
.TagClassName
{
border-color: #D0FF03;
}
</style>