Shades of Electric Lime #D1F401
Tints of Electric Lime #D1F401
RGB
CMYK
RGB Variations
Color information
#D1F401 (or 0xD1F401) is known color: Electric Lime. HEX triplet: D1, F4 and 01. RGB value is (209,244,1). Sum of RGB (Red+Green+Blue) = 209+244+1=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F401 is #2E0BFE. Grayscale: #CECECE. Windows color (decimal): -3017727 or 128209. OLE color: 128209.
HSL color Cylindrical-coordinate representation of color #D1F401: hue angle of 68.64º 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 #D1F401 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.04 |
| HSL | 68.64º | 0.99% | 0.48% | - |
| HSV(B) | 68.64º | 1% | 0.96% | - |
| XYZ | 58.65 | 78.26 | 12.04 | - |
| YUV | 205.83 | 12.4 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 1 | 0.14 | 0 | 1.00 | 0.04 | 68.64 | 0.99 | 0.48 |
| Hex | D1 | F4 | 1 | E | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 321 | 364 | 1 | 16 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11010001 | 11110100 | 1 | 1110 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #D1F401
Complementary color
Monochromatic Colors of #D1F401
Black with #D1F401
Text Example
Text Example
White with #D1F401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F401; }
p { color: rgb(209,244,1); }
H1.HeaderClassName
{
color: #D1F401;
}
.AnyTagClassName
{
color: #D1F401;
}
</style>
background-color css
<style>
a { background-color: #D1F401; }
a { background-color: rgb(209,244,1); }
div.DivClassName
{
background-color: #D1F401;
}
.BgClassName
{
background-color: #D1F401;
}
</style>
border-color css
<style>
span { border-color: #D1F401; }
span { border-color: rgb(209,244,1); }
td.TdClassName
{
border-color: #D1F401;
}
.TagClassName
{
border-color: #D1F401;
}
</style>