Shades of Lime Green #16B51E
Tints of Lime Green #16B51E
RGB
CMYK
RGB Variations
Color information
#16B51E (or 0x16B51E) is known color: Lime Green. HEX triplet: 16, B5 and 1E. RGB value is (22,181,30). Sum of RGB (Red+Green+Blue) = 22+181+30=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #16B51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B51E is #E94AE1. Grayscale: #747474. Windows color (decimal): -15289058 or 2012438. OLE color: 2012438.
HSL color Cylindrical-coordinate representation of color #16B51E: hue angle of 123.02º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B51E is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 181 | 30 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.29 |
| HSL | 123.02º | 0.78% | 0.4% | - |
| HSV(B) | 123.02º | 0.88% | 0.71% | - |
| XYZ | 17.09 | 33.31 | 6.76 | - |
| YUV | 116.25 | 79.32 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 30 | 0.88 | 0 | 0.83 | 0.29 | 123.02 | 0.78 | 0.4 |
| Hex | 16 | B5 | 1E | 58 | 0 | 53 | 1D | 7B | 4E | 28 |
| Octal | 26 | 265 | 36 | 130 | 0 | 123 | 35 | 173 | 116 | 50 |
| Binary | 10110 | 10110101 | 11110 | 1011000 | 0 | 1010011 | 11101 | 1111011 | 1001110 | 101000 |
Color Harmonies of #16B51E
Complementary color
Monochromatic Colors of #16B51E
Black with #16B51E
Text Example
Text Example
White with #16B51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B51E; }
p { color: rgb(22,181,30); }
H1.HeaderClassName
{
color: #16B51E;
}
.AnyTagClassName
{
color: #16B51E;
}
</style>
background-color css
<style>
a { background-color: #16B51E; }
a { background-color: rgb(22,181,30); }
div.DivClassName
{
background-color: #16B51E;
}
.BgClassName
{
background-color: #16B51E;
}
</style>
border-color css
<style>
span { border-color: #16B51E; }
span { border-color: rgb(22,181,30); }
td.TdClassName
{
border-color: #16B51E;
}
.TagClassName
{
border-color: #16B51E;
}
</style>