Shades of Lime Green #22C038
Tints of Lime Green #22C038
RGB
CMYK
RGB Variations
Color information
#22C038 (or 0x22C038) is known color: Lime Green. HEX triplet: 22, C0 and 38. RGB value is (34,192,56). Sum of RGB (Red+Green+Blue) = 34+192+56=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #22C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C038 is #DD3FC7. Grayscale: #818181. Windows color (decimal): -14499784 or 3719202. OLE color: 3719202.
HSL color Cylindrical-coordinate representation of color #22C038: hue angle of 128.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C038 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 56 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.25 |
| HSL | 128.35º | 0.7% | 0.44% | - |
| HSV(B) | 128.35º | 0.82% | 0.75% | - |
| XYZ | 20.22 | 38.32 | 10.07 | - |
| YUV | 129.25 | 86.65 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 56 | 0.82 | 0 | 0.71 | 0.25 | 128.35 | 0.7 | 0.44 |
| Hex | 22 | C0 | 38 | 52 | 0 | 47 | 19 | 80 | 46 | 2C |
| Octal | 42 | 300 | 70 | 122 | 0 | 107 | 31 | 200 | 106 | 54 |
| Binary | 100010 | 11000000 | 111000 | 1010010 | 0 | 1000111 | 11001 | 10000000 | 1000110 | 101100 |
Color Harmonies of #22C038
Complementary color
Monochromatic Colors of #22C038
Black with #22C038
Text Example
Text Example
White with #22C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C038; }
p { color: rgb(34,192,56); }
H1.HeaderClassName
{
color: #22C038;
}
.AnyTagClassName
{
color: #22C038;
}
</style>
background-color css
<style>
a { background-color: #22C038; }
a { background-color: rgb(34,192,56); }
div.DivClassName
{
background-color: #22C038;
}
.BgClassName
{
background-color: #22C038;
}
</style>
border-color css
<style>
span { border-color: #22C038; }
span { border-color: rgb(34,192,56); }
td.TdClassName
{
border-color: #22C038;
}
.TagClassName
{
border-color: #22C038;
}
</style>