Shades of Lime Green #16C11E
Tints of Lime Green #16C11E
RGB
CMYK
RGB Variations
Color information
#16C11E (or 0x16C11E) is known color: Lime Green. HEX triplet: 16, C1 and 1E. RGB value is (22,193,30). Sum of RGB (Red+Green+Blue) = 22+193+30=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #16C11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C11E is #E93EE1. Grayscale: #7B7B7B. Windows color (decimal): -15285986 or 2015510. OLE color: 2015510.
HSL color Cylindrical-coordinate representation of color #16C11E: hue angle of 122.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C11E is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 30 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.24 |
| HSL | 122.81º | 0.8% | 0.42% | - |
| HSV(B) | 122.81º | 0.89% | 0.76% | - |
| XYZ | 19.64 | 38.4 | 7.61 | - |
| YUV | 123.29 | 75.35 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 30 | 0.89 | 0 | 0.84 | 0.24 | 122.81 | 0.8 | 0.42 |
| Hex | 16 | C1 | 1E | 59 | 0 | 54 | 18 | 7B | 50 | 2A |
| Octal | 26 | 301 | 36 | 131 | 0 | 124 | 30 | 173 | 120 | 52 |
| Binary | 10110 | 11000001 | 11110 | 1011001 | 0 | 1010100 | 11000 | 1111011 | 1010000 | 101010 |
Color Harmonies of #16C11E
Complementary color
Monochromatic Colors of #16C11E
Black with #16C11E
Text Example
Text Example
White with #16C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C11E; }
p { color: rgb(22,193,30); }
H1.HeaderClassName
{
color: #16C11E;
}
.AnyTagClassName
{
color: #16C11E;
}
</style>
background-color css
<style>
a { background-color: #16C11E; }
a { background-color: rgb(22,193,30); }
div.DivClassName
{
background-color: #16C11E;
}
.BgClassName
{
background-color: #16C11E;
}
</style>
border-color css
<style>
span { border-color: #16C11E; }
span { border-color: rgb(22,193,30); }
td.TdClassName
{
border-color: #16C11E;
}
.TagClassName
{
border-color: #16C11E;
}
</style>