Shades of Electric Lime #D0F007
Tints of Electric Lime #D0F007
RGB
CMYK
RGB Variations
Color information
#D0F007 (or 0xD0F007) is known color: Electric Lime. HEX triplet: D0, F0 and 07. RGB value is (208,240,7). Sum of RGB (Red+Green+Blue) = 208+240+7=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F007 is #2F0FF8. Grayscale: #CCCCCC. Windows color (decimal): -3084281 or 520400. OLE color: 520400.
HSL color Cylindrical-coordinate representation of color #D0F007: hue angle of 68.24º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0F007 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.06 |
| HSL | 68.24º | 0.94% | 0.48% | - |
| HSV(B) | 68.24º | 0.97% | 0.94% | - |
| XYZ | 57.21 | 75.75 | 11.81 | - |
| YUV | 203.87 | 16.9 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 7 | 0.13 | 0 | 0.97 | 0.06 | 68.24 | 0.94 | 0.48 |
| Hex | D0 | F0 | 7 | D | 0 | 61 | 6 | 44 | 5E | 30 |
| Octal | 320 | 360 | 7 | 15 | 0 | 141 | 6 | 104 | 136 | 60 |
| Binary | 11010000 | 11110000 | 111 | 1101 | 0 | 1100001 | 110 | 1000100 | 1011110 | 110000 |
Color Harmonies of #D0F007
Complementary color
Monochromatic Colors of #D0F007
Black with #D0F007
Text Example
Text Example
White with #D0F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F007; }
p { color: rgb(208,240,7); }
H1.HeaderClassName
{
color: #D0F007;
}
.AnyTagClassName
{
color: #D0F007;
}
</style>
background-color css
<style>
a { background-color: #D0F007; }
a { background-color: rgb(208,240,7); }
div.DivClassName
{
background-color: #D0F007;
}
.BgClassName
{
background-color: #D0F007;
}
</style>
border-color css
<style>
span { border-color: #D0F007; }
span { border-color: rgb(208,240,7); }
td.TdClassName
{
border-color: #D0F007;
}
.TagClassName
{
border-color: #D0F007;
}
</style>