Shades of Electric Lime #D0F501
Tints of Electric Lime #D0F501
RGB
CMYK
RGB Variations
Color information
#D0F501 (or 0xD0F501) is known color: Electric Lime. HEX triplet: D0, F5 and 01. RGB value is (208,245,1). Sum of RGB (Red+Green+Blue) = 208+245+1=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F501 is #2F0AFE. Grayscale: #CFCFCF. Windows color (decimal): -3083007 or 128464. OLE color: 128464.
HSL color Cylindrical-coordinate representation of color #D0F501: hue angle of 69.1º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0F501 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.04 |
| HSL | 69.1º | 0.99% | 0.48% | - |
| HSV(B) | 69.1º | 1% | 0.96% | - |
| XYZ | 58.67 | 78.72 | 12.13 | - |
| YUV | 206.12 | 12.24 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 1 | 0.15 | 0 | 1.00 | 0.04 | 69.1 | 0.99 | 0.48 |
| Hex | D0 | F5 | 1 | F | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 320 | 365 | 1 | 17 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11010000 | 11110101 | 1 | 1111 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #D0F501
Complementary color
Monochromatic Colors of #D0F501
Black with #D0F501
Text Example
Text Example
White with #D0F501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F501; }
p { color: rgb(208,245,1); }
H1.HeaderClassName
{
color: #D0F501;
}
.AnyTagClassName
{
color: #D0F501;
}
</style>
background-color css
<style>
a { background-color: #D0F501; }
a { background-color: rgb(208,245,1); }
div.DivClassName
{
background-color: #D0F501;
}
.BgClassName
{
background-color: #D0F501;
}
</style>
border-color css
<style>
span { border-color: #D0F501; }
span { border-color: rgb(208,245,1); }
td.TdClassName
{
border-color: #D0F501;
}
.TagClassName
{
border-color: #D0F501;
}
</style>