Shades of Electric Lime #D2FF07
Tints of Electric Lime #D2FF07
RGB
CMYK
RGB Variations
Color information
#D2FF07 (or 0xD2FF07) is known color: Electric Lime. HEX triplet: D2, FF and 07. RGB value is (210,255,7). Sum of RGB (Red+Green+Blue) = 210+255+7=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF07 is #2D00F8. Grayscale: #D6D6D6. Windows color (decimal): -2949369 or 524242. OLE color: 524242.
HSL color Cylindrical-coordinate representation of color #D2FF07: hue angle of 70.89º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2FF07 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0 |
| HSL | 70.89º | 1% | 0.51% | - |
| HSV(B) | 70.89º | 0.97% | 1% | - |
| XYZ | 62.38 | 85.24 | 13.37 | - |
| YUV | 213.27 | 11.59 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 7 | 0.18 | 0 | 0.97 | 0 | 70.89 | 1 | 0.51 |
| Hex | D2 | FF | 7 | 12 | 0 | 61 | 0 | 47 | 64 | 33 |
| Octal | 322 | 377 | 7 | 22 | 0 | 141 | 0 | 107 | 144 | 63 |
| Binary | 11010010 | 11111111 | 111 | 10010 | 0 | 1100001 | 0 | 1000111 | 1100100 | 110011 |
Color Harmonies of #D2FF07
Complementary color
Monochromatic Colors of #D2FF07
Black with #D2FF07
Text Example
Text Example
White with #D2FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF07; }
p { color: rgb(210,255,7); }
H1.HeaderClassName
{
color: #D2FF07;
}
.AnyTagClassName
{
color: #D2FF07;
}
</style>
background-color css
<style>
a { background-color: #D2FF07; }
a { background-color: rgb(210,255,7); }
div.DivClassName
{
background-color: #D2FF07;
}
.BgClassName
{
background-color: #D2FF07;
}
</style>
border-color css
<style>
span { border-color: #D2FF07; }
span { border-color: rgb(210,255,7); }
td.TdClassName
{
border-color: #D2FF07;
}
.TagClassName
{
border-color: #D2FF07;
}
</style>