Shades of Lime Green #16C31F
Tints of Lime Green #16C31F
RGB
CMYK
RGB Variations
Color information
#16C31F (or 0x16C31F) is known color: Lime Green. HEX triplet: 16, C3 and 1F. RGB value is (22,195,31). Sum of RGB (Red+Green+Blue) = 22+195+31=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #16C31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C31F is #E93CE0. Grayscale: #7D7D7D. Windows color (decimal): -15285473 or 2081558. OLE color: 2081558.
HSL color Cylindrical-coordinate representation of color #16C31F: hue angle of 123.12º 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 #16C31F is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 31 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.24 |
| HSL | 123.12º | 0.8% | 0.43% | - |
| HSV(B) | 123.12º | 0.89% | 0.76% | - |
| XYZ | 20.09 | 39.3 | 7.82 | - |
| YUV | 124.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 31 | 0.89 | 0 | 0.84 | 0.24 | 123.12 | 0.8 | 0.43 |
| Hex | 16 | C3 | 1F | 59 | 0 | 54 | 18 | 7B | 50 | 2B |
| Octal | 26 | 303 | 37 | 131 | 0 | 124 | 30 | 173 | 120 | 53 |
| Binary | 10110 | 11000011 | 11111 | 1011001 | 0 | 1010100 | 11000 | 1111011 | 1010000 | 101011 |
Color Harmonies of #16C31F
Complementary color
Monochromatic Colors of #16C31F
Black with #16C31F
Text Example
Text Example
White with #16C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C31F; }
p { color: rgb(22,195,31); }
H1.HeaderClassName
{
color: #16C31F;
}
.AnyTagClassName
{
color: #16C31F;
}
</style>
background-color css
<style>
a { background-color: #16C31F; }
a { background-color: rgb(22,195,31); }
div.DivClassName
{
background-color: #16C31F;
}
.BgClassName
{
background-color: #16C31F;
}
</style>
border-color css
<style>
span { border-color: #16C31F; }
span { border-color: rgb(22,195,31); }
td.TdClassName
{
border-color: #16C31F;
}
.TagClassName
{
border-color: #16C31F;
}
</style>