Shades of Lime Green #22C027
Tints of Lime Green #22C027
RGB
CMYK
RGB Variations
Color information
#22C027 (or 0x22C027) is known color: Lime Green. HEX triplet: 22, C0 and 27. RGB value is (34,192,39). Sum of RGB (Red+Green+Blue) = 34+192+39=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #22C027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C027 is #DD3FD8. Grayscale: #7F7F7F. Windows color (decimal): -14499801 or 2605090. OLE color: 2605090.
HSL color Cylindrical-coordinate representation of color #22C027: hue angle of 121.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C027 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 39 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.25 |
| HSL | 121.9º | 0.7% | 0.44% | - |
| HSV(B) | 121.9º | 0.82% | 0.75% | - |
| XYZ | 19.88 | 38.19 | 8.24 | - |
| YUV | 127.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 39 | 0.82 | 0 | 0.80 | 0.25 | 121.9 | 0.7 | 0.44 |
| Hex | 22 | C0 | 27 | 52 | 0 | 50 | 19 | 7A | 46 | 2C |
| Octal | 42 | 300 | 47 | 122 | 0 | 120 | 31 | 172 | 106 | 54 |
| Binary | 100010 | 11000000 | 100111 | 1010010 | 0 | 1010000 | 11001 | 1111010 | 1000110 | 101100 |
Color Harmonies of #22C027
Complementary color
Monochromatic Colors of #22C027
Black with #22C027
Text Example
Text Example
White with #22C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C027; }
p { color: rgb(34,192,39); }
H1.HeaderClassName
{
color: #22C027;
}
.AnyTagClassName
{
color: #22C027;
}
</style>
background-color css
<style>
a { background-color: #22C027; }
a { background-color: rgb(34,192,39); }
div.DivClassName
{
background-color: #22C027;
}
.BgClassName
{
background-color: #22C027;
}
</style>
border-color css
<style>
span { border-color: #22C027; }
span { border-color: rgb(34,192,39); }
td.TdClassName
{
border-color: #22C027;
}
.TagClassName
{
border-color: #22C027;
}
</style>