Shades of Electric Lime #D0FA06
Tints of Electric Lime #D0FA06
RGB
CMYK
RGB Variations
Color information
#D0FA06 (or 0xD0FA06) is known color: Electric Lime. HEX triplet: D0, FA and 06. RGB value is (208,250,6). Sum of RGB (Red+Green+Blue) = 208+250+6=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA06 is #2F05F9. Grayscale: #D2D2D2. Windows color (decimal): -3081722 or 457424. OLE color: 457424.
HSL color Cylindrical-coordinate representation of color #D0FA06: hue angle of 70.33º degrees, saturation: 0.96, 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 #D0FA06 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.02 |
| HSL | 70.33º | 0.96% | 0.5% | - |
| HSV(B) | 70.33º | 0.98% | 0.98% | - |
| XYZ | 60.23 | 81.79 | 12.79 | - |
| YUV | 209.63 | 13.09 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 6 | 0.17 | 0 | 0.98 | 0.02 | 70.33 | 0.96 | 0.5 |
| Hex | D0 | FA | 6 | 11 | 0 | 62 | 2 | 46 | 60 | 32 |
| Octal | 320 | 372 | 6 | 21 | 0 | 142 | 2 | 106 | 140 | 62 |
| Binary | 11010000 | 11111010 | 110 | 10001 | 0 | 1100010 | 10 | 1000110 | 1100000 | 110010 |
Color Harmonies of #D0FA06
Complementary color
Monochromatic Colors of #D0FA06
Black with #D0FA06
Text Example
Text Example
White with #D0FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA06; }
p { color: rgb(208,250,6); }
H1.HeaderClassName
{
color: #D0FA06;
}
.AnyTagClassName
{
color: #D0FA06;
}
</style>
background-color css
<style>
a { background-color: #D0FA06; }
a { background-color: rgb(208,250,6); }
div.DivClassName
{
background-color: #D0FA06;
}
.BgClassName
{
background-color: #D0FA06;
}
</style>
border-color css
<style>
span { border-color: #D0FA06; }
span { border-color: rgb(208,250,6); }
td.TdClassName
{
border-color: #D0FA06;
}
.TagClassName
{
border-color: #D0FA06;
}
</style>