Shades of Electric Lime #D3FC1D
Tints of Electric Lime #D3FC1D
RGB
CMYK
RGB Variations
Color information
#D3FC1D (or 0xD3FC1D) is known color: Electric Lime. HEX triplet: D3, FC and 1D. RGB value is (211,252,29). Sum of RGB (Red+Green+Blue) = 211+252+29=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FC1D is #2C03E2. Grayscale: #D7D7D7. Windows color (decimal): -2884579 or 1965267. OLE color: 1965267.
HSL color Cylindrical-coordinate representation of color #D3FC1D: hue angle of 71.03º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3FC1D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.01 |
| HSL | 71.03º | 0.97% | 0.55% | - |
| HSV(B) | 71.03º | 0.88% | 0.99% | - |
| XYZ | 61.9 | 83.56 | 14.03 | - |
| YUV | 214.32 | 23.42 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 29 | 0.16 | 0 | 0.88 | 0.01 | 71.03 | 0.97 | 0.55 |
| Hex | D3 | FC | 1D | 10 | 0 | 58 | 1 | 47 | 61 | 37 |
| Octal | 323 | 374 | 35 | 20 | 0 | 130 | 1 | 107 | 141 | 67 |
| Binary | 11010011 | 11111100 | 11101 | 10000 | 0 | 1011000 | 1 | 1000111 | 1100001 | 110111 |
Color Harmonies of #D3FC1D
Complementary color
Monochromatic Colors of #D3FC1D
Black with #D3FC1D
Text Example
Text Example
White with #D3FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC1D; }
p { color: rgb(211,252,29); }
H1.HeaderClassName
{
color: #D3FC1D;
}
.AnyTagClassName
{
color: #D3FC1D;
}
</style>
background-color css
<style>
a { background-color: #D3FC1D; }
a { background-color: rgb(211,252,29); }
div.DivClassName
{
background-color: #D3FC1D;
}
.BgClassName
{
background-color: #D3FC1D;
}
</style>
border-color css
<style>
span { border-color: #D3FC1D; }
span { border-color: rgb(211,252,29); }
td.TdClassName
{
border-color: #D3FC1D;
}
.TagClassName
{
border-color: #D3FC1D;
}
</style>