Shades of Lime Green #16D92C
Tints of Lime Green #16D92C
RGB
CMYK
RGB Variations
Color information
#16D92C (or 0x16D92C) is known color: Lime Green. HEX triplet: 16, D9 and 2C. RGB value is (22,217,44). Sum of RGB (Red+Green+Blue) = 22+217+44=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #16D92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D92C is #E926D3. Grayscale: #8B8B8B. Windows color (decimal): -15279828 or 2939158. OLE color: 2939158.
HSL color Cylindrical-coordinate representation of color #16D92C: hue angle of 126.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D92C is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 44 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.15 |
| HSL | 126.77º | 0.82% | 0.47% | - |
| HSV(B) | 126.77º | 0.9% | 0.85% | - |
| XYZ | 25.6 | 49.98 | 10.68 | - |
| YUV | 138.97 | 74.4 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 44 | 0.90 | 0 | 0.80 | 0.15 | 126.77 | 0.82 | 0.47 |
| Hex | 16 | D9 | 2C | 5A | 0 | 50 | F | 7F | 52 | 2F |
| Octal | 26 | 331 | 54 | 132 | 0 | 120 | 17 | 177 | 122 | 57 |
| Binary | 10110 | 11011001 | 101100 | 1011010 | 0 | 1010000 | 1111 | 1111111 | 1010010 | 101111 |
Color Harmonies of #16D92C
Complementary color
Monochromatic Colors of #16D92C
Black with #16D92C
Text Example
Text Example
White with #16D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D92C; }
p { color: rgb(22,217,44); }
H1.HeaderClassName
{
color: #16D92C;
}
.AnyTagClassName
{
color: #16D92C;
}
</style>
background-color css
<style>
a { background-color: #16D92C; }
a { background-color: rgb(22,217,44); }
div.DivClassName
{
background-color: #16D92C;
}
.BgClassName
{
background-color: #16D92C;
}
</style>
border-color css
<style>
span { border-color: #16D92C; }
span { border-color: rgb(22,217,44); }
td.TdClassName
{
border-color: #16D92C;
}
.TagClassName
{
border-color: #16D92C;
}
</style>