Shades of Electric Lime #D4FB05
Tints of Electric Lime #D4FB05
RGB
CMYK
RGB Variations
Color information
#D4FB05 (or 0xD4FB05) is known color: Electric Lime. HEX triplet: D4, FB and 05. RGB value is (212,251,5). Sum of RGB (Red+Green+Blue) = 212+251+5=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FB05 is #2B04FA. Grayscale: #D4D4D4. Windows color (decimal): -2819323 or 392148. OLE color: 392148.
HSL color Cylindrical-coordinate representation of color #D4FB05: hue angle of 69.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4FB05 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.02 |
| HSL | 69.51º | 0.97% | 0.5% | - |
| HSV(B) | 69.51º | 0.98% | 0.98% | - |
| XYZ | 61.68 | 83 | 12.91 | - |
| YUV | 211.3 | 11.58 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 5 | 0.16 | 0 | 0.98 | 0.02 | 69.51 | 0.97 | 0.5 |
| Hex | D4 | FB | 5 | 10 | 0 | 62 | 2 | 46 | 61 | 32 |
| Octal | 324 | 373 | 5 | 20 | 0 | 142 | 2 | 106 | 141 | 62 |
| Binary | 11010100 | 11111011 | 101 | 10000 | 0 | 1100010 | 10 | 1000110 | 1100001 | 110010 |
Color Harmonies of #D4FB05
Complementary color
Monochromatic Colors of #D4FB05
Black with #D4FB05
Text Example
Text Example
White with #D4FB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB05; }
p { color: rgb(212,251,5); }
H1.HeaderClassName
{
color: #D4FB05;
}
.AnyTagClassName
{
color: #D4FB05;
}
</style>
background-color css
<style>
a { background-color: #D4FB05; }
a { background-color: rgb(212,251,5); }
div.DivClassName
{
background-color: #D4FB05;
}
.BgClassName
{
background-color: #D4FB05;
}
</style>
border-color css
<style>
span { border-color: #D4FB05; }
span { border-color: rgb(212,251,5); }
td.TdClassName
{
border-color: #D4FB05;
}
.TagClassName
{
border-color: #D4FB05;
}
</style>