Shades of Lime Green #16CF22
Tints of Lime Green #16CF22
RGB
CMYK
RGB Variations
Color information
#16CF22 (or 0x16CF22) is known color: Lime Green. HEX triplet: 16, CF and 22. RGB value is (22,207,34). Sum of RGB (Red+Green+Blue) = 22+207+34=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CF22 is #E930DD. Grayscale: #848484. Windows color (decimal): -15282398 or 2281238. OLE color: 2281238.
HSL color Cylindrical-coordinate representation of color #16CF22: hue angle of 123.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CF22 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 34 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.19 |
| HSL | 123.89º | 0.81% | 0.45% | - |
| HSV(B) | 123.89º | 0.89% | 0.81% | - |
| XYZ | 22.93 | 44.91 | 8.97 | - |
| YUV | 131.96 | 72.71 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 34 | 0.89 | 0 | 0.84 | 0.19 | 123.89 | 0.81 | 0.45 |
| Hex | 16 | CF | 22 | 59 | 0 | 54 | 13 | 7C | 51 | 2D |
| Octal | 26 | 317 | 42 | 131 | 0 | 124 | 23 | 174 | 121 | 55 |
| Binary | 10110 | 11001111 | 100010 | 1011001 | 0 | 1010100 | 10011 | 1111100 | 1010001 | 101101 |
Color Harmonies of #16CF22
Complementary color
Monochromatic Colors of #16CF22
Black with #16CF22
Text Example
Text Example
White with #16CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CF22; }
p { color: rgb(22,207,34); }
H1.HeaderClassName
{
color: #16CF22;
}
.AnyTagClassName
{
color: #16CF22;
}
</style>
background-color css
<style>
a { background-color: #16CF22; }
a { background-color: rgb(22,207,34); }
div.DivClassName
{
background-color: #16CF22;
}
.BgClassName
{
background-color: #16CF22;
}
</style>
border-color css
<style>
span { border-color: #16CF22; }
span { border-color: rgb(22,207,34); }
td.TdClassName
{
border-color: #16CF22;
}
.TagClassName
{
border-color: #16CF22;
}
</style>