Shades of Electric Lime #D1F112
Tints of Electric Lime #D1F112
RGB
CMYK
RGB Variations
Color information
#D1F112 (or 0xD1F112) is known color: Electric Lime. HEX triplet: D1, F1 and 12. RGB value is (209,241,18). Sum of RGB (Red+Green+Blue) = 209+241+18=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F112 is #2E0EED. Grayscale: #CECECE. Windows color (decimal): -3018478 or 1241553. OLE color: 1241553.
HSL color Cylindrical-coordinate representation of color #D1F112: hue angle of 68.61º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F112 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 18 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.05 |
| HSL | 68.61º | 0.89% | 0.51% | - |
| HSV(B) | 68.61º | 0.93% | 0.95% | - |
| XYZ | 57.86 | 76.51 | 12.29 | - |
| YUV | 206.01 | 21.9 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 18 | 0.13 | 0 | 0.93 | 0.05 | 68.61 | 0.89 | 0.51 |
| Hex | D1 | F1 | 12 | D | 0 | 5D | 5 | 45 | 59 | 33 |
| Octal | 321 | 361 | 22 | 15 | 0 | 135 | 5 | 105 | 131 | 63 |
| Binary | 11010001 | 11110001 | 10010 | 1101 | 0 | 1011101 | 101 | 1000101 | 1011001 | 110011 |
Color Harmonies of #D1F112
Complementary color
Monochromatic Colors of #D1F112
Black with #D1F112
Text Example
Text Example
White with #D1F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F112; }
p { color: rgb(209,241,18); }
H1.HeaderClassName
{
color: #D1F112;
}
.AnyTagClassName
{
color: #D1F112;
}
</style>
background-color css
<style>
a { background-color: #D1F112; }
a { background-color: rgb(209,241,18); }
div.DivClassName
{
background-color: #D1F112;
}
.BgClassName
{
background-color: #D1F112;
}
</style>
border-color css
<style>
span { border-color: #D1F112; }
span { border-color: rgb(209,241,18); }
td.TdClassName
{
border-color: #D1F112;
}
.TagClassName
{
border-color: #D1F112;
}
</style>