Shades of Lime Green #22C239
Tints of Lime Green #22C239
RGB
CMYK
RGB Variations
Color information
#22C239 (or 0x22C239) is known color: Lime Green. HEX triplet: 22, C2 and 39. RGB value is (34,194,57). Sum of RGB (Red+Green+Blue) = 34+194+57=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #22C239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C239 is #DD3DC6. Grayscale: #828282. Windows color (decimal): -14499271 or 3785250. OLE color: 3785250.
HSL color Cylindrical-coordinate representation of color #22C239: hue angle of 128.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C239 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 57 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.24 |
| HSL | 128.63º | 0.7% | 0.45% | - |
| HSV(B) | 128.63º | 0.82% | 0.76% | - |
| XYZ | 20.69 | 39.22 | 10.35 | - |
| YUV | 130.54 | 86.49 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 57 | 0.82 | 0 | 0.71 | 0.24 | 128.63 | 0.7 | 0.45 |
| Hex | 22 | C2 | 39 | 52 | 0 | 47 | 18 | 81 | 46 | 2D |
| Octal | 42 | 302 | 71 | 122 | 0 | 107 | 30 | 201 | 106 | 55 |
| Binary | 100010 | 11000010 | 111001 | 1010010 | 0 | 1000111 | 11000 | 10000001 | 1000110 | 101101 |
Color Harmonies of #22C239
Complementary color
Monochromatic Colors of #22C239
Black with #22C239
Text Example
Text Example
White with #22C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C239; }
p { color: rgb(34,194,57); }
H1.HeaderClassName
{
color: #22C239;
}
.AnyTagClassName
{
color: #22C239;
}
</style>
background-color css
<style>
a { background-color: #22C239; }
a { background-color: rgb(34,194,57); }
div.DivClassName
{
background-color: #22C239;
}
.BgClassName
{
background-color: #22C239;
}
</style>
border-color css
<style>
span { border-color: #22C239; }
span { border-color: rgb(34,194,57); }
td.TdClassName
{
border-color: #22C239;
}
.TagClassName
{
border-color: #22C239;
}
</style>