Shades of Lime Green #16BF1F
Tints of Lime Green #16BF1F
RGB
CMYK
RGB Variations
Color information
#16BF1F (or 0x16BF1F) is known color: Lime Green. HEX triplet: 16, BF and 1F. RGB value is (22,191,31). Sum of RGB (Red+Green+Blue) = 22+191+31=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 191 (75% from 255 or 78.28% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BF1F is #E940E0. Grayscale: #7A7A7A. Windows color (decimal): -15286497 or 2080534. OLE color: 2080534.
HSL color Cylindrical-coordinate representation of color #16BF1F: hue angle of 123.2º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BF1F is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 191 | 31 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.25 |
| HSL | 123.2º | 0.79% | 0.42% | - |
| HSV(B) | 123.2º | 0.88% | 0.75% | - |
| XYZ | 19.21 | 37.53 | 7.53 | - |
| YUV | 122.23 | 76.51 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 31 | 0.88 | 0 | 0.84 | 0.25 | 123.2 | 0.79 | 0.42 |
| Hex | 16 | BF | 1F | 58 | 0 | 54 | 19 | 7B | 4F | 2A |
| Octal | 26 | 277 | 37 | 130 | 0 | 124 | 31 | 173 | 117 | 52 |
| Binary | 10110 | 10111111 | 11111 | 1011000 | 0 | 1010100 | 11001 | 1111011 | 1001111 | 101010 |
Color Harmonies of #16BF1F
Complementary color
Monochromatic Colors of #16BF1F
Black with #16BF1F
Text Example
Text Example
White with #16BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BF1F; }
p { color: rgb(22,191,31); }
H1.HeaderClassName
{
color: #16BF1F;
}
.AnyTagClassName
{
color: #16BF1F;
}
</style>
background-color css
<style>
a { background-color: #16BF1F; }
a { background-color: rgb(22,191,31); }
div.DivClassName
{
background-color: #16BF1F;
}
.BgClassName
{
background-color: #16BF1F;
}
</style>
border-color css
<style>
span { border-color: #16BF1F; }
span { border-color: rgb(22,191,31); }
td.TdClassName
{
border-color: #16BF1F;
}
.TagClassName
{
border-color: #16BF1F;
}
</style>