Shades of Lime Green #16D82B
Tints of Lime Green #16D82B
RGB
CMYK
RGB Variations
Color information
#16D82B (or 0x16D82B) is known color: Lime Green. HEX triplet: 16, D8 and 2B. RGB value is (22,216,43). Sum of RGB (Red+Green+Blue) = 22+216+43=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #16D82B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D82B is #E927D4. Grayscale: #8A8A8A. Windows color (decimal): -15280085 or 2873366. OLE color: 2873366.
HSL color Cylindrical-coordinate representation of color #16D82B: hue angle of 126.49º 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 #16D82B is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 43 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.15 |
| HSL | 126.49º | 0.82% | 0.47% | - |
| HSV(B) | 126.49º | 0.9% | 0.85% | - |
| XYZ | 25.32 | 49.46 | 10.5 | - |
| YUV | 138.27 | 74.23 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 43 | 0.90 | 0 | 0.80 | 0.15 | 126.49 | 0.82 | 0.47 |
| Hex | 16 | D8 | 2B | 5A | 0 | 50 | F | 7E | 52 | 2F |
| Octal | 26 | 330 | 53 | 132 | 0 | 120 | 17 | 176 | 122 | 57 |
| Binary | 10110 | 11011000 | 101011 | 1011010 | 0 | 1010000 | 1111 | 1111110 | 1010010 | 101111 |
Color Harmonies of #16D82B
Complementary color
Monochromatic Colors of #16D82B
Black with #16D82B
Text Example
Text Example
White with #16D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D82B; }
p { color: rgb(22,216,43); }
H1.HeaderClassName
{
color: #16D82B;
}
.AnyTagClassName
{
color: #16D82B;
}
</style>
background-color css
<style>
a { background-color: #16D82B; }
a { background-color: rgb(22,216,43); }
div.DivClassName
{
background-color: #16D82B;
}
.BgClassName
{
background-color: #16D82B;
}
</style>
border-color css
<style>
span { border-color: #16D82B; }
span { border-color: rgb(22,216,43); }
td.TdClassName
{
border-color: #16D82B;
}
.TagClassName
{
border-color: #16D82B;
}
</style>