Shades of Electric Lime #D2FF17
Tints of Electric Lime #D2FF17
RGB
CMYK
RGB Variations
Color information
#D2FF17 (or 0xD2FF17) is known color: Electric Lime. HEX triplet: D2, FF and 17. RGB value is (210,255,23). Sum of RGB (Red+Green+Blue) = 210+255+23=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF17 is #2D00E8. Grayscale: #D7D7D7. Windows color (decimal): -2949353 or 1572818. OLE color: 1572818.
HSL color Cylindrical-coordinate representation of color #D2FF17: hue angle of 71.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2FF17 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0 |
| HSL | 71.64º | 1% | 0.55% | - |
| HSV(B) | 71.64º | 0.91% | 1% | - |
| XYZ | 62.49 | 85.28 | 13.98 | - |
| YUV | 215.1 | 19.59 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 23 | 0.18 | 0 | 0.91 | 0 | 71.64 | 1 | 0.55 |
| Hex | D2 | FF | 17 | 12 | 0 | 5B | 0 | 48 | 64 | 37 |
| Octal | 322 | 377 | 27 | 22 | 0 | 133 | 0 | 110 | 144 | 67 |
| Binary | 11010010 | 11111111 | 10111 | 10010 | 0 | 1011011 | 0 | 1001000 | 1100100 | 110111 |
Color Harmonies of #D2FF17
Complementary color
Monochromatic Colors of #D2FF17
Black with #D2FF17
Text Example
Text Example
White with #D2FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF17; }
p { color: rgb(210,255,23); }
H1.HeaderClassName
{
color: #D2FF17;
}
.AnyTagClassName
{
color: #D2FF17;
}
</style>
background-color css
<style>
a { background-color: #D2FF17; }
a { background-color: rgb(210,255,23); }
div.DivClassName
{
background-color: #D2FF17;
}
.BgClassName
{
background-color: #D2FF17;
}
</style>
border-color css
<style>
span { border-color: #D2FF17; }
span { border-color: rgb(210,255,23); }
td.TdClassName
{
border-color: #D2FF17;
}
.TagClassName
{
border-color: #D2FF17;
}
</style>