Shades of Electric Lime #D0FC04
Tints of Electric Lime #D0FC04
RGB
CMYK
RGB Variations
Color information
#D0FC04 (or 0xD0FC04) is known color: Electric Lime. HEX triplet: D0, FC and 04. RGB value is (208,252,4). Sum of RGB (Red+Green+Blue) = 208+252+4=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC04 is #2F03FB. Grayscale: #D3D3D3. Windows color (decimal): -3081212 or 326864. OLE color: 326864.
HSL color Cylindrical-coordinate representation of color #D0FC04: hue angle of 70.65º 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 #D0FC04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.01 |
| HSL | 70.65º | 0.98% | 0.5% | - |
| HSV(B) | 70.65º | 0.98% | 0.99% | - |
| XYZ | 60.84 | 83.04 | 12.94 | - |
| YUV | 210.57 | 11.42 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 4 | 0.17 | 0 | 0.98 | 0.01 | 70.65 | 0.98 | 0.5 |
| Hex | D0 | FC | 4 | 11 | 0 | 62 | 1 | 47 | 62 | 32 |
| Octal | 320 | 374 | 4 | 21 | 0 | 142 | 1 | 107 | 142 | 62 |
| Binary | 11010000 | 11111100 | 100 | 10001 | 0 | 1100010 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #D0FC04
Complementary color
Monochromatic Colors of #D0FC04
Black with #D0FC04
Text Example
Text Example
White with #D0FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC04; }
p { color: rgb(208,252,4); }
H1.HeaderClassName
{
color: #D0FC04;
}
.AnyTagClassName
{
color: #D0FC04;
}
</style>
background-color css
<style>
a { background-color: #D0FC04; }
a { background-color: rgb(208,252,4); }
div.DivClassName
{
background-color: #D0FC04;
}
.BgClassName
{
background-color: #D0FC04;
}
</style>
border-color css
<style>
span { border-color: #D0FC04; }
span { border-color: rgb(208,252,4); }
td.TdClassName
{
border-color: #D0FC04;
}
.TagClassName
{
border-color: #D0FC04;
}
</style>