Shades of Lime Green #22C023
Tints of Lime Green #22C023
RGB
CMYK
RGB Variations
Color information
#22C023 (or 0x22C023) is known color: Lime Green. HEX triplet: 22, C0 and 23. RGB value is (34,192,35). Sum of RGB (Red+Green+Blue) = 34+192+35=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #22C023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C023 is #DD3FDC. Grayscale: #7F7F7F. Windows color (decimal): -14499805 or 2342946. OLE color: 2342946.
HSL color Cylindrical-coordinate representation of color #22C023: hue angle of 120.38º 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 #22C023 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 35 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.25 |
| HSL | 120.38º | 0.7% | 0.44% | - |
| HSV(B) | 120.38º | 0.82% | 0.75% | - |
| XYZ | 19.81 | 38.16 | 7.91 | - |
| YUV | 126.86 | 76.15 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 35 | 0.82 | 0 | 0.82 | 0.25 | 120.38 | 0.7 | 0.44 |
| Hex | 22 | C0 | 23 | 52 | 0 | 52 | 19 | 78 | 46 | 2C |
| Octal | 42 | 300 | 43 | 122 | 0 | 122 | 31 | 170 | 106 | 54 |
| Binary | 100010 | 11000000 | 100011 | 1010010 | 0 | 1010010 | 11001 | 1111000 | 1000110 | 101100 |
Color Harmonies of #22C023
Complementary color
Monochromatic Colors of #22C023
Black with #22C023
Text Example
Text Example
White with #22C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C023; }
p { color: rgb(34,192,35); }
H1.HeaderClassName
{
color: #22C023;
}
.AnyTagClassName
{
color: #22C023;
}
</style>
background-color css
<style>
a { background-color: #22C023; }
a { background-color: rgb(34,192,35); }
div.DivClassName
{
background-color: #22C023;
}
.BgClassName
{
background-color: #22C023;
}
</style>
border-color css
<style>
span { border-color: #22C023; }
span { border-color: rgb(34,192,35); }
td.TdClassName
{
border-color: #22C023;
}
.TagClassName
{
border-color: #22C023;
}
</style>