Shades of Electric Lime #D0FB0E
Tints of Electric Lime #D0FB0E
RGB
CMYK
RGB Variations
Color information
#D0FB0E (or 0xD0FB0E) is known color: Electric Lime. HEX triplet: D0, FB and 0E. RGB value is (208,251,14). Sum of RGB (Red+Green+Blue) = 208+251+14=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB0E is #2F04F1. Grayscale: #D4D4D4. Windows color (decimal): -3081458 or 981968. OLE color: 981968.
HSL color Cylindrical-coordinate representation of color #D0FB0E: hue angle of 70.89º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0FB0E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.02 |
| HSL | 70.89º | 0.97% | 0.52% | - |
| HSV(B) | 70.89º | 0.94% | 0.98% | - |
| XYZ | 60.59 | 82.44 | 13.13 | - |
| YUV | 211.13 | 16.75 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 14 | 0.17 | 0 | 0.94 | 0.02 | 70.89 | 0.97 | 0.52 |
| Hex | D0 | FB | E | 11 | 0 | 5E | 2 | 47 | 61 | 34 |
| Octal | 320 | 373 | 16 | 21 | 0 | 136 | 2 | 107 | 141 | 64 |
| Binary | 11010000 | 11111011 | 1110 | 10001 | 0 | 1011110 | 10 | 1000111 | 1100001 | 110100 |
Color Harmonies of #D0FB0E
Complementary color
Monochromatic Colors of #D0FB0E
Black with #D0FB0E
Text Example
Text Example
White with #D0FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB0E; }
p { color: rgb(208,251,14); }
H1.HeaderClassName
{
color: #D0FB0E;
}
.AnyTagClassName
{
color: #D0FB0E;
}
</style>
background-color css
<style>
a { background-color: #D0FB0E; }
a { background-color: rgb(208,251,14); }
div.DivClassName
{
background-color: #D0FB0E;
}
.BgClassName
{
background-color: #D0FB0E;
}
</style>
border-color css
<style>
span { border-color: #D0FB0E; }
span { border-color: rgb(208,251,14); }
td.TdClassName
{
border-color: #D0FB0E;
}
.TagClassName
{
border-color: #D0FB0E;
}
</style>