Shades of Electric Lime #D3FC04
Tints of Electric Lime #D3FC04
RGB
CMYK
RGB Variations
Color information
#D3FC04 (or 0xD3FC04) is known color: Electric Lime. HEX triplet: D3, FC and 04. RGB value is (211,252,4). Sum of RGB (Red+Green+Blue) = 211+252+4=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FC04 is #2C03FB. Grayscale: #D4D4D4. Windows color (decimal): -2884604 or 326867. OLE color: 326867.
HSL color Cylindrical-coordinate representation of color #D3FC04: hue angle of 69.92º 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 #D3FC04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.01 |
| HSL | 69.92º | 0.98% | 0.5% | - |
| HSV(B) | 69.92º | 0.98% | 0.99% | - |
| XYZ | 61.7 | 83.48 | 12.98 | - |
| YUV | 211.47 | 10.92 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 4 | 0.16 | 0 | 0.98 | 0.01 | 69.92 | 0.98 | 0.5 |
| Hex | D3 | FC | 4 | 10 | 0 | 62 | 1 | 46 | 62 | 32 |
| Octal | 323 | 374 | 4 | 20 | 0 | 142 | 1 | 106 | 142 | 62 |
| Binary | 11010011 | 11111100 | 100 | 10000 | 0 | 1100010 | 1 | 1000110 | 1100010 | 110010 |
Color Harmonies of #D3FC04
Complementary color
Monochromatic Colors of #D3FC04
Black with #D3FC04
Text Example
Text Example
White with #D3FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC04; }
p { color: rgb(211,252,4); }
H1.HeaderClassName
{
color: #D3FC04;
}
.AnyTagClassName
{
color: #D3FC04;
}
</style>
background-color css
<style>
a { background-color: #D3FC04; }
a { background-color: rgb(211,252,4); }
div.DivClassName
{
background-color: #D3FC04;
}
.BgClassName
{
background-color: #D3FC04;
}
</style>
border-color css
<style>
span { border-color: #D3FC04; }
span { border-color: rgb(211,252,4); }
td.TdClassName
{
border-color: #D3FC04;
}
.TagClassName
{
border-color: #D3FC04;
}
</style>