Shades of Electric Lime #D2F010
Tints of Electric Lime #D2F010
RGB
CMYK
RGB Variations
Color information
#D2F010 (or 0xD2F010) is known color: Electric Lime. HEX triplet: D2, F0 and 10. RGB value is (210,240,16). Sum of RGB (Red+Green+Blue) = 210+240+16=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F010 is #2D0FEF. Grayscale: #CECECE. Windows color (decimal): -2953200 or 1110226. OLE color: 1110226.
HSL color Cylindrical-coordinate representation of color #D2F010: hue angle of 68.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2F010 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.06 |
| HSL | 68.04º | 0.88% | 0.5% | - |
| HSV(B) | 68.04º | 0.93% | 0.94% | - |
| XYZ | 57.83 | 76.06 | 12.12 | - |
| YUV | 205.49 | 21.06 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 16 | 0.12 | 0 | 0.93 | 0.06 | 68.04 | 0.88 | 0.5 |
| Hex | D2 | F0 | 10 | C | 0 | 5D | 6 | 44 | 58 | 32 |
| Octal | 322 | 360 | 20 | 14 | 0 | 135 | 6 | 104 | 130 | 62 |
| Binary | 11010010 | 11110000 | 10000 | 1100 | 0 | 1011101 | 110 | 1000100 | 1011000 | 110010 |
Color Harmonies of #D2F010
Complementary color
Monochromatic Colors of #D2F010
Black with #D2F010
Text Example
Text Example
White with #D2F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F010; }
p { color: rgb(210,240,16); }
H1.HeaderClassName
{
color: #D2F010;
}
.AnyTagClassName
{
color: #D2F010;
}
</style>
background-color css
<style>
a { background-color: #D2F010; }
a { background-color: rgb(210,240,16); }
div.DivClassName
{
background-color: #D2F010;
}
.BgClassName
{
background-color: #D2F010;
}
</style>
border-color css
<style>
span { border-color: #D2F010; }
span { border-color: rgb(210,240,16); }
td.TdClassName
{
border-color: #D2F010;
}
.TagClassName
{
border-color: #D2F010;
}
</style>