Shades of Lime Green #16E22B
Tints of Lime Green #16E22B
RGB
CMYK
RGB Variations
Color information
#16E22B (or 0x16E22B) is known color: Lime Green. HEX triplet: 16, E2 and 2B. RGB value is (22,226,43). Sum of RGB (Red+Green+Blue) = 22+226+43=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 226 (88.67% from 255 or 77.66% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 226 - color contains mainly: green. Hex color #16E22B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E22B is #E91DD4. Grayscale: #909090. Windows color (decimal): -15277525 or 2875926. OLE color: 2875926.
HSL color Cylindrical-coordinate representation of color #16E22B: hue angle of 126.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E22B is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 226 | 43 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.11 |
| HSL | 126.18º | 0.82% | 0.49% | - |
| HSV(B) | 126.18º | 0.9% | 0.89% | - |
| XYZ | 27.96 | 54.74 | 11.38 | - |
| YUV | 144.14 | 70.91 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 226 | 43 | 0.90 | 0 | 0.81 | 0.11 | 126.18 | 0.82 | 0.49 |
| Hex | 16 | E2 | 2B | 5A | 0 | 51 | B | 7E | 52 | 31 |
| Octal | 26 | 342 | 53 | 132 | 0 | 121 | 13 | 176 | 122 | 61 |
| Binary | 10110 | 11100010 | 101011 | 1011010 | 0 | 1010001 | 1011 | 1111110 | 1010010 | 110001 |
Color Harmonies of #16E22B
Complementary color
Monochromatic Colors of #16E22B
Black with #16E22B
Text Example
Text Example
White with #16E22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E22B; }
p { color: rgb(22,226,43); }
H1.HeaderClassName
{
color: #16E22B;
}
.AnyTagClassName
{
color: #16E22B;
}
</style>
background-color css
<style>
a { background-color: #16E22B; }
a { background-color: rgb(22,226,43); }
div.DivClassName
{
background-color: #16E22B;
}
.BgClassName
{
background-color: #16E22B;
}
</style>
border-color css
<style>
span { border-color: #16E22B; }
span { border-color: rgb(22,226,43); }
td.TdClassName
{
border-color: #16E22B;
}
.TagClassName
{
border-color: #16E22B;
}
</style>