Shades of Lime Green #22C436
Tints of Lime Green #22C436
RGB
CMYK
RGB Variations
Color information
#22C436 (or 0x22C436) is known color: Lime Green. HEX triplet: 22, C4 and 36. RGB value is (34,196,54). Sum of RGB (Red+Green+Blue) = 34+196+54=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #22C436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C436 is #DD3BC9. Grayscale: #838383. Windows color (decimal): -14498762 or 3589154. OLE color: 3589154.
HSL color Cylindrical-coordinate representation of color #22C436: hue angle of 127.41º degrees, saturation: 0.7, 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 #22C436 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 54 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.23 |
| HSL | 127.41º | 0.7% | 0.45% | - |
| HSV(B) | 127.41º | 0.83% | 0.77% | - |
| XYZ | 21.07 | 40.09 | 10.12 | - |
| YUV | 131.37 | 84.33 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 54 | 0.83 | 0 | 0.72 | 0.23 | 127.41 | 0.7 | 0.45 |
| Hex | 22 | C4 | 36 | 53 | 0 | 48 | 17 | 7F | 46 | 2D |
| Octal | 42 | 304 | 66 | 123 | 0 | 110 | 27 | 177 | 106 | 55 |
| Binary | 100010 | 11000100 | 110110 | 1010011 | 0 | 1001000 | 10111 | 1111111 | 1000110 | 101101 |
Color Harmonies of #22C436
Complementary color
Monochromatic Colors of #22C436
Black with #22C436
Text Example
Text Example
White with #22C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C436; }
p { color: rgb(34,196,54); }
H1.HeaderClassName
{
color: #22C436;
}
.AnyTagClassName
{
color: #22C436;
}
</style>
background-color css
<style>
a { background-color: #22C436; }
a { background-color: rgb(34,196,54); }
div.DivClassName
{
background-color: #22C436;
}
.BgClassName
{
background-color: #22C436;
}
</style>
border-color css
<style>
span { border-color: #22C436; }
span { border-color: rgb(34,196,54); }
td.TdClassName
{
border-color: #22C436;
}
.TagClassName
{
border-color: #22C436;
}
</style>