Shades of Lime Green #22C733
Tints of Lime Green #22C733
RGB
CMYK
RGB Variations
Color information
#22C733 (or 0x22C733) is known color: Lime Green. HEX triplet: 22, C7 and 33. RGB value is (34,199,51). Sum of RGB (Red+Green+Blue) = 34+199+51=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 199 (78.12% from 255 or 70.07% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 199 - color contains mainly: green. Hex color #22C733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C733 is #DD38CC. Grayscale: #858585. Windows color (decimal): -14497997 or 3393314. OLE color: 3393314.
HSL color Cylindrical-coordinate representation of color #22C733: hue angle of 126.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C733 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 199 | 51 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.22 |
| HSL | 126.18º | 0.71% | 0.46% | - |
| HSV(B) | 126.18º | 0.83% | 0.78% | - |
| XYZ | 21.68 | 41.43 | 9.99 | - |
| YUV | 132.79 | 81.84 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 199 | 51 | 0.83 | 0 | 0.74 | 0.22 | 126.18 | 0.71 | 0.46 |
| Hex | 22 | C7 | 33 | 53 | 0 | 4A | 16 | 7E | 47 | 2E |
| Octal | 42 | 307 | 63 | 123 | 0 | 112 | 26 | 176 | 107 | 56 |
| Binary | 100010 | 11000111 | 110011 | 1010011 | 0 | 1001010 | 10110 | 1111110 | 1000111 | 101110 |
Color Harmonies of #22C733
Complementary color
Monochromatic Colors of #22C733
Black with #22C733
Text Example
Text Example
White with #22C733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C733; }
p { color: rgb(34,199,51); }
H1.HeaderClassName
{
color: #22C733;
}
.AnyTagClassName
{
color: #22C733;
}
</style>
background-color css
<style>
a { background-color: #22C733; }
a { background-color: rgb(34,199,51); }
div.DivClassName
{
background-color: #22C733;
}
.BgClassName
{
background-color: #22C733;
}
</style>
border-color css
<style>
span { border-color: #22C733; }
span { border-color: rgb(34,199,51); }
td.TdClassName
{
border-color: #22C733;
}
.TagClassName
{
border-color: #22C733;
}
</style>