Shades of Electric Lime #D2F501
Tints of Electric Lime #D2F501
RGB
CMYK
RGB Variations
Color information
#D2F501 (or 0xD2F501) is known color: Electric Lime. HEX triplet: D2, F5 and 01. RGB value is (210,245,1). Sum of RGB (Red+Green+Blue) = 210+245+1=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F501 is #2D0AFE. Grayscale: #CFCFCF. Windows color (decimal): -2951935 or 128466. OLE color: 128466.
HSL color Cylindrical-coordinate representation of color #D2F501: hue angle of 68.61º 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 #D2F501 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.04 |
| HSL | 68.61º | 0.99% | 0.48% | - |
| HSV(B) | 68.61º | 1% | 0.96% | - |
| XYZ | 59.24 | 79.01 | 12.16 | - |
| YUV | 206.72 | 11.9 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 1 | 0.14 | 0 | 1.00 | 0.04 | 68.61 | 0.99 | 0.48 |
| Hex | D2 | F5 | 1 | E | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 322 | 365 | 1 | 16 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11010010 | 11110101 | 1 | 1110 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #D2F501
Complementary color
Monochromatic Colors of #D2F501
Black with #D2F501
Text Example
Text Example
White with #D2F501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F501; }
p { color: rgb(210,245,1); }
H1.HeaderClassName
{
color: #D2F501;
}
.AnyTagClassName
{
color: #D2F501;
}
</style>
background-color css
<style>
a { background-color: #D2F501; }
a { background-color: rgb(210,245,1); }
div.DivClassName
{
background-color: #D2F501;
}
.BgClassName
{
background-color: #D2F501;
}
</style>
border-color css
<style>
span { border-color: #D2F501; }
span { border-color: rgb(210,245,1); }
td.TdClassName
{
border-color: #D2F501;
}
.TagClassName
{
border-color: #D2F501;
}
</style>