Shades of Lime Green #22C834
Tints of Lime Green #22C834
RGB
CMYK
RGB Variations
Color information
#22C834 (or 0x22C834) is known color: Lime Green. HEX triplet: 22, C8 and 34. RGB value is (34,200,52). Sum of RGB (Red+Green+Blue) = 34+200+52=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #22C834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C834 is #DD37CB. Grayscale: #858585. Windows color (decimal): -14497740 or 3459106. OLE color: 3459106.
HSL color Cylindrical-coordinate representation of color #22C834: hue angle of 126.51º 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 #22C834 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 200 | 52 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.22 |
| HSL | 126.51º | 0.71% | 0.46% | - |
| HSV(B) | 126.51º | 0.83% | 0.78% | - |
| XYZ | 21.93 | 41.9 | 10.18 | - |
| YUV | 133.49 | 82 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 200 | 52 | 0.83 | 0 | 0.74 | 0.22 | 126.51 | 0.71 | 0.46 |
| Hex | 22 | C8 | 34 | 53 | 0 | 4A | 16 | 7F | 47 | 2E |
| Octal | 42 | 310 | 64 | 123 | 0 | 112 | 26 | 177 | 107 | 56 |
| Binary | 100010 | 11001000 | 110100 | 1010011 | 0 | 1001010 | 10110 | 1111111 | 1000111 | 101110 |
Color Harmonies of #22C834
Complementary color
Monochromatic Colors of #22C834
Black with #22C834
Text Example
Text Example
White with #22C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C834; }
p { color: rgb(34,200,52); }
H1.HeaderClassName
{
color: #22C834;
}
.AnyTagClassName
{
color: #22C834;
}
</style>
background-color css
<style>
a { background-color: #22C834; }
a { background-color: rgb(34,200,52); }
div.DivClassName
{
background-color: #22C834;
}
.BgClassName
{
background-color: #22C834;
}
</style>
border-color css
<style>
span { border-color: #22C834; }
span { border-color: rgb(34,200,52); }
td.TdClassName
{
border-color: #22C834;
}
.TagClassName
{
border-color: #22C834;
}
</style>