Shades of Lime Green #22CA46
Tints of Lime Green #22CA46
RGB
CMYK
RGB Variations
Color information
#22CA46 (or 0x22CA46) is known color: Lime Green. HEX triplet: 22, CA and 46. RGB value is (34,202,70). Sum of RGB (Red+Green+Blue) = 34+202+70=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CA46 is #DD35B9. Grayscale: #898989. Windows color (decimal): -14497210 or 4639266. OLE color: 4639266.
HSL color Cylindrical-coordinate representation of color #22CA46: hue angle of 132.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CA46 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 202 | 70 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.21 |
| HSL | 132.86º | 0.71% | 0.46% | - |
| HSV(B) | 132.86º | 0.83% | 0.79% | - |
| XYZ | 22.89 | 43.02 | 12.89 | - |
| YUV | 136.72 | 90.34 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 202 | 70 | 0.83 | 0 | 0.65 | 0.21 | 132.86 | 0.71 | 0.46 |
| Hex | 22 | CA | 46 | 53 | 0 | 41 | 15 | 85 | 47 | 2E |
| Octal | 42 | 312 | 106 | 123 | 0 | 101 | 25 | 205 | 107 | 56 |
| Binary | 100010 | 11001010 | 1000110 | 1010011 | 0 | 1000001 | 10101 | 10000101 | 1000111 | 101110 |
Color Harmonies of #22CA46
Complementary color
Monochromatic Colors of #22CA46
Black with #22CA46
Text Example
Text Example
White with #22CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CA46; }
p { color: rgb(34,202,70); }
H1.HeaderClassName
{
color: #22CA46;
}
.AnyTagClassName
{
color: #22CA46;
}
</style>
background-color css
<style>
a { background-color: #22CA46; }
a { background-color: rgb(34,202,70); }
div.DivClassName
{
background-color: #22CA46;
}
.BgClassName
{
background-color: #22CA46;
}
</style>
border-color css
<style>
span { border-color: #22CA46; }
span { border-color: rgb(34,202,70); }
td.TdClassName
{
border-color: #22CA46;
}
.TagClassName
{
border-color: #22CA46;
}
</style>