Shades of Electric Lime #D1F502
Tints of Electric Lime #D1F502
RGB
CMYK
RGB Variations
Color information
#D1F502 (or 0xD1F502) is known color: Electric Lime. HEX triplet: D1, F5 and 02. RGB value is (209,245,2). Sum of RGB (Red+Green+Blue) = 209+245+2=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F502 is #2E0AFD. Grayscale: #CFCFCF. Windows color (decimal): -3017470 or 194001. OLE color: 194001.
HSL color Cylindrical-coordinate representation of color #D1F502: hue angle of 68.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1F502 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.04 |
| HSL | 68.89º | 0.98% | 0.48% | - |
| HSV(B) | 68.89º | 0.99% | 0.96% | - |
| XYZ | 58.96 | 78.86 | 12.17 | - |
| YUV | 206.53 | 12.57 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 2 | 0.15 | 0 | 0.99 | 0.04 | 68.89 | 0.98 | 0.48 |
| Hex | D1 | F5 | 2 | F | 0 | 63 | 4 | 45 | 62 | 30 |
| Octal | 321 | 365 | 2 | 17 | 0 | 143 | 4 | 105 | 142 | 60 |
| Binary | 11010001 | 11110101 | 10 | 1111 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110000 |
Color Harmonies of #D1F502
Complementary color
Monochromatic Colors of #D1F502
Black with #D1F502
Text Example
Text Example
White with #D1F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F502; }
p { color: rgb(209,245,2); }
H1.HeaderClassName
{
color: #D1F502;
}
.AnyTagClassName
{
color: #D1F502;
}
</style>
background-color css
<style>
a { background-color: #D1F502; }
a { background-color: rgb(209,245,2); }
div.DivClassName
{
background-color: #D1F502;
}
.BgClassName
{
background-color: #D1F502;
}
</style>
border-color css
<style>
span { border-color: #D1F502; }
span { border-color: rgb(209,245,2); }
td.TdClassName
{
border-color: #D1F502;
}
.TagClassName
{
border-color: #D1F502;
}
</style>