Shades of Electric Lime #D1F412
Tints of Electric Lime #D1F412
RGB
CMYK
RGB Variations
Color information
#D1F412 (or 0xD1F412) is known color: Electric Lime. HEX triplet: D1, F4 and 12. RGB value is (209,244,18). Sum of RGB (Red+Green+Blue) = 209+244+18=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F412 is #2E0BED. Grayscale: #D0D0D0. Windows color (decimal): -3017710 or 1242321. OLE color: 1242321.
HSL color Cylindrical-coordinate representation of color #D1F412: hue angle of 69.29º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F412 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 18 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.04 |
| HSL | 69.29º | 0.91% | 0.51% | - |
| HSV(B) | 69.29º | 0.93% | 0.96% | - |
| XYZ | 58.75 | 78.3 | 12.59 | - |
| YUV | 207.77 | 20.9 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 18 | 0.14 | 0 | 0.93 | 0.04 | 69.29 | 0.91 | 0.51 |
| Hex | D1 | F4 | 12 | E | 0 | 5D | 4 | 45 | 5B | 33 |
| Octal | 321 | 364 | 22 | 16 | 0 | 135 | 4 | 105 | 133 | 63 |
| Binary | 11010001 | 11110100 | 10010 | 1110 | 0 | 1011101 | 100 | 1000101 | 1011011 | 110011 |
Color Harmonies of #D1F412
Complementary color
Monochromatic Colors of #D1F412
Black with #D1F412
Text Example
Text Example
White with #D1F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F412; }
p { color: rgb(209,244,18); }
H1.HeaderClassName
{
color: #D1F412;
}
.AnyTagClassName
{
color: #D1F412;
}
</style>
background-color css
<style>
a { background-color: #D1F412; }
a { background-color: rgb(209,244,18); }
div.DivClassName
{
background-color: #D1F412;
}
.BgClassName
{
background-color: #D1F412;
}
</style>
border-color css
<style>
span { border-color: #D1F412; }
span { border-color: rgb(209,244,18); }
td.TdClassName
{
border-color: #D1F412;
}
.TagClassName
{
border-color: #D1F412;
}
</style>