Shades of Electric Lime #D2F403
Tints of Electric Lime #D2F403
RGB
CMYK
RGB Variations
Color information
#D2F403 (or 0xD2F403) is known color: Electric Lime. HEX triplet: D2, F4 and 03. RGB value is (210,244,3). Sum of RGB (Red+Green+Blue) = 210+244+3=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F403 is #2D0BFC. Grayscale: #CFCFCF. Windows color (decimal): -2952189 or 259282. OLE color: 259282.
HSL color Cylindrical-coordinate representation of color #D2F403: hue angle of 68.46º 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 #D2F403 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.04 |
| HSL | 68.46º | 0.98% | 0.48% | - |
| HSV(B) | 68.46º | 0.99% | 0.96% | - |
| XYZ | 58.95 | 78.41 | 12.11 | - |
| YUV | 206.36 | 13.24 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 3 | 0.14 | 0 | 0.99 | 0.04 | 68.46 | 0.98 | 0.48 |
| Hex | D2 | F4 | 3 | E | 0 | 63 | 4 | 44 | 62 | 30 |
| Octal | 322 | 364 | 3 | 16 | 0 | 143 | 4 | 104 | 142 | 60 |
| Binary | 11010010 | 11110100 | 11 | 1110 | 0 | 1100011 | 100 | 1000100 | 1100010 | 110000 |
Color Harmonies of #D2F403
Complementary color
Monochromatic Colors of #D2F403
Black with #D2F403
Text Example
Text Example
White with #D2F403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F403; }
p { color: rgb(210,244,3); }
H1.HeaderClassName
{
color: #D2F403;
}
.AnyTagClassName
{
color: #D2F403;
}
</style>
background-color css
<style>
a { background-color: #D2F403; }
a { background-color: rgb(210,244,3); }
div.DivClassName
{
background-color: #D2F403;
}
.BgClassName
{
background-color: #D2F403;
}
</style>
border-color css
<style>
span { border-color: #D2F403; }
span { border-color: rgb(210,244,3); }
td.TdClassName
{
border-color: #D2F403;
}
.TagClassName
{
border-color: #D2F403;
}
</style>