Shades of Electric Lime #D2F503
Tints of Electric Lime #D2F503
RGB
CMYK
RGB Variations
Color information
#D2F503 (or 0xD2F503) is known color: Electric Lime. HEX triplet: D2, F5 and 03. RGB value is (210,245,3). Sum of RGB (Red+Green+Blue) = 210+245+3=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F503 is #2D0AFC. Grayscale: #CFCFCF. Windows color (decimal): -2951933 or 259538. OLE color: 259538.
HSL color Cylindrical-coordinate representation of color #D2F503: hue angle of 68.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2F503 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.04 |
| HSL | 68.68º | 0.98% | 0.49% | - |
| HSV(B) | 68.68º | 0.99% | 0.96% | - |
| XYZ | 59.25 | 79.01 | 12.21 | - |
| YUV | 206.95 | 12.9 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 3 | 0.14 | 0 | 0.99 | 0.04 | 68.68 | 0.98 | 0.49 |
| Hex | D2 | F5 | 3 | E | 0 | 63 | 4 | 45 | 62 | 31 |
| Octal | 322 | 365 | 3 | 16 | 0 | 143 | 4 | 105 | 142 | 61 |
| Binary | 11010010 | 11110101 | 11 | 1110 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110001 |
Color Harmonies of #D2F503
Complementary color
Monochromatic Colors of #D2F503
Black with #D2F503
Text Example
Text Example
White with #D2F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F503; }
p { color: rgb(210,245,3); }
H1.HeaderClassName
{
color: #D2F503;
}
.AnyTagClassName
{
color: #D2F503;
}
</style>
background-color css
<style>
a { background-color: #D2F503; }
a { background-color: rgb(210,245,3); }
div.DivClassName
{
background-color: #D2F503;
}
.BgClassName
{
background-color: #D2F503;
}
</style>
border-color css
<style>
span { border-color: #D2F503; }
span { border-color: rgb(210,245,3); }
td.TdClassName
{
border-color: #D2F503;
}
.TagClassName
{
border-color: #D2F503;
}
</style>