Shades of Lime Green #22C11E
Tints of Lime Green #22C11E
RGB
CMYK
RGB Variations
Color information
#22C11E (or 0x22C11E) is known color: Lime Green. HEX triplet: 22, C1 and 1E. RGB value is (34,193,30). Sum of RGB (Red+Green+Blue) = 34+193+30=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #22C11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C11E is #DD3EE1. Grayscale: #7F7F7F. Windows color (decimal): -14499554 or 2015522. OLE color: 2015522.
HSL color Cylindrical-coordinate representation of color #22C11E: hue angle of 118.53º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22C11E is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 30 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.24 |
| HSL | 118.53º | 0.73% | 0.44% | - |
| HSV(B) | 118.53º | 0.84% | 0.76% | - |
| XYZ | 19.96 | 38.57 | 7.62 | - |
| YUV | 126.88 | 73.32 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 30 | 0.82 | 0 | 0.84 | 0.24 | 118.53 | 0.73 | 0.44 |
| Hex | 22 | C1 | 1E | 52 | 0 | 54 | 18 | 77 | 49 | 2C |
| Octal | 42 | 301 | 36 | 122 | 0 | 124 | 30 | 167 | 111 | 54 |
| Binary | 100010 | 11000001 | 11110 | 1010010 | 0 | 1010100 | 11000 | 1110111 | 1001001 | 101100 |
Color Harmonies of #22C11E
Complementary color
Monochromatic Colors of #22C11E
Black with #22C11E
Text Example
Text Example
White with #22C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C11E; }
p { color: rgb(34,193,30); }
H1.HeaderClassName
{
color: #22C11E;
}
.AnyTagClassName
{
color: #22C11E;
}
</style>
background-color css
<style>
a { background-color: #22C11E; }
a { background-color: rgb(34,193,30); }
div.DivClassName
{
background-color: #22C11E;
}
.BgClassName
{
background-color: #22C11E;
}
</style>
border-color css
<style>
span { border-color: #22C11E; }
span { border-color: rgb(34,193,30); }
td.TdClassName
{
border-color: #22C11E;
}
.TagClassName
{
border-color: #22C11E;
}
</style>