Shades of Electric Lime #D0FF06
Tints of Electric Lime #D0FF06
RGB
CMYK
RGB Variations
Color information
#D0FF06 (or 0xD0FF06) is known color: Electric Lime. HEX triplet: D0, FF and 06. RGB value is (208,255,6). Sum of RGB (Red+Green+Blue) = 208+255+6=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FF06 is #2F00F9. Grayscale: #D5D5D5. Windows color (decimal): -3080442 or 458704. OLE color: 458704.
HSL color Cylindrical-coordinate representation of color #D0FF06: hue angle of 71.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0FF06 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 6 | - |
| CMYK | 0.18 | 0 | 0.98 | 0 |
| HSL | 71.33º | 1% | 0.51% | - |
| HSV(B) | 71.33º | 0.98% | 1% | - |
| XYZ | 61.81 | 84.94 | 13.31 | - |
| YUV | 212.56 | 11.43 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 6 | 0.18 | 0 | 0.98 | 0 | 71.33 | 1 | 0.51 |
| Hex | D0 | FF | 6 | 12 | 0 | 62 | 0 | 47 | 64 | 33 |
| Octal | 320 | 377 | 6 | 22 | 0 | 142 | 0 | 107 | 144 | 63 |
| Binary | 11010000 | 11111111 | 110 | 10010 | 0 | 1100010 | 0 | 1000111 | 1100100 | 110011 |
Color Harmonies of #D0FF06
Complementary color
Monochromatic Colors of #D0FF06
Black with #D0FF06
Text Example
Text Example
White with #D0FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF06; }
p { color: rgb(208,255,6); }
H1.HeaderClassName
{
color: #D0FF06;
}
.AnyTagClassName
{
color: #D0FF06;
}
</style>
background-color css
<style>
a { background-color: #D0FF06; }
a { background-color: rgb(208,255,6); }
div.DivClassName
{
background-color: #D0FF06;
}
.BgClassName
{
background-color: #D0FF06;
}
</style>
border-color css
<style>
span { border-color: #D0FF06; }
span { border-color: rgb(208,255,6); }
td.TdClassName
{
border-color: #D0FF06;
}
.TagClassName
{
border-color: #D0FF06;
}
</style>