Shades of Lime Green #16E129
Tints of Lime Green #16E129
RGB
CMYK
RGB Variations
Color information
#16E129 (or 0x16E129) is known color: Lime Green. HEX triplet: 16, E1 and 29. RGB value is (22,225,41). Sum of RGB (Red+Green+Blue) = 22+225+41=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 225 (88.28% from 255 or 78.12% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 225 - color contains mainly: green. Hex color #16E129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E129 is #E91ED6. Grayscale: #8F8F8F. Windows color (decimal): -15277783 or 2744598. OLE color: 2744598.
HSL color Cylindrical-coordinate representation of color #16E129: hue angle of 125.62º 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 #16E129 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 41 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.12 |
| HSL | 125.62º | 0.82% | 0.48% | - |
| HSV(B) | 125.62º | 0.9% | 0.88% | - |
| XYZ | 27.66 | 54.18 | 11.1 | - |
| YUV | 143.33 | 70.25 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 41 | 0.90 | 0 | 0.82 | 0.12 | 125.62 | 0.82 | 0.48 |
| Hex | 16 | E1 | 29 | 5A | 0 | 52 | C | 7E | 52 | 30 |
| Octal | 26 | 341 | 51 | 132 | 0 | 122 | 14 | 176 | 122 | 60 |
| Binary | 10110 | 11100001 | 101001 | 1011010 | 0 | 1010010 | 1100 | 1111110 | 1010010 | 110000 |
Color Harmonies of #16E129
Complementary color
Monochromatic Colors of #16E129
Black with #16E129
Text Example
Text Example
White with #16E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E129; }
p { color: rgb(22,225,41); }
H1.HeaderClassName
{
color: #16E129;
}
.AnyTagClassName
{
color: #16E129;
}
</style>
background-color css
<style>
a { background-color: #16E129; }
a { background-color: rgb(22,225,41); }
div.DivClassName
{
background-color: #16E129;
}
.BgClassName
{
background-color: #16E129;
}
</style>
border-color css
<style>
span { border-color: #16E129; }
span { border-color: rgb(22,225,41); }
td.TdClassName
{
border-color: #16E129;
}
.TagClassName
{
border-color: #16E129;
}
</style>