Shades of Lime Green #16E12D
Tints of Lime Green #16E12D
RGB
CMYK
RGB Variations
Color information
#16E12D (or 0x16E12D) is known color: Lime Green. HEX triplet: 16, E1 and 2D. RGB value is (22,225,45). Sum of RGB (Red+Green+Blue) = 22+225+45=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #16E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E12D is #E91ED2. Grayscale: #909090. Windows color (decimal): -15277779 or 3006742. OLE color: 3006742.
HSL color Cylindrical-coordinate representation of color #16E12D: hue angle of 126.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E12D is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 45 | - |
| CMYK | 0.90 | 0 | 0.8 | 0.12 |
| HSL | 126.8º | 0.82% | 0.48% | - |
| HSV(B) | 126.8º | 0.9% | 0.88% | - |
| XYZ | 27.73 | 54.21 | 11.48 | - |
| YUV | 143.78 | 72.25 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 45 | 0.90 | 0 | 0.8 | 0.12 | 126.8 | 0.82 | 0.48 |
| Hex | 16 | E1 | 2D | 5A | 0 | 50 | C | 7F | 52 | 30 |
| Octal | 26 | 341 | 55 | 132 | 0 | 120 | 14 | 177 | 122 | 60 |
| Binary | 10110 | 11100001 | 101101 | 1011010 | 0 | 1010000 | 1100 | 1111111 | 1010010 | 110000 |
Color Harmonies of #16E12D
Complementary color
Monochromatic Colors of #16E12D
Black with #16E12D
Text Example
Text Example
White with #16E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E12D; }
p { color: rgb(22,225,45); }
H1.HeaderClassName
{
color: #16E12D;
}
.AnyTagClassName
{
color: #16E12D;
}
</style>
background-color css
<style>
a { background-color: #16E12D; }
a { background-color: rgb(22,225,45); }
div.DivClassName
{
background-color: #16E12D;
}
.BgClassName
{
background-color: #16E12D;
}
</style>
border-color css
<style>
span { border-color: #16E12D; }
span { border-color: rgb(22,225,45); }
td.TdClassName
{
border-color: #16E12D;
}
.TagClassName
{
border-color: #16E12D;
}
</style>