Shades of Electric Lime #D0F008
Tints of Electric Lime #D0F008
RGB
CMYK
RGB Variations
Color information
#D0F008 (or 0xD0F008) is known color: Electric Lime. HEX triplet: D0, F0 and 08. RGB value is (208,240,8). Sum of RGB (Red+Green+Blue) = 208+240+8=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F008 is #2F0FF7. Grayscale: #CCCCCC. Windows color (decimal): -3084280 or 585936. OLE color: 585936.
HSL color Cylindrical-coordinate representation of color #D0F008: hue angle of 68.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0F008 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.06 |
| HSL | 68.28º | 0.94% | 0.49% | - |
| HSV(B) | 68.28º | 0.97% | 0.94% | - |
| XYZ | 57.22 | 75.75 | 11.83 | - |
| YUV | 203.98 | 17.4 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 8 | 0.13 | 0 | 0.97 | 0.06 | 68.28 | 0.94 | 0.49 |
| Hex | D0 | F0 | 8 | D | 0 | 61 | 6 | 44 | 5E | 31 |
| Octal | 320 | 360 | 10 | 15 | 0 | 141 | 6 | 104 | 136 | 61 |
| Binary | 11010000 | 11110000 | 1000 | 1101 | 0 | 1100001 | 110 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D0F008
Complementary color
Monochromatic Colors of #D0F008
Black with #D0F008
Text Example
Text Example
White with #D0F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F008; }
p { color: rgb(208,240,8); }
H1.HeaderClassName
{
color: #D0F008;
}
.AnyTagClassName
{
color: #D0F008;
}
</style>
background-color css
<style>
a { background-color: #D0F008; }
a { background-color: rgb(208,240,8); }
div.DivClassName
{
background-color: #D0F008;
}
.BgClassName
{
background-color: #D0F008;
}
</style>
border-color css
<style>
span { border-color: #D0F008; }
span { border-color: rgb(208,240,8); }
td.TdClassName
{
border-color: #D0F008;
}
.TagClassName
{
border-color: #D0F008;
}
</style>