Shades of Electric Lime #D4FE02
Tints of Electric Lime #D4FE02
RGB
CMYK
RGB Variations
Color information
#D4FE02 (or 0xD4FE02) is known color: Electric Lime. HEX triplet: D4, FE and 02. RGB value is (212,254,2). Sum of RGB (Red+Green+Blue) = 212+254+2=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FE02 is #2B01FD. Grayscale: #D5D5D5. Windows color (decimal): -2818558 or 196308. OLE color: 196308.
HSL color Cylindrical-coordinate representation of color #D4FE02: hue angle of 70º 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 #D4FE02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.00 |
| HSL | 70º | 0.99% | 0.5% | - |
| HSV(B) | 70º | 0.99% | 1% | - |
| XYZ | 62.6 | 84.89 | 13.14 | - |
| YUV | 212.71 | 9.09 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 2 | 0.17 | 0 | 0.99 | 0.00 | 70 | 0.99 | 0.5 |
| Hex | D4 | FE | 2 | 11 | 0 | 63 | 0 | 46 | 63 | 32 |
| Octal | 324 | 376 | 2 | 21 | 0 | 143 | 0 | 106 | 143 | 62 |
| Binary | 11010100 | 11111110 | 10 | 10001 | 0 | 1100011 | 0 | 1000110 | 1100011 | 110010 |
Color Harmonies of #D4FE02
Complementary color
Monochromatic Colors of #D4FE02
Black with #D4FE02
Text Example
Text Example
White with #D4FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE02; }
p { color: rgb(212,254,2); }
H1.HeaderClassName
{
color: #D4FE02;
}
.AnyTagClassName
{
color: #D4FE02;
}
</style>
background-color css
<style>
a { background-color: #D4FE02; }
a { background-color: rgb(212,254,2); }
div.DivClassName
{
background-color: #D4FE02;
}
.BgClassName
{
background-color: #D4FE02;
}
</style>
border-color css
<style>
span { border-color: #D4FE02; }
span { border-color: rgb(212,254,2); }
td.TdClassName
{
border-color: #D4FE02;
}
.TagClassName
{
border-color: #D4FE02;
}
</style>