Shades of Electric Lime #D1F016
Tints of Electric Lime #D1F016
RGB
CMYK
RGB Variations
Color information
#D1F016 (or 0xD1F016) is known color: Electric Lime. HEX triplet: D1, F0 and 16. RGB value is (209,240,22). Sum of RGB (Red+Green+Blue) = 209+240+22=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F016 is #2E0FE9. Grayscale: #CECECE. Windows color (decimal): -3018730 or 1503441. OLE color: 1503441.
HSL color Cylindrical-coordinate representation of color #D1F016: hue angle of 68.53º 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 #D1F016 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.06 |
| HSL | 68.53º | 0.88% | 0.51% | - |
| HSV(B) | 68.53º | 0.91% | 0.94% | - |
| XYZ | 57.6 | 75.93 | 12.38 | - |
| YUV | 205.88 | 24.23 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 22 | 0.13 | 0 | 0.91 | 0.06 | 68.53 | 0.88 | 0.51 |
| Hex | D1 | F0 | 16 | D | 0 | 5B | 6 | 45 | 58 | 33 |
| Octal | 321 | 360 | 26 | 15 | 0 | 133 | 6 | 105 | 130 | 63 |
| Binary | 11010001 | 11110000 | 10110 | 1101 | 0 | 1011011 | 110 | 1000101 | 1011000 | 110011 |
Color Harmonies of #D1F016
Complementary color
Monochromatic Colors of #D1F016
Black with #D1F016
Text Example
Text Example
White with #D1F016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F016; }
p { color: rgb(209,240,22); }
H1.HeaderClassName
{
color: #D1F016;
}
.AnyTagClassName
{
color: #D1F016;
}
</style>
background-color css
<style>
a { background-color: #D1F016; }
a { background-color: rgb(209,240,22); }
div.DivClassName
{
background-color: #D1F016;
}
.BgClassName
{
background-color: #D1F016;
}
</style>
border-color css
<style>
span { border-color: #D1F016; }
span { border-color: rgb(209,240,22); }
td.TdClassName
{
border-color: #D1F016;
}
.TagClassName
{
border-color: #D1F016;
}
</style>