Shades of Electric Lime #D2FD07
Tints of Electric Lime #D2FD07
RGB
CMYK
RGB Variations
Color information
#D2FD07 (or 0xD2FD07) is known color: Electric Lime. HEX triplet: D2, FD and 07. RGB value is (210,253,7). Sum of RGB (Red+Green+Blue) = 210+253+7=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FD07 is #2D02F8. Grayscale: #D5D5D5. Windows color (decimal): -2949881 or 523730. OLE color: 523730.
HSL color Cylindrical-coordinate representation of color #D2FD07: hue angle of 70.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2FD07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.01 |
| HSL | 70.49º | 0.98% | 0.51% | - |
| HSV(B) | 70.49º | 0.97% | 0.99% | - |
| XYZ | 61.74 | 83.97 | 13.15 | - |
| YUV | 212.1 | 12.25 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 7 | 0.17 | 0 | 0.97 | 0.01 | 70.49 | 0.98 | 0.51 |
| Hex | D2 | FD | 7 | 11 | 0 | 61 | 1 | 46 | 62 | 33 |
| Octal | 322 | 375 | 7 | 21 | 0 | 141 | 1 | 106 | 142 | 63 |
| Binary | 11010010 | 11111101 | 111 | 10001 | 0 | 1100001 | 1 | 1000110 | 1100010 | 110011 |
Color Harmonies of #D2FD07
Complementary color
Monochromatic Colors of #D2FD07
Black with #D2FD07
Text Example
Text Example
White with #D2FD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD07; }
p { color: rgb(210,253,7); }
H1.HeaderClassName
{
color: #D2FD07;
}
.AnyTagClassName
{
color: #D2FD07;
}
</style>
background-color css
<style>
a { background-color: #D2FD07; }
a { background-color: rgb(210,253,7); }
div.DivClassName
{
background-color: #D2FD07;
}
.BgClassName
{
background-color: #D2FD07;
}
</style>
border-color css
<style>
span { border-color: #D2FD07; }
span { border-color: rgb(210,253,7); }
td.TdClassName
{
border-color: #D2FD07;
}
.TagClassName
{
border-color: #D2FD07;
}
</style>