Shades of Lime Green #22C335
Tints of Lime Green #22C335
RGB
CMYK
RGB Variations
Color information
#22C335 (or 0x22C335) is known color: Lime Green. HEX triplet: 22, C3 and 35. RGB value is (34,195,53). Sum of RGB (Red+Green+Blue) = 34+195+53=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #22C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C335 is #DD3CCA. Grayscale: #838383. Windows color (decimal): -14499019 or 3523362. OLE color: 3523362.
HSL color Cylindrical-coordinate representation of color #22C335: hue angle of 127.08º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C335 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 53 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.24 |
| HSL | 127.08º | 0.7% | 0.45% | - |
| HSV(B) | 127.08º | 0.83% | 0.76% | - |
| XYZ | 20.82 | 39.63 | 9.92 | - |
| YUV | 130.67 | 84.16 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 53 | 0.83 | 0 | 0.73 | 0.24 | 127.08 | 0.7 | 0.45 |
| Hex | 22 | C3 | 35 | 53 | 0 | 49 | 18 | 7F | 46 | 2D |
| Octal | 42 | 303 | 65 | 123 | 0 | 111 | 30 | 177 | 106 | 55 |
| Binary | 100010 | 11000011 | 110101 | 1010011 | 0 | 1001001 | 11000 | 1111111 | 1000110 | 101101 |
Color Harmonies of #22C335
Complementary color
Monochromatic Colors of #22C335
Black with #22C335
Text Example
Text Example
White with #22C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C335; }
p { color: rgb(34,195,53); }
H1.HeaderClassName
{
color: #22C335;
}
.AnyTagClassName
{
color: #22C335;
}
</style>
background-color css
<style>
a { background-color: #22C335; }
a { background-color: rgb(34,195,53); }
div.DivClassName
{
background-color: #22C335;
}
.BgClassName
{
background-color: #22C335;
}
</style>
border-color css
<style>
span { border-color: #22C335; }
span { border-color: rgb(34,195,53); }
td.TdClassName
{
border-color: #22C335;
}
.TagClassName
{
border-color: #22C335;
}
</style>