Shades of Lime Green #16CA1F
Tints of Lime Green #16CA1F
RGB
CMYK
RGB Variations
Color information
#16CA1F (or 0x16CA1F) is known color: Lime Green. HEX triplet: 16, CA and 1F. RGB value is (22,202,31). Sum of RGB (Red+Green+Blue) = 22+202+31=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA1F is #E935E0. Grayscale: #818181. Windows color (decimal): -15283681 or 2083350. OLE color: 2083350.
HSL color Cylindrical-coordinate representation of color #16CA1F: hue angle of 123º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA1F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 31 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.21 |
| HSL | 123º | 0.8% | 0.44% | - |
| HSV(B) | 123º | 0.89% | 0.79% | - |
| XYZ | 21.7 | 42.51 | 8.36 | - |
| YUV | 128.69 | 72.87 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 31 | 0.89 | 0 | 0.85 | 0.21 | 123 | 0.8 | 0.44 |
| Hex | 16 | CA | 1F | 59 | 0 | 55 | 15 | 7B | 50 | 2C |
| Octal | 26 | 312 | 37 | 131 | 0 | 125 | 25 | 173 | 120 | 54 |
| Binary | 10110 | 11001010 | 11111 | 1011001 | 0 | 1010101 | 10101 | 1111011 | 1010000 | 101100 |
Color Harmonies of #16CA1F
Complementary color
Monochromatic Colors of #16CA1F
Black with #16CA1F
Text Example
Text Example
White with #16CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA1F; }
p { color: rgb(22,202,31); }
H1.HeaderClassName
{
color: #16CA1F;
}
.AnyTagClassName
{
color: #16CA1F;
}
</style>
background-color css
<style>
a { background-color: #16CA1F; }
a { background-color: rgb(22,202,31); }
div.DivClassName
{
background-color: #16CA1F;
}
.BgClassName
{
background-color: #16CA1F;
}
</style>
border-color css
<style>
span { border-color: #16CA1F; }
span { border-color: rgb(22,202,31); }
td.TdClassName
{
border-color: #16CA1F;
}
.TagClassName
{
border-color: #16CA1F;
}
</style>