Shades of Electric Lime #D0FC07
Tints of Electric Lime #D0FC07
RGB
CMYK
RGB Variations
Color information
#D0FC07 (or 0xD0FC07) is known color: Electric Lime. HEX triplet: D0, FC and 07. RGB value is (208,252,7). Sum of RGB (Red+Green+Blue) = 208+252+7=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC07 is #2F03F8. Grayscale: #D3D3D3. Windows color (decimal): -3081209 or 523472. OLE color: 523472.
HSL color Cylindrical-coordinate representation of color #D0FC07: hue angle of 70.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0FC07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.01 |
| HSL | 70.78º | 0.98% | 0.51% | - |
| HSV(B) | 70.78º | 0.97% | 0.99% | - |
| XYZ | 60.86 | 83.05 | 13.02 | - |
| YUV | 210.91 | 12.92 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 7 | 0.17 | 0 | 0.97 | 0.01 | 70.78 | 0.98 | 0.51 |
| Hex | D0 | FC | 7 | 11 | 0 | 61 | 1 | 47 | 62 | 33 |
| Octal | 320 | 374 | 7 | 21 | 0 | 141 | 1 | 107 | 142 | 63 |
| Binary | 11010000 | 11111100 | 111 | 10001 | 0 | 1100001 | 1 | 1000111 | 1100010 | 110011 |
Color Harmonies of #D0FC07
Complementary color
Monochromatic Colors of #D0FC07
Black with #D0FC07
Text Example
Text Example
White with #D0FC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC07; }
p { color: rgb(208,252,7); }
H1.HeaderClassName
{
color: #D0FC07;
}
.AnyTagClassName
{
color: #D0FC07;
}
</style>
background-color css
<style>
a { background-color: #D0FC07; }
a { background-color: rgb(208,252,7); }
div.DivClassName
{
background-color: #D0FC07;
}
.BgClassName
{
background-color: #D0FC07;
}
</style>
border-color css
<style>
span { border-color: #D0FC07; }
span { border-color: rgb(208,252,7); }
td.TdClassName
{
border-color: #D0FC07;
}
.TagClassName
{
border-color: #D0FC07;
}
</style>