Shades of Electric Lime #D0FC05
Tints of Electric Lime #D0FC05
RGB
CMYK
RGB Variations
Color information
#D0FC05 (or 0xD0FC05) is known color: Electric Lime. HEX triplet: D0, FC and 05. RGB value is (208,252,5). Sum of RGB (Red+Green+Blue) = 208+252+5=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC05 is #2F03FA. Grayscale: #D3D3D3. Windows color (decimal): -3081211 or 392400. OLE color: 392400.
HSL color Cylindrical-coordinate representation of color #D0FC05: hue angle of 70.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0FC05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.01 |
| HSL | 70.69º | 0.98% | 0.5% | - |
| HSV(B) | 70.69º | 0.98% | 0.99% | - |
| XYZ | 60.85 | 83.04 | 12.97 | - |
| YUV | 210.69 | 11.92 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 5 | 0.17 | 0 | 0.98 | 0.01 | 70.69 | 0.98 | 0.5 |
| Hex | D0 | FC | 5 | 11 | 0 | 62 | 1 | 47 | 62 | 32 |
| Octal | 320 | 374 | 5 | 21 | 0 | 142 | 1 | 107 | 142 | 62 |
| Binary | 11010000 | 11111100 | 101 | 10001 | 0 | 1100010 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #D0FC05
Complementary color
Monochromatic Colors of #D0FC05
Black with #D0FC05
Text Example
Text Example
White with #D0FC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC05; }
p { color: rgb(208,252,5); }
H1.HeaderClassName
{
color: #D0FC05;
}
.AnyTagClassName
{
color: #D0FC05;
}
</style>
background-color css
<style>
a { background-color: #D0FC05; }
a { background-color: rgb(208,252,5); }
div.DivClassName
{
background-color: #D0FC05;
}
.BgClassName
{
background-color: #D0FC05;
}
</style>
border-color css
<style>
span { border-color: #D0FC05; }
span { border-color: rgb(208,252,5); }
td.TdClassName
{
border-color: #D0FC05;
}
.TagClassName
{
border-color: #D0FC05;
}
</style>