Shades of Electric Lime #D0FD17
Tints of Electric Lime #D0FD17
RGB
CMYK
RGB Variations
Color information
#D0FD17 (or 0xD0FD17) is known color: Electric Lime. HEX triplet: D0, FD and 17. RGB value is (208,253,23). Sum of RGB (Red+Green+Blue) = 208+253+23=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FD17 is #2F02E8. Grayscale: #D6D6D6. Windows color (decimal): -3080937 or 1572304. OLE color: 1572304.
HSL color Cylindrical-coordinate representation of color #D0FD17: hue angle of 71.74º degrees, saturation: 0.98, 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 #D0FD17 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.01 |
| HSL | 71.74º | 0.98% | 0.54% | - |
| HSV(B) | 71.74º | 0.91% | 0.99% | - |
| XYZ | 61.29 | 83.72 | 13.74 | - |
| YUV | 213.33 | 20.59 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 23 | 0.18 | 0 | 0.91 | 0.01 | 71.74 | 0.98 | 0.54 |
| Hex | D0 | FD | 17 | 12 | 0 | 5B | 1 | 48 | 62 | 36 |
| Octal | 320 | 375 | 27 | 22 | 0 | 133 | 1 | 110 | 142 | 66 |
| Binary | 11010000 | 11111101 | 10111 | 10010 | 0 | 1011011 | 1 | 1001000 | 1100010 | 110110 |
Color Harmonies of #D0FD17
Complementary color
Monochromatic Colors of #D0FD17
Black with #D0FD17
Text Example
Text Example
White with #D0FD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD17; }
p { color: rgb(208,253,23); }
H1.HeaderClassName
{
color: #D0FD17;
}
.AnyTagClassName
{
color: #D0FD17;
}
</style>
background-color css
<style>
a { background-color: #D0FD17; }
a { background-color: rgb(208,253,23); }
div.DivClassName
{
background-color: #D0FD17;
}
.BgClassName
{
background-color: #D0FD17;
}
</style>
border-color css
<style>
span { border-color: #D0FD17; }
span { border-color: rgb(208,253,23); }
td.TdClassName
{
border-color: #D0FD17;
}
.TagClassName
{
border-color: #D0FD17;
}
</style>