Shades of Lime Green #16D130
Tints of Lime Green #16D130
RGB
CMYK
RGB Variations
Color information
#16D130 (or 0x16D130) is known color: Lime Green. HEX triplet: 16, D1 and 30. RGB value is (22,209,48). Sum of RGB (Red+Green+Blue) = 22+209+48=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 209 (82.03% from 255 or 74.91% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 209 - color contains mainly: green. Hex color #16D130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D130 is #E92ECF. Grayscale: #878787. Windows color (decimal): -15281872 or 3199254. OLE color: 3199254.
HSL color Cylindrical-coordinate representation of color #16D130: hue angle of 128.34º 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 #16D130 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 209 | 48 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.18 |
| HSL | 128.34º | 0.81% | 0.45% | - |
| HSV(B) | 128.34º | 0.89% | 0.82% | - |
| XYZ | 23.66 | 45.98 | 10.43 | - |
| YUV | 134.73 | 79.05 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 48 | 0.89 | 0 | 0.77 | 0.18 | 128.34 | 0.81 | 0.45 |
| Hex | 16 | D1 | 30 | 59 | 0 | 4D | 12 | 80 | 51 | 2D |
| Octal | 26 | 321 | 60 | 131 | 0 | 115 | 22 | 200 | 121 | 55 |
| Binary | 10110 | 11010001 | 110000 | 1011001 | 0 | 1001101 | 10010 | 10000000 | 1010001 | 101101 |
Color Harmonies of #16D130
Complementary color
Monochromatic Colors of #16D130
Black with #16D130
Text Example
Text Example
White with #16D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D130; }
p { color: rgb(22,209,48); }
H1.HeaderClassName
{
color: #16D130;
}
.AnyTagClassName
{
color: #16D130;
}
</style>
background-color css
<style>
a { background-color: #16D130; }
a { background-color: rgb(22,209,48); }
div.DivClassName
{
background-color: #16D130;
}
.BgClassName
{
background-color: #16D130;
}
</style>
border-color css
<style>
span { border-color: #16D130; }
span { border-color: rgb(22,209,48); }
td.TdClassName
{
border-color: #16D130;
}
.TagClassName
{
border-color: #16D130;
}
</style>