Shades of Lime Green #16D124
Tints of Lime Green #16D124
RGB
CMYK
RGB Variations
Color information
#16D124 (or 0x16D124) is known color: Lime Green. HEX triplet: 16, D1 and 24. RGB value is (22,209,36). Sum of RGB (Red+Green+Blue) = 22+209+36=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 209 (82.03% from 255 or 78.28% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 209 - color contains mainly: green. Hex color #16D124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D124 is #E92EDB. Grayscale: #858585. Windows color (decimal): -15281884 or 2412822. OLE color: 2412822.
HSL color Cylindrical-coordinate representation of color #16D124: hue angle of 124.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D124 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 209 | 36 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.18 |
| HSL | 124.49º | 0.81% | 0.45% | - |
| HSV(B) | 124.49º | 0.89% | 0.82% | - |
| XYZ | 23.45 | 45.9 | 9.29 | - |
| YUV | 133.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 36 | 0.89 | 0 | 0.83 | 0.18 | 124.49 | 0.81 | 0.45 |
| Hex | 16 | D1 | 24 | 59 | 0 | 53 | 12 | 7C | 51 | 2D |
| Octal | 26 | 321 | 44 | 131 | 0 | 123 | 22 | 174 | 121 | 55 |
| Binary | 10110 | 11010001 | 100100 | 1011001 | 0 | 1010011 | 10010 | 1111100 | 1010001 | 101101 |
Color Harmonies of #16D124
Complementary color
Monochromatic Colors of #16D124
Black with #16D124
Text Example
Text Example
White with #16D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D124; }
p { color: rgb(22,209,36); }
H1.HeaderClassName
{
color: #16D124;
}
.AnyTagClassName
{
color: #16D124;
}
</style>
background-color css
<style>
a { background-color: #16D124; }
a { background-color: rgb(22,209,36); }
div.DivClassName
{
background-color: #16D124;
}
.BgClassName
{
background-color: #16D124;
}
</style>
border-color css
<style>
span { border-color: #16D124; }
span { border-color: rgb(22,209,36); }
td.TdClassName
{
border-color: #16D124;
}
.TagClassName
{
border-color: #16D124;
}
</style>