Shades of Electric Lime #D2FF11
Tints of Electric Lime #D2FF11
RGB
CMYK
RGB Variations
Color information
#D2FF11 (or 0xD2FF11) is known color: Electric Lime. HEX triplet: D2, FF and 11. RGB value is (210,255,17). Sum of RGB (Red+Green+Blue) = 210+255+17=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF11 is #2D00EE. Grayscale: #D7D7D7. Windows color (decimal): -2949359 or 1179602. OLE color: 1179602.
HSL color Cylindrical-coordinate representation of color #D2FF11: hue angle of 71.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2FF11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0 |
| HSL | 71.34º | 1% | 0.53% | - |
| HSV(B) | 71.34º | 0.93% | 1% | - |
| XYZ | 62.44 | 85.26 | 13.7 | - |
| YUV | 214.41 | 16.59 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 17 | 0.18 | 0 | 0.93 | 0 | 71.34 | 1 | 0.53 |
| Hex | D2 | FF | 11 | 12 | 0 | 5D | 0 | 47 | 64 | 35 |
| Octal | 322 | 377 | 21 | 22 | 0 | 135 | 0 | 107 | 144 | 65 |
| Binary | 11010010 | 11111111 | 10001 | 10010 | 0 | 1011101 | 0 | 1000111 | 1100100 | 110101 |
Color Harmonies of #D2FF11
Complementary color
Monochromatic Colors of #D2FF11
Black with #D2FF11
Text Example
Text Example
White with #D2FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF11; }
p { color: rgb(210,255,17); }
H1.HeaderClassName
{
color: #D2FF11;
}
.AnyTagClassName
{
color: #D2FF11;
}
</style>
background-color css
<style>
a { background-color: #D2FF11; }
a { background-color: rgb(210,255,17); }
div.DivClassName
{
background-color: #D2FF11;
}
.BgClassName
{
background-color: #D2FF11;
}
</style>
border-color css
<style>
span { border-color: #D2FF11; }
span { border-color: rgb(210,255,17); }
td.TdClassName
{
border-color: #D2FF11;
}
.TagClassName
{
border-color: #D2FF11;
}
</style>