Shades of Electric Lime #D0FE17
Tints of Electric Lime #D0FE17
RGB
CMYK
RGB Variations
Color information
#D0FE17 (or 0xD0FE17) is known color: Electric Lime. HEX triplet: D0, FE and 17. RGB value is (208,254,23). Sum of RGB (Red+Green+Blue) = 208+254+23=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE17 is #2F01E8. Grayscale: #D6D6D6. Windows color (decimal): -3080681 or 1572560. OLE color: 1572560.
HSL color Cylindrical-coordinate representation of color #D0FE17: hue angle of 71.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0FE17 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.00 |
| HSL | 71.95º | 0.99% | 0.54% | - |
| HSV(B) | 71.95º | 0.91% | 1% | - |
| XYZ | 61.61 | 84.36 | 13.85 | - |
| YUV | 213.91 | 20.26 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 23 | 0.18 | 0 | 0.91 | 0.00 | 71.95 | 0.99 | 0.54 |
| Hex | D0 | FE | 17 | 12 | 0 | 5B | 0 | 48 | 63 | 36 |
| Octal | 320 | 376 | 27 | 22 | 0 | 133 | 0 | 110 | 143 | 66 |
| Binary | 11010000 | 11111110 | 10111 | 10010 | 0 | 1011011 | 0 | 1001000 | 1100011 | 110110 |
Color Harmonies of #D0FE17
Complementary color
Monochromatic Colors of #D0FE17
Black with #D0FE17
Text Example
Text Example
White with #D0FE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE17; }
p { color: rgb(208,254,23); }
H1.HeaderClassName
{
color: #D0FE17;
}
.AnyTagClassName
{
color: #D0FE17;
}
</style>
background-color css
<style>
a { background-color: #D0FE17; }
a { background-color: rgb(208,254,23); }
div.DivClassName
{
background-color: #D0FE17;
}
.BgClassName
{
background-color: #D0FE17;
}
</style>
border-color css
<style>
span { border-color: #D0FE17; }
span { border-color: rgb(208,254,23); }
td.TdClassName
{
border-color: #D0FE17;
}
.TagClassName
{
border-color: #D0FE17;
}
</style>