Shades of Electric Lime #D2FF01
Tints of Electric Lime #D2FF01
RGB
CMYK
RGB Variations
Color information
#D2FF01 (or 0xD2FF01) is known color: Electric Lime. HEX triplet: D2, FF and 01. RGB value is (210,255,1). Sum of RGB (Red+Green+Blue) = 210+255+1=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF01 is #2D00FE. Grayscale: #D5D5D5. Windows color (decimal): -2949375 or 131026. OLE color: 131026.
HSL color Cylindrical-coordinate representation of color #D2FF01: hue angle of 70.63º 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 #D2FF01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0 |
| HSL | 70.63º | 1% | 0.5% | - |
| HSV(B) | 70.63º | 1% | 1% | - |
| XYZ | 62.34 | 85.22 | 13.19 | - |
| YUV | 212.59 | 8.59 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 1 | 0.18 | 0 | 1.00 | 0 | 70.63 | 1 | 0.5 |
| Hex | D2 | FF | 1 | 12 | 0 | 64 | 0 | 47 | 64 | 32 |
| Octal | 322 | 377 | 1 | 22 | 0 | 144 | 0 | 107 | 144 | 62 |
| Binary | 11010010 | 11111111 | 1 | 10010 | 0 | 1100100 | 0 | 1000111 | 1100100 | 110010 |
Color Harmonies of #D2FF01
Complementary color
Monochromatic Colors of #D2FF01
Black with #D2FF01
Text Example
Text Example
White with #D2FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF01; }
p { color: rgb(210,255,1); }
H1.HeaderClassName
{
color: #D2FF01;
}
.AnyTagClassName
{
color: #D2FF01;
}
</style>
background-color css
<style>
a { background-color: #D2FF01; }
a { background-color: rgb(210,255,1); }
div.DivClassName
{
background-color: #D2FF01;
}
.BgClassName
{
background-color: #D2FF01;
}
</style>
border-color css
<style>
span { border-color: #D2FF01; }
span { border-color: rgb(210,255,1); }
td.TdClassName
{
border-color: #D2FF01;
}
.TagClassName
{
border-color: #D2FF01;
}
</style>