Shades of Electric Lime #D4FE03
Tints of Electric Lime #D4FE03
RGB
CMYK
RGB Variations
Color information
#D4FE03 (or 0xD4FE03) is known color: Electric Lime. HEX triplet: D4, FE and 03. RGB value is (212,254,3). Sum of RGB (Red+Green+Blue) = 212+254+3=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 3 (1.56% from 255 or 0.64% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FE03 is #2B01FC. Grayscale: #D5D5D5. Windows color (decimal): -2818557 or 261844. OLE color: 261844.
HSL color Cylindrical-coordinate representation of color #D4FE03: hue angle of 70.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4FE03 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.00 |
| HSL | 70.04º | 0.99% | 0.5% | - |
| HSV(B) | 70.04º | 0.99% | 1% | - |
| XYZ | 62.61 | 84.89 | 13.17 | - |
| YUV | 212.83 | 9.59 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 3 | 0.17 | 0 | 0.99 | 0.00 | 70.04 | 0.99 | 0.5 |
| Hex | D4 | FE | 3 | 11 | 0 | 63 | 0 | 46 | 63 | 32 |
| Octal | 324 | 376 | 3 | 21 | 0 | 143 | 0 | 106 | 143 | 62 |
| Binary | 11010100 | 11111110 | 11 | 10001 | 0 | 1100011 | 0 | 1000110 | 1100011 | 110010 |
Color Harmonies of #D4FE03
Complementary color
Monochromatic Colors of #D4FE03
Black with #D4FE03
Text Example
Text Example
White with #D4FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE03; }
p { color: rgb(212,254,3); }
H1.HeaderClassName
{
color: #D4FE03;
}
.AnyTagClassName
{
color: #D4FE03;
}
</style>
background-color css
<style>
a { background-color: #D4FE03; }
a { background-color: rgb(212,254,3); }
div.DivClassName
{
background-color: #D4FE03;
}
.BgClassName
{
background-color: #D4FE03;
}
</style>
border-color css
<style>
span { border-color: #D4FE03; }
span { border-color: rgb(212,254,3); }
td.TdClassName
{
border-color: #D4FE03;
}
.TagClassName
{
border-color: #D4FE03;
}
</style>