Shades of Lime Green #16C21F
Tints of Lime Green #16C21F
RGB
CMYK
RGB Variations
Color information
#16C21F (or 0x16C21F) is known color: Lime Green. HEX triplet: 16, C2 and 1F. RGB value is (22,194,31). Sum of RGB (Red+Green+Blue) = 22+194+31=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 194 (76.17% from 255 or 78.54% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 194 - color contains mainly: green. Hex color #16C21F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C21F is #E93DE0. Grayscale: #7C7C7C. Windows color (decimal): -15285729 or 2081302. OLE color: 2081302.
HSL color Cylindrical-coordinate representation of color #16C21F: hue angle of 123.14º 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 #16C21F is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 194 | 31 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.24 |
| HSL | 123.14º | 0.8% | 0.42% | - |
| HSV(B) | 123.14º | 0.89% | 0.76% | - |
| XYZ | 19.87 | 38.85 | 7.75 | - |
| YUV | 123.99 | 75.52 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 31 | 0.89 | 0 | 0.84 | 0.24 | 123.14 | 0.8 | 0.42 |
| Hex | 16 | C2 | 1F | 59 | 0 | 54 | 18 | 7B | 50 | 2A |
| Octal | 26 | 302 | 37 | 131 | 0 | 124 | 30 | 173 | 120 | 52 |
| Binary | 10110 | 11000010 | 11111 | 1011001 | 0 | 1010100 | 11000 | 1111011 | 1010000 | 101010 |
Color Harmonies of #16C21F
Complementary color
Monochromatic Colors of #16C21F
Black with #16C21F
Text Example
Text Example
White with #16C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C21F; }
p { color: rgb(22,194,31); }
H1.HeaderClassName
{
color: #16C21F;
}
.AnyTagClassName
{
color: #16C21F;
}
</style>
background-color css
<style>
a { background-color: #16C21F; }
a { background-color: rgb(22,194,31); }
div.DivClassName
{
background-color: #16C21F;
}
.BgClassName
{
background-color: #16C21F;
}
</style>
border-color css
<style>
span { border-color: #16C21F; }
span { border-color: rgb(22,194,31); }
td.TdClassName
{
border-color: #16C21F;
}
.TagClassName
{
border-color: #16C21F;
}
</style>