Shades of Electric Lime #D2F016
Tints of Electric Lime #D2F016
RGB
CMYK
RGB Variations
Color information
#D2F016 (or 0xD2F016) is known color: Electric Lime. HEX triplet: D2, F0 and 16. RGB value is (210,240,22). Sum of RGB (Red+Green+Blue) = 210+240+22=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F016 is #2D0FE9. Grayscale: #CFCFCF. Windows color (decimal): -2953194 or 1503442. OLE color: 1503442.
HSL color Cylindrical-coordinate representation of color #D2F016: hue angle of 68.26º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2F016 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.06 |
| HSL | 68.26º | 0.88% | 0.51% | - |
| HSV(B) | 68.26º | 0.91% | 0.94% | - |
| XYZ | 57.88 | 76.08 | 12.39 | - |
| YUV | 206.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 22 | 0.12 | 0 | 0.91 | 0.06 | 68.26 | 0.88 | 0.51 |
| Hex | D2 | F0 | 16 | C | 0 | 5B | 6 | 44 | 58 | 33 |
| Octal | 322 | 360 | 26 | 14 | 0 | 133 | 6 | 104 | 130 | 63 |
| Binary | 11010010 | 11110000 | 10110 | 1100 | 0 | 1011011 | 110 | 1000100 | 1011000 | 110011 |
Color Harmonies of #D2F016
Complementary color
Monochromatic Colors of #D2F016
Black with #D2F016
Text Example
Text Example
White with #D2F016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F016; }
p { color: rgb(210,240,22); }
H1.HeaderClassName
{
color: #D2F016;
}
.AnyTagClassName
{
color: #D2F016;
}
</style>
background-color css
<style>
a { background-color: #D2F016; }
a { background-color: rgb(210,240,22); }
div.DivClassName
{
background-color: #D2F016;
}
.BgClassName
{
background-color: #D2F016;
}
</style>
border-color css
<style>
span { border-color: #D2F016; }
span { border-color: rgb(210,240,22); }
td.TdClassName
{
border-color: #D2F016;
}
.TagClassName
{
border-color: #D2F016;
}
</style>