Shades of Lime Green #16D82D
Tints of Lime Green #16D82D
RGB
CMYK
RGB Variations
Color information
#16D82D (or 0x16D82D) is known color: Lime Green. HEX triplet: 16, D8 and 2D. RGB value is (22,216,45). Sum of RGB (Red+Green+Blue) = 22+216+45=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #16D82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D82D is #E927D2. Grayscale: #8A8A8A. Windows color (decimal): -15280083 or 3004438. OLE color: 3004438.
HSL color Cylindrical-coordinate representation of color #16D82D: hue angle of 127.11º 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 #16D82D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 45 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.15 |
| HSL | 127.11º | 0.82% | 0.47% | - |
| HSV(B) | 127.11º | 0.9% | 0.85% | - |
| XYZ | 25.36 | 49.47 | 10.7 | - |
| YUV | 138.5 | 75.23 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 45 | 0.90 | 0 | 0.79 | 0.15 | 127.11 | 0.82 | 0.47 |
| Hex | 16 | D8 | 2D | 5A | 0 | 4F | F | 7F | 52 | 2F |
| Octal | 26 | 330 | 55 | 132 | 0 | 117 | 17 | 177 | 122 | 57 |
| Binary | 10110 | 11011000 | 101101 | 1011010 | 0 | 1001111 | 1111 | 1111111 | 1010010 | 101111 |
Color Harmonies of #16D82D
Complementary color
Monochromatic Colors of #16D82D
Black with #16D82D
Text Example
Text Example
White with #16D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D82D; }
p { color: rgb(22,216,45); }
H1.HeaderClassName
{
color: #16D82D;
}
.AnyTagClassName
{
color: #16D82D;
}
</style>
background-color css
<style>
a { background-color: #16D82D; }
a { background-color: rgb(22,216,45); }
div.DivClassName
{
background-color: #16D82D;
}
.BgClassName
{
background-color: #16D82D;
}
</style>
border-color css
<style>
span { border-color: #16D82D; }
span { border-color: rgb(22,216,45); }
td.TdClassName
{
border-color: #16D82D;
}
.TagClassName
{
border-color: #16D82D;
}
</style>