Shades of Electric Lime #D0F403
Tints of Electric Lime #D0F403
RGB
CMYK
RGB Variations
Color information
#D0F403 (or 0xD0F403) is known color: Electric Lime. HEX triplet: D0, F4 and 03. RGB value is (208,244,3). Sum of RGB (Red+Green+Blue) = 208+244+3=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F403 is #2F0BFC. Grayscale: #CECECE. Windows color (decimal): -3083261 or 259280. OLE color: 259280.
HSL color Cylindrical-coordinate representation of color #D0F403: hue angle of 68.96º 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 #D0F403 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.04 |
| HSL | 68.96º | 0.98% | 0.48% | - |
| HSV(B) | 68.96º | 0.99% | 0.96% | - |
| XYZ | 58.38 | 78.12 | 12.09 | - |
| YUV | 205.76 | 13.57 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 3 | 0.15 | 0 | 0.99 | 0.04 | 68.96 | 0.98 | 0.48 |
| Hex | D0 | F4 | 3 | F | 0 | 63 | 4 | 45 | 62 | 30 |
| Octal | 320 | 364 | 3 | 17 | 0 | 143 | 4 | 105 | 142 | 60 |
| Binary | 11010000 | 11110100 | 11 | 1111 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110000 |
Color Harmonies of #D0F403
Complementary color
Monochromatic Colors of #D0F403
Black with #D0F403
Text Example
Text Example
White with #D0F403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F403; }
p { color: rgb(208,244,3); }
H1.HeaderClassName
{
color: #D0F403;
}
.AnyTagClassName
{
color: #D0F403;
}
</style>
background-color css
<style>
a { background-color: #D0F403; }
a { background-color: rgb(208,244,3); }
div.DivClassName
{
background-color: #D0F403;
}
.BgClassName
{
background-color: #D0F403;
}
</style>
border-color css
<style>
span { border-color: #D0F403; }
span { border-color: rgb(208,244,3); }
td.TdClassName
{
border-color: #D0F403;
}
.TagClassName
{
border-color: #D0F403;
}
</style>