Shades of Lime Green #16C31E
Tints of Lime Green #16C31E
RGB
CMYK
RGB Variations
Color information
#16C31E (or 0x16C31E) is known color: Lime Green. HEX triplet: 16, C3 and 1E. RGB value is (22,195,30). Sum of RGB (Red+Green+Blue) = 22+195+30=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #16C31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C31E is #E93CE1. Grayscale: #7C7C7C. Windows color (decimal): -15285474 or 2016022. OLE color: 2016022.
HSL color Cylindrical-coordinate representation of color #16C31E: hue angle of 122.77º 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 #16C31E is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 30 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.24 |
| HSL | 122.77º | 0.8% | 0.43% | - |
| HSV(B) | 122.77º | 0.89% | 0.76% | - |
| XYZ | 20.08 | 39.29 | 7.75 | - |
| YUV | 124.46 | 74.69 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 30 | 0.89 | 0 | 0.85 | 0.24 | 122.77 | 0.8 | 0.43 |
| Hex | 16 | C3 | 1E | 59 | 0 | 55 | 18 | 7B | 50 | 2B |
| Octal | 26 | 303 | 36 | 131 | 0 | 125 | 30 | 173 | 120 | 53 |
| Binary | 10110 | 11000011 | 11110 | 1011001 | 0 | 1010101 | 11000 | 1111011 | 1010000 | 101011 |
Color Harmonies of #16C31E
Complementary color
Monochromatic Colors of #16C31E
Black with #16C31E
Text Example
Text Example
White with #16C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C31E; }
p { color: rgb(22,195,30); }
H1.HeaderClassName
{
color: #16C31E;
}
.AnyTagClassName
{
color: #16C31E;
}
</style>
background-color css
<style>
a { background-color: #16C31E; }
a { background-color: rgb(22,195,30); }
div.DivClassName
{
background-color: #16C31E;
}
.BgClassName
{
background-color: #16C31E;
}
</style>
border-color css
<style>
span { border-color: #16C31E; }
span { border-color: rgb(22,195,30); }
td.TdClassName
{
border-color: #16C31E;
}
.TagClassName
{
border-color: #16C31E;
}
</style>