Shades of Electric Lime #D0FE08
Tints of Electric Lime #D0FE08
RGB
CMYK
RGB Variations
Color information
#D0FE08 (or 0xD0FE08) is known color: Electric Lime. HEX triplet: D0, FE and 08. RGB value is (208,254,8). Sum of RGB (Red+Green+Blue) = 208+254+8=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE08 is #2F01F7. Grayscale: #D5D5D5. Windows color (decimal): -3080696 or 589520. OLE color: 589520.
HSL color Cylindrical-coordinate representation of color #D0FE08: hue angle of 71.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0FE08 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.00 |
| HSL | 71.22º | 0.99% | 0.51% | - |
| HSV(B) | 71.22º | 0.97% | 1% | - |
| XYZ | 61.5 | 84.31 | 13.26 | - |
| YUV | 212.2 | 12.76 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 8 | 0.18 | 0 | 0.97 | 0.00 | 71.22 | 0.99 | 0.51 |
| Hex | D0 | FE | 8 | 12 | 0 | 61 | 0 | 47 | 63 | 33 |
| Octal | 320 | 376 | 10 | 22 | 0 | 141 | 0 | 107 | 143 | 63 |
| Binary | 11010000 | 11111110 | 1000 | 10010 | 0 | 1100001 | 0 | 1000111 | 1100011 | 110011 |
Color Harmonies of #D0FE08
Complementary color
Monochromatic Colors of #D0FE08
Black with #D0FE08
Text Example
Text Example
White with #D0FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE08; }
p { color: rgb(208,254,8); }
H1.HeaderClassName
{
color: #D0FE08;
}
.AnyTagClassName
{
color: #D0FE08;
}
</style>
background-color css
<style>
a { background-color: #D0FE08; }
a { background-color: rgb(208,254,8); }
div.DivClassName
{
background-color: #D0FE08;
}
.BgClassName
{
background-color: #D0FE08;
}
</style>
border-color css
<style>
span { border-color: #D0FE08; }
span { border-color: rgb(208,254,8); }
td.TdClassName
{
border-color: #D0FE08;
}
.TagClassName
{
border-color: #D0FE08;
}
</style>