Shades of Electric Lime #D2FD16
Tints of Electric Lime #D2FD16
RGB
CMYK
RGB Variations
Color information
#D2FD16 (or 0xD2FD16) is known color: Electric Lime. HEX triplet: D2, FD and 16. RGB value is (210,253,22). Sum of RGB (Red+Green+Blue) = 210+253+22=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FD16 is #2D02E9. Grayscale: #D6D6D6. Windows color (decimal): -2949866 or 1506770. OLE color: 1506770.
HSL color Cylindrical-coordinate representation of color #D2FD16: hue angle of 71.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2FD16 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.01 |
| HSL | 71.17º | 0.98% | 0.54% | - |
| HSV(B) | 71.17º | 0.91% | 0.99% | - |
| XYZ | 61.85 | 84.01 | 13.71 | - |
| YUV | 213.81 | 19.75 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 22 | 0.17 | 0 | 0.91 | 0.01 | 71.17 | 0.98 | 0.54 |
| Hex | D2 | FD | 16 | 11 | 0 | 5B | 1 | 47 | 62 | 36 |
| Octal | 322 | 375 | 26 | 21 | 0 | 133 | 1 | 107 | 142 | 66 |
| Binary | 11010010 | 11111101 | 10110 | 10001 | 0 | 1011011 | 1 | 1000111 | 1100010 | 110110 |
Color Harmonies of #D2FD16
Complementary color
Monochromatic Colors of #D2FD16
Black with #D2FD16
Text Example
Text Example
White with #D2FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD16; }
p { color: rgb(210,253,22); }
H1.HeaderClassName
{
color: #D2FD16;
}
.AnyTagClassName
{
color: #D2FD16;
}
</style>
background-color css
<style>
a { background-color: #D2FD16; }
a { background-color: rgb(210,253,22); }
div.DivClassName
{
background-color: #D2FD16;
}
.BgClassName
{
background-color: #D2FD16;
}
</style>
border-color css
<style>
span { border-color: #D2FD16; }
span { border-color: rgb(210,253,22); }
td.TdClassName
{
border-color: #D2FD16;
}
.TagClassName
{
border-color: #D2FD16;
}
</style>