Shades of Electric Lime #D0FE10
Tints of Electric Lime #D0FE10
RGB
CMYK
RGB Variations
Color information
#D0FE10 (or 0xD0FE10) is known color: Electric Lime. HEX triplet: D0, FE and 10. RGB value is (208,254,16). Sum of RGB (Red+Green+Blue) = 208+254+16=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE10 is #2F01EF. Grayscale: #D6D6D6. Windows color (decimal): -3080688 or 1113808. OLE color: 1113808.
HSL color Cylindrical-coordinate representation of color #D0FE10: hue angle of 71.6º 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 #D0FE10 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 16 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.00 |
| HSL | 71.6º | 0.99% | 0.53% | - |
| HSV(B) | 71.6º | 0.94% | 1% | - |
| XYZ | 61.55 | 84.33 | 13.52 | - |
| YUV | 213.11 | 16.76 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 16 | 0.18 | 0 | 0.94 | 0.00 | 71.6 | 0.99 | 0.53 |
| Hex | D0 | FE | 10 | 12 | 0 | 5E | 0 | 48 | 63 | 35 |
| Octal | 320 | 376 | 20 | 22 | 0 | 136 | 0 | 110 | 143 | 65 |
| Binary | 11010000 | 11111110 | 10000 | 10010 | 0 | 1011110 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #D0FE10
Complementary color
Monochromatic Colors of #D0FE10
Black with #D0FE10
Text Example
Text Example
White with #D0FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE10; }
p { color: rgb(208,254,16); }
H1.HeaderClassName
{
color: #D0FE10;
}
.AnyTagClassName
{
color: #D0FE10;
}
</style>
background-color css
<style>
a { background-color: #D0FE10; }
a { background-color: rgb(208,254,16); }
div.DivClassName
{
background-color: #D0FE10;
}
.BgClassName
{
background-color: #D0FE10;
}
</style>
border-color css
<style>
span { border-color: #D0FE10; }
span { border-color: rgb(208,254,16); }
td.TdClassName
{
border-color: #D0FE10;
}
.TagClassName
{
border-color: #D0FE10;
}
</style>