Shades of Lime Green #22CA2E
Tints of Lime Green #22CA2E
RGB
CMYK
RGB Variations
Color information
#22CA2E (or 0x22CA2E) is known color: Lime Green. HEX triplet: 22, CA and 2E. RGB value is (34,202,46). Sum of RGB (Red+Green+Blue) = 34+202+46=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CA2E is #DD35D1. Grayscale: #868686. Windows color (decimal): -14497234 or 3066402. OLE color: 3066402.
HSL color Cylindrical-coordinate representation of color #22CA2E: hue angle of 124.29º 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 #22CA2E is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 202 | 46 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.21 |
| HSL | 124.29º | 0.71% | 0.46% | - |
| HSV(B) | 124.29º | 0.83% | 0.79% | - |
| XYZ | 22.27 | 42.78 | 9.67 | - |
| YUV | 133.98 | 78.34 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 202 | 46 | 0.83 | 0 | 0.77 | 0.21 | 124.29 | 0.71 | 0.46 |
| Hex | 22 | CA | 2E | 53 | 0 | 4D | 15 | 7C | 47 | 2E |
| Octal | 42 | 312 | 56 | 123 | 0 | 115 | 25 | 174 | 107 | 56 |
| Binary | 100010 | 11001010 | 101110 | 1010011 | 0 | 1001101 | 10101 | 1111100 | 1000111 | 101110 |
Color Harmonies of #22CA2E
Complementary color
Monochromatic Colors of #22CA2E
Black with #22CA2E
Text Example
Text Example
White with #22CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CA2E; }
p { color: rgb(34,202,46); }
H1.HeaderClassName
{
color: #22CA2E;
}
.AnyTagClassName
{
color: #22CA2E;
}
</style>
background-color css
<style>
a { background-color: #22CA2E; }
a { background-color: rgb(34,202,46); }
div.DivClassName
{
background-color: #22CA2E;
}
.BgClassName
{
background-color: #22CA2E;
}
</style>
border-color css
<style>
span { border-color: #22CA2E; }
span { border-color: rgb(34,202,46); }
td.TdClassName
{
border-color: #22CA2E;
}
.TagClassName
{
border-color: #22CA2E;
}
</style>