Shades of Lime Green #22C339
Tints of Lime Green #22C339
RGB
CMYK
RGB Variations
Color information
#22C339 (or 0x22C339) is known color: Lime Green. HEX triplet: 22, C3 and 39. RGB value is (34,195,57). Sum of RGB (Red+Green+Blue) = 34+195+57=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #22C339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C339 is #DD3CC6. Grayscale: #838383. Windows color (decimal): -14499015 or 3785506. OLE color: 3785506.
HSL color Cylindrical-coordinate representation of color #22C339: hue angle of 128.57º 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 #22C339 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 57 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.24 |
| HSL | 128.57º | 0.7% | 0.45% | - |
| HSV(B) | 128.57º | 0.83% | 0.76% | - |
| XYZ | 20.91 | 39.67 | 10.42 | - |
| YUV | 131.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 57 | 0.83 | 0 | 0.71 | 0.24 | 128.57 | 0.7 | 0.45 |
| Hex | 22 | C3 | 39 | 53 | 0 | 47 | 18 | 81 | 46 | 2D |
| Octal | 42 | 303 | 71 | 123 | 0 | 107 | 30 | 201 | 106 | 55 |
| Binary | 100010 | 11000011 | 111001 | 1010011 | 0 | 1000111 | 11000 | 10000001 | 1000110 | 101101 |
Color Harmonies of #22C339
Complementary color
Monochromatic Colors of #22C339
Black with #22C339
Text Example
Text Example
White with #22C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C339; }
p { color: rgb(34,195,57); }
H1.HeaderClassName
{
color: #22C339;
}
.AnyTagClassName
{
color: #22C339;
}
</style>
background-color css
<style>
a { background-color: #22C339; }
a { background-color: rgb(34,195,57); }
div.DivClassName
{
background-color: #22C339;
}
.BgClassName
{
background-color: #22C339;
}
</style>
border-color css
<style>
span { border-color: #22C339; }
span { border-color: rgb(34,195,57); }
td.TdClassName
{
border-color: #22C339;
}
.TagClassName
{
border-color: #22C339;
}
</style>