Shades of Electric Lime #D0F508
Tints of Electric Lime #D0F508
RGB
CMYK
RGB Variations
Color information
#D0F508 (or 0xD0F508) is known color: Electric Lime. HEX triplet: D0, F5 and 08. RGB value is (208,245,8). Sum of RGB (Red+Green+Blue) = 208+245+8=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F508 is #2F0AF7. Grayscale: #CFCFCF. Windows color (decimal): -3083000 or 587216. OLE color: 587216.
HSL color Cylindrical-coordinate representation of color #D0F508: hue angle of 69.37º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0F508 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.04 |
| HSL | 69.37º | 0.94% | 0.5% | - |
| HSV(B) | 69.37º | 0.97% | 0.96% | - |
| XYZ | 58.71 | 78.73 | 12.33 | - |
| YUV | 206.92 | 15.74 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 8 | 0.15 | 0 | 0.97 | 0.04 | 69.37 | 0.94 | 0.5 |
| Hex | D0 | F5 | 8 | F | 0 | 61 | 4 | 45 | 5E | 32 |
| Octal | 320 | 365 | 10 | 17 | 0 | 141 | 4 | 105 | 136 | 62 |
| Binary | 11010000 | 11110101 | 1000 | 1111 | 0 | 1100001 | 100 | 1000101 | 1011110 | 110010 |
Color Harmonies of #D0F508
Complementary color
Monochromatic Colors of #D0F508
Black with #D0F508
Text Example
Text Example
White with #D0F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F508; }
p { color: rgb(208,245,8); }
H1.HeaderClassName
{
color: #D0F508;
}
.AnyTagClassName
{
color: #D0F508;
}
</style>
background-color css
<style>
a { background-color: #D0F508; }
a { background-color: rgb(208,245,8); }
div.DivClassName
{
background-color: #D0F508;
}
.BgClassName
{
background-color: #D0F508;
}
</style>
border-color css
<style>
span { border-color: #D0F508; }
span { border-color: rgb(208,245,8); }
td.TdClassName
{
border-color: #D0F508;
}
.TagClassName
{
border-color: #D0F508;
}
</style>