Shades of Electric Lime #D4FE08
Tints of Electric Lime #D4FE08
RGB
CMYK
RGB Variations
Color information
#D4FE08 (or 0xD4FE08) is known color: Electric Lime. HEX triplet: D4, FE and 08. RGB value is (212,254,8). Sum of RGB (Red+Green+Blue) = 212+254+8=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FE08 is #2B01F7. Grayscale: #D6D6D6. Windows color (decimal): -2818552 or 589524. OLE color: 589524.
HSL color Cylindrical-coordinate representation of color #D4FE08: hue angle of 70.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4FE08 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.00 |
| HSL | 70.24º | 0.99% | 0.51% | - |
| HSV(B) | 70.24º | 0.97% | 1% | - |
| XYZ | 62.64 | 84.9 | 13.32 | - |
| YUV | 213.4 | 12.09 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 8 | 0.17 | 0 | 0.97 | 0.00 | 70.24 | 0.99 | 0.51 |
| Hex | D4 | FE | 8 | 11 | 0 | 61 | 0 | 46 | 63 | 33 |
| Octal | 324 | 376 | 10 | 21 | 0 | 141 | 0 | 106 | 143 | 63 |
| Binary | 11010100 | 11111110 | 1000 | 10001 | 0 | 1100001 | 0 | 1000110 | 1100011 | 110011 |
Color Harmonies of #D4FE08
Complementary color
Monochromatic Colors of #D4FE08
Black with #D4FE08
Text Example
Text Example
White with #D4FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE08; }
p { color: rgb(212,254,8); }
H1.HeaderClassName
{
color: #D4FE08;
}
.AnyTagClassName
{
color: #D4FE08;
}
</style>
background-color css
<style>
a { background-color: #D4FE08; }
a { background-color: rgb(212,254,8); }
div.DivClassName
{
background-color: #D4FE08;
}
.BgClassName
{
background-color: #D4FE08;
}
</style>
border-color css
<style>
span { border-color: #D4FE08; }
span { border-color: rgb(212,254,8); }
td.TdClassName
{
border-color: #D4FE08;
}
.TagClassName
{
border-color: #D4FE08;
}
</style>