Shades of Electric Lime #D0FB06
Tints of Electric Lime #D0FB06
RGB
CMYK
RGB Variations
Color information
#D0FB06 (or 0xD0FB06) is known color: Electric Lime. HEX triplet: D0, FB and 06. RGB value is (208,251,6). Sum of RGB (Red+Green+Blue) = 208+251+6=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB06 is #2F04F9. Grayscale: #D3D3D3. Windows color (decimal): -3081466 or 457680. OLE color: 457680.
HSL color Cylindrical-coordinate representation of color #D0FB06: hue angle of 70.53º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0FB06 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.02 |
| HSL | 70.53º | 0.97% | 0.5% | - |
| HSV(B) | 70.53º | 0.98% | 0.98% | - |
| XYZ | 60.54 | 82.42 | 12.89 | - |
| YUV | 210.21 | 12.75 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 6 | 0.17 | 0 | 0.98 | 0.02 | 70.53 | 0.97 | 0.5 |
| Hex | D0 | FB | 6 | 11 | 0 | 62 | 2 | 47 | 61 | 32 |
| Octal | 320 | 373 | 6 | 21 | 0 | 142 | 2 | 107 | 141 | 62 |
| Binary | 11010000 | 11111011 | 110 | 10001 | 0 | 1100010 | 10 | 1000111 | 1100001 | 110010 |
Color Harmonies of #D0FB06
Complementary color
Monochromatic Colors of #D0FB06
Black with #D0FB06
Text Example
Text Example
White with #D0FB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB06; }
p { color: rgb(208,251,6); }
H1.HeaderClassName
{
color: #D0FB06;
}
.AnyTagClassName
{
color: #D0FB06;
}
</style>
background-color css
<style>
a { background-color: #D0FB06; }
a { background-color: rgb(208,251,6); }
div.DivClassName
{
background-color: #D0FB06;
}
.BgClassName
{
background-color: #D0FB06;
}
</style>
border-color css
<style>
span { border-color: #D0FB06; }
span { border-color: rgb(208,251,6); }
td.TdClassName
{
border-color: #D0FB06;
}
.TagClassName
{
border-color: #D0FB06;
}
</style>