Shades of Electric Lime #D2FE10
Tints of Electric Lime #D2FE10
RGB
CMYK
RGB Variations
Color information
#D2FE10 (or 0xD2FE10) is known color: Electric Lime. HEX triplet: D2, FE and 10. RGB value is (210,254,16). Sum of RGB (Red+Green+Blue) = 210+254+16=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FE10 is #2D01EF. Grayscale: #D6D6D6. Windows color (decimal): -2949616 or 1113810. OLE color: 1113810.
HSL color Cylindrical-coordinate representation of color #D2FE10: hue angle of 71.09º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2FE10 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 16 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.00 |
| HSL | 71.09º | 0.99% | 0.53% | - |
| HSV(B) | 71.09º | 0.94% | 1% | - |
| XYZ | 62.11 | 84.62 | 13.55 | - |
| YUV | 213.71 | 16.42 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 16 | 0.17 | 0 | 0.94 | 0.00 | 71.09 | 0.99 | 0.53 |
| Hex | D2 | FE | 10 | 11 | 0 | 5E | 0 | 47 | 63 | 35 |
| Octal | 322 | 376 | 20 | 21 | 0 | 136 | 0 | 107 | 143 | 65 |
| Binary | 11010010 | 11111110 | 10000 | 10001 | 0 | 1011110 | 0 | 1000111 | 1100011 | 110101 |
Color Harmonies of #D2FE10
Complementary color
Monochromatic Colors of #D2FE10
Black with #D2FE10
Text Example
Text Example
White with #D2FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE10; }
p { color: rgb(210,254,16); }
H1.HeaderClassName
{
color: #D2FE10;
}
.AnyTagClassName
{
color: #D2FE10;
}
</style>
background-color css
<style>
a { background-color: #D2FE10; }
a { background-color: rgb(210,254,16); }
div.DivClassName
{
background-color: #D2FE10;
}
.BgClassName
{
background-color: #D2FE10;
}
</style>
border-color css
<style>
span { border-color: #D2FE10; }
span { border-color: rgb(210,254,16); }
td.TdClassName
{
border-color: #D2FE10;
}
.TagClassName
{
border-color: #D2FE10;
}
</style>