Shades of Electric Lime #D4FB19
Tints of Electric Lime #D4FB19
RGB
CMYK
RGB Variations
Color information
#D4FB19 (or 0xD4FB19) is known color: Electric Lime. HEX triplet: D4, FB and 19. RGB value is (212,251,25). Sum of RGB (Red+Green+Blue) = 212+251+25=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FB19 is #2B04E6. Grayscale: #D6D6D6. Windows color (decimal): -2819303 or 1702868. OLE color: 1702868.
HSL color Cylindrical-coordinate representation of color #D4FB19: hue angle of 70.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4FB19 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 25 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.02 |
| HSL | 70.35º | 0.97% | 0.54% | - |
| HSV(B) | 70.35º | 0.9% | 0.98% | - |
| XYZ | 61.82 | 83.06 | 13.69 | - |
| YUV | 213.58 | 21.58 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 25 | 0.16 | 0 | 0.90 | 0.02 | 70.35 | 0.97 | 0.54 |
| Hex | D4 | FB | 19 | 10 | 0 | 5A | 2 | 46 | 61 | 36 |
| Octal | 324 | 373 | 31 | 20 | 0 | 132 | 2 | 106 | 141 | 66 |
| Binary | 11010100 | 11111011 | 11001 | 10000 | 0 | 1011010 | 10 | 1000110 | 1100001 | 110110 |
Color Harmonies of #D4FB19
Complementary color
Monochromatic Colors of #D4FB19
Black with #D4FB19
Text Example
Text Example
White with #D4FB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB19; }
p { color: rgb(212,251,25); }
H1.HeaderClassName
{
color: #D4FB19;
}
.AnyTagClassName
{
color: #D4FB19;
}
</style>
background-color css
<style>
a { background-color: #D4FB19; }
a { background-color: rgb(212,251,25); }
div.DivClassName
{
background-color: #D4FB19;
}
.BgClassName
{
background-color: #D4FB19;
}
</style>
border-color css
<style>
span { border-color: #D4FB19; }
span { border-color: rgb(212,251,25); }
td.TdClassName
{
border-color: #D4FB19;
}
.TagClassName
{
border-color: #D4FB19;
}
</style>