Shades of Lime Green #16C321
Tints of Lime Green #16C321
RGB
CMYK
RGB Variations
Color information
#16C321 (or 0x16C321) is known color: Lime Green. HEX triplet: 16, C3 and 21. RGB value is (22,195,33). Sum of RGB (Red+Green+Blue) = 22+195+33=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #16C321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C321 is #E93CDE. Grayscale: #7D7D7D. Windows color (decimal): -15285471 or 2212630. OLE color: 2212630.
HSL color Cylindrical-coordinate representation of color #16C321: hue angle of 123.82º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C321 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 33 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.24 |
| HSL | 123.82º | 0.8% | 0.43% | - |
| HSV(B) | 123.82º | 0.89% | 0.76% | - |
| XYZ | 20.12 | 39.31 | 7.97 | - |
| YUV | 124.81 | 76.19 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 33 | 0.89 | 0 | 0.83 | 0.24 | 123.82 | 0.8 | 0.43 |
| Hex | 16 | C3 | 21 | 59 | 0 | 53 | 18 | 7C | 50 | 2B |
| Octal | 26 | 303 | 41 | 131 | 0 | 123 | 30 | 174 | 120 | 53 |
| Binary | 10110 | 11000011 | 100001 | 1011001 | 0 | 1010011 | 11000 | 1111100 | 1010000 | 101011 |
Color Harmonies of #16C321
Complementary color
Monochromatic Colors of #16C321
Black with #16C321
Text Example
Text Example
White with #16C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C321; }
p { color: rgb(22,195,33); }
H1.HeaderClassName
{
color: #16C321;
}
.AnyTagClassName
{
color: #16C321;
}
</style>
background-color css
<style>
a { background-color: #16C321; }
a { background-color: rgb(22,195,33); }
div.DivClassName
{
background-color: #16C321;
}
.BgClassName
{
background-color: #16C321;
}
</style>
border-color css
<style>
span { border-color: #16C321; }
span { border-color: rgb(22,195,33); }
td.TdClassName
{
border-color: #16C321;
}
.TagClassName
{
border-color: #16C321;
}
</style>