Shades of Lime Green #22C423
Tints of Lime Green #22C423
RGB
CMYK
RGB Variations
Color information
#22C423 (or 0x22C423) is known color: Lime Green. HEX triplet: 22, C4 and 23. RGB value is (34,196,35). Sum of RGB (Red+Green+Blue) = 34+196+35=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 196 (76.95% from 255 or 73.96% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 196 - color contains mainly: green. Hex color #22C423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C423 is #DD3BDC. Grayscale: #818181. Windows color (decimal): -14498781 or 2343970. OLE color: 2343970.
HSL color Cylindrical-coordinate representation of color #22C423: hue angle of 120.37º 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 #22C423 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 35 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.23 |
| HSL | 120.37º | 0.7% | 0.45% | - |
| HSV(B) | 120.37º | 0.83% | 0.77% | - |
| XYZ | 20.7 | 39.94 | 8.21 | - |
| YUV | 129.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 35 | 0.83 | 0 | 0.82 | 0.23 | 120.37 | 0.7 | 0.45 |
| Hex | 22 | C4 | 23 | 53 | 0 | 52 | 17 | 78 | 46 | 2D |
| Octal | 42 | 304 | 43 | 123 | 0 | 122 | 27 | 170 | 106 | 55 |
| Binary | 100010 | 11000100 | 100011 | 1010011 | 0 | 1010010 | 10111 | 1111000 | 1000110 | 101101 |
Color Harmonies of #22C423
Complementary color
Monochromatic Colors of #22C423
Black with #22C423
Text Example
Text Example
White with #22C423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C423; }
p { color: rgb(34,196,35); }
H1.HeaderClassName
{
color: #22C423;
}
.AnyTagClassName
{
color: #22C423;
}
</style>
background-color css
<style>
a { background-color: #22C423; }
a { background-color: rgb(34,196,35); }
div.DivClassName
{
background-color: #22C423;
}
.BgClassName
{
background-color: #22C423;
}
</style>
border-color css
<style>
span { border-color: #22C423; }
span { border-color: rgb(34,196,35); }
td.TdClassName
{
border-color: #22C423;
}
.TagClassName
{
border-color: #22C423;
}
</style>