Shades of Electric Lime #D4F016
Tints of Electric Lime #D4F016
RGB
CMYK
RGB Variations
Color information
#D4F016 (or 0xD4F016) is known color: Electric Lime. HEX triplet: D4, F0 and 16. RGB value is (212,240,22). Sum of RGB (Red+Green+Blue) = 212+240+22=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F016 is #2B0FE9. Grayscale: #CFCFCF. Windows color (decimal): -2822122 or 1503444. OLE color: 1503444.
HSL color Cylindrical-coordinate representation of color #D4F016: hue angle of 67.71º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4F016 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.06 |
| HSL | 67.71º | 0.88% | 0.51% | - |
| HSV(B) | 67.71º | 0.91% | 0.94% | - |
| XYZ | 58.46 | 76.38 | 12.42 | - |
| YUV | 206.78 | 23.72 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 22 | 0.12 | 0 | 0.91 | 0.06 | 67.71 | 0.88 | 0.51 |
| Hex | D4 | F0 | 16 | C | 0 | 5B | 6 | 44 | 58 | 33 |
| Octal | 324 | 360 | 26 | 14 | 0 | 133 | 6 | 104 | 130 | 63 |
| Binary | 11010100 | 11110000 | 10110 | 1100 | 0 | 1011011 | 110 | 1000100 | 1011000 | 110011 |
Color Harmonies of #D4F016
Complementary color
Monochromatic Colors of #D4F016
Black with #D4F016
Text Example
Text Example
White with #D4F016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F016; }
p { color: rgb(212,240,22); }
H1.HeaderClassName
{
color: #D4F016;
}
.AnyTagClassName
{
color: #D4F016;
}
</style>
background-color css
<style>
a { background-color: #D4F016; }
a { background-color: rgb(212,240,22); }
div.DivClassName
{
background-color: #D4F016;
}
.BgClassName
{
background-color: #D4F016;
}
</style>
border-color css
<style>
span { border-color: #D4F016; }
span { border-color: rgb(212,240,22); }
td.TdClassName
{
border-color: #D4F016;
}
.TagClassName
{
border-color: #D4F016;
}
</style>