Shades of Electric Lime #D0F502
Tints of Electric Lime #D0F502
RGB
CMYK
RGB Variations
Color information
#D0F502 (or 0xD0F502) is known color: Electric Lime. HEX triplet: D0, F5 and 02. RGB value is (208,245,2). Sum of RGB (Red+Green+Blue) = 208+245+2=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F502 is #2F0AFD. Grayscale: #CFCFCF. Windows color (decimal): -3083006 or 194000. OLE color: 194000.
HSL color Cylindrical-coordinate representation of color #D0F502: hue angle of 69.14º 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 #D0F502 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.04 |
| HSL | 69.14º | 0.98% | 0.48% | - |
| HSV(B) | 69.14º | 0.99% | 0.96% | - |
| XYZ | 58.68 | 78.72 | 12.16 | - |
| YUV | 206.24 | 12.74 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 2 | 0.15 | 0 | 0.99 | 0.04 | 69.14 | 0.98 | 0.48 |
| Hex | D0 | F5 | 2 | F | 0 | 63 | 4 | 45 | 62 | 30 |
| Octal | 320 | 365 | 2 | 17 | 0 | 143 | 4 | 105 | 142 | 60 |
| Binary | 11010000 | 11110101 | 10 | 1111 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110000 |
Color Harmonies of #D0F502
Complementary color
Monochromatic Colors of #D0F502
Black with #D0F502
Text Example
Text Example
White with #D0F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F502; }
p { color: rgb(208,245,2); }
H1.HeaderClassName
{
color: #D0F502;
}
.AnyTagClassName
{
color: #D0F502;
}
</style>
background-color css
<style>
a { background-color: #D0F502; }
a { background-color: rgb(208,245,2); }
div.DivClassName
{
background-color: #D0F502;
}
.BgClassName
{
background-color: #D0F502;
}
</style>
border-color css
<style>
span { border-color: #D0F502; }
span { border-color: rgb(208,245,2); }
td.TdClassName
{
border-color: #D0F502;
}
.TagClassName
{
border-color: #D0F502;
}
</style>