Shades of Electric Lime #D0FC17
Tints of Electric Lime #D0FC17
RGB
CMYK
RGB Variations
Color information
#D0FC17 (or 0xD0FC17) is known color: Electric Lime. HEX triplet: D0, FC and 17. RGB value is (208,252,23). Sum of RGB (Red+Green+Blue) = 208+252+23=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC17 is #2F03E8. Grayscale: #D5D5D5. Windows color (decimal): -3081193 or 1572048. OLE color: 1572048.
HSL color Cylindrical-coordinate representation of color #D0FC17: hue angle of 71.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0FC17 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 23 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.01 |
| HSL | 71.53º | 0.97% | 0.54% | - |
| HSV(B) | 71.53º | 0.91% | 0.99% | - |
| XYZ | 60.98 | 83.09 | 13.64 | - |
| YUV | 212.74 | 20.92 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 23 | 0.17 | 0 | 0.91 | 0.01 | 71.53 | 0.97 | 0.54 |
| Hex | D0 | FC | 17 | 11 | 0 | 5B | 1 | 48 | 61 | 36 |
| Octal | 320 | 374 | 27 | 21 | 0 | 133 | 1 | 110 | 141 | 66 |
| Binary | 11010000 | 11111100 | 10111 | 10001 | 0 | 1011011 | 1 | 1001000 | 1100001 | 110110 |
Color Harmonies of #D0FC17
Complementary color
Monochromatic Colors of #D0FC17
Black with #D0FC17
Text Example
Text Example
White with #D0FC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC17; }
p { color: rgb(208,252,23); }
H1.HeaderClassName
{
color: #D0FC17;
}
.AnyTagClassName
{
color: #D0FC17;
}
</style>
background-color css
<style>
a { background-color: #D0FC17; }
a { background-color: rgb(208,252,23); }
div.DivClassName
{
background-color: #D0FC17;
}
.BgClassName
{
background-color: #D0FC17;
}
</style>
border-color css
<style>
span { border-color: #D0FC17; }
span { border-color: rgb(208,252,23); }
td.TdClassName
{
border-color: #D0FC17;
}
.TagClassName
{
border-color: #D0FC17;
}
</style>