Shades of Electric Lime #D4FF01
Tints of Electric Lime #D4FF01
RGB
CMYK
RGB Variations
Color information
#D4FF01 (or 0xD4FF01) is known color: Electric Lime. HEX triplet: D4, FF and 01. RGB value is (212,255,1). Sum of RGB (Red+Green+Blue) = 212+255+1=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FF01 is #2B00FE. Grayscale: #D6D6D6. Windows color (decimal): -2818303 or 131028. OLE color: 131028.
HSL color Cylindrical-coordinate representation of color #D4FF01: hue angle of 70.16º 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 #D4FF01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0 |
| HSL | 70.16º | 1% | 0.5% | - |
| HSV(B) | 70.16º | 1% | 1% | - |
| XYZ | 62.92 | 85.52 | 13.22 | - |
| YUV | 213.19 | 8.25 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 1 | 0.17 | 0 | 1.00 | 0 | 70.16 | 1 | 0.5 |
| Hex | D4 | FF | 1 | 11 | 0 | 64 | 0 | 46 | 64 | 32 |
| Octal | 324 | 377 | 1 | 21 | 0 | 144 | 0 | 106 | 144 | 62 |
| Binary | 11010100 | 11111111 | 1 | 10001 | 0 | 1100100 | 0 | 1000110 | 1100100 | 110010 |
Color Harmonies of #D4FF01
Complementary color
Monochromatic Colors of #D4FF01
Black with #D4FF01
Text Example
Text Example
White with #D4FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF01; }
p { color: rgb(212,255,1); }
H1.HeaderClassName
{
color: #D4FF01;
}
.AnyTagClassName
{
color: #D4FF01;
}
</style>
background-color css
<style>
a { background-color: #D4FF01; }
a { background-color: rgb(212,255,1); }
div.DivClassName
{
background-color: #D4FF01;
}
.BgClassName
{
background-color: #D4FF01;
}
</style>
border-color css
<style>
span { border-color: #D4FF01; }
span { border-color: rgb(212,255,1); }
td.TdClassName
{
border-color: #D4FF01;
}
.TagClassName
{
border-color: #D4FF01;
}
</style>