Shades of Lime Green #22C536
Tints of Lime Green #22C536
RGB
CMYK
RGB Variations
Color information
#22C536 (or 0x22C536) is known color: Lime Green. HEX triplet: 22, C5 and 36. RGB value is (34,197,54). Sum of RGB (Red+Green+Blue) = 34+197+54=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #22C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C536 is #DD3AC9. Grayscale: #848484. Windows color (decimal): -14498506 or 3589410. OLE color: 3589410.
HSL color Cylindrical-coordinate representation of color #22C536: hue angle of 127.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C536 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 54 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.23 |
| HSL | 127.36º | 0.71% | 0.45% | - |
| HSV(B) | 127.36º | 0.83% | 0.77% | - |
| XYZ | 21.29 | 40.54 | 10.19 | - |
| YUV | 131.96 | 84 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 54 | 0.83 | 0 | 0.73 | 0.23 | 127.36 | 0.71 | 0.45 |
| Hex | 22 | C5 | 36 | 53 | 0 | 49 | 17 | 7F | 47 | 2D |
| Octal | 42 | 305 | 66 | 123 | 0 | 111 | 27 | 177 | 107 | 55 |
| Binary | 100010 | 11000101 | 110110 | 1010011 | 0 | 1001001 | 10111 | 1111111 | 1000111 | 101101 |
Color Harmonies of #22C536
Complementary color
Monochromatic Colors of #22C536
Black with #22C536
Text Example
Text Example
White with #22C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C536; }
p { color: rgb(34,197,54); }
H1.HeaderClassName
{
color: #22C536;
}
.AnyTagClassName
{
color: #22C536;
}
</style>
background-color css
<style>
a { background-color: #22C536; }
a { background-color: rgb(34,197,54); }
div.DivClassName
{
background-color: #22C536;
}
.BgClassName
{
background-color: #22C536;
}
</style>
border-color css
<style>
span { border-color: #22C536; }
span { border-color: rgb(34,197,54); }
td.TdClassName
{
border-color: #22C536;
}
.TagClassName
{
border-color: #22C536;
}
</style>