Shades of Electric Lime #D5FF01
Tints of Electric Lime #D5FF01
RGB
CMYK
RGB Variations
Color information
#D5FF01 (or 0xD5FF01) is known color: Electric Lime. HEX triplet: D5, FF and 01. RGB value is (213,255,1). Sum of RGB (Red+Green+Blue) = 213+255+1=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 1 (0.78% from 255 or 0.21% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FF01 is #2A00FE. Grayscale: #D6D6D6. Windows color (decimal): -2752767 or 131029. OLE color: 131029.
HSL color Cylindrical-coordinate representation of color #D5FF01: hue angle of 69.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5FF01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0 |
| HSL | 69.92º | 1% | 0.5% | - |
| HSV(B) | 69.92º | 1% | 1% | - |
| XYZ | 63.21 | 85.67 | 13.23 | - |
| YUV | 213.49 | 8.09 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 1 | 0.16 | 0 | 1.00 | 0 | 69.92 | 1 | 0.5 |
| Hex | D5 | FF | 1 | 10 | 0 | 64 | 0 | 46 | 64 | 32 |
| Octal | 325 | 377 | 1 | 20 | 0 | 144 | 0 | 106 | 144 | 62 |
| Binary | 11010101 | 11111111 | 1 | 10000 | 0 | 1100100 | 0 | 1000110 | 1100100 | 110010 |
Color Harmonies of #D5FF01
Complementary color
Monochromatic Colors of #D5FF01
Black with #D5FF01
Text Example
Text Example
White with #D5FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF01; }
p { color: rgb(213,255,1); }
H1.HeaderClassName
{
color: #D5FF01;
}
.AnyTagClassName
{
color: #D5FF01;
}
</style>
background-color css
<style>
a { background-color: #D5FF01; }
a { background-color: rgb(213,255,1); }
div.DivClassName
{
background-color: #D5FF01;
}
.BgClassName
{
background-color: #D5FF01;
}
</style>
border-color css
<style>
span { border-color: #D5FF01; }
span { border-color: rgb(213,255,1); }
td.TdClassName
{
border-color: #D5FF01;
}
.TagClassName
{
border-color: #D5FF01;
}
</style>