Shades of Electric Lime #D0F401
Tints of Electric Lime #D0F401
RGB
CMYK
RGB Variations
Color information
#D0F401 (or 0xD0F401) is known color: Electric Lime. HEX triplet: D0, F4 and 01. RGB value is (208,244,1). Sum of RGB (Red+Green+Blue) = 208+244+1=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F401 is #2F0BFE. Grayscale: #CECECE. Windows color (decimal): -3083263 or 128208. OLE color: 128208.
HSL color Cylindrical-coordinate representation of color #D0F401: hue angle of 68.89º 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 #D0F401 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.04 |
| HSL | 68.89º | 0.99% | 0.48% | - |
| HSV(B) | 68.89º | 1% | 0.96% | - |
| XYZ | 58.37 | 78.11 | 12.03 | - |
| YUV | 205.53 | 12.57 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 1 | 0.15 | 0 | 1.00 | 0.04 | 68.89 | 0.99 | 0.48 |
| Hex | D0 | F4 | 1 | F | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 320 | 364 | 1 | 17 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11010000 | 11110100 | 1 | 1111 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #D0F401
Complementary color
Monochromatic Colors of #D0F401
Black with #D0F401
Text Example
Text Example
White with #D0F401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F401; }
p { color: rgb(208,244,1); }
H1.HeaderClassName
{
color: #D0F401;
}
.AnyTagClassName
{
color: #D0F401;
}
</style>
background-color css
<style>
a { background-color: #D0F401; }
a { background-color: rgb(208,244,1); }
div.DivClassName
{
background-color: #D0F401;
}
.BgClassName
{
background-color: #D0F401;
}
</style>
border-color css
<style>
span { border-color: #D0F401; }
span { border-color: rgb(208,244,1); }
td.TdClassName
{
border-color: #D0F401;
}
.TagClassName
{
border-color: #D0F401;
}
</style>