Shades of Lime Green #22B32F
Tints of Lime Green #22B32F
RGB
CMYK
RGB Variations
Color information
#22B32F (or 0x22B32F) is known color: Lime Green. HEX triplet: 22, B3 and 2F. RGB value is (34,179,47). Sum of RGB (Red+Green+Blue) = 34+179+47=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #22B32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B32F is #DD4CD0. Grayscale: #787878. Windows color (decimal): -14503121 or 3126050. OLE color: 3126050.
HSL color Cylindrical-coordinate representation of color #22B32F: hue angle of 125.38º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B32F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 179 | 47 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.30 |
| HSL | 125.38º | 0.68% | 0.42% | - |
| HSV(B) | 125.38º | 0.81% | 0.7% | - |
| XYZ | 17.29 | 32.79 | 8.11 | - |
| YUV | 120.6 | 86.46 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 179 | 47 | 0.81 | 0 | 0.74 | 0.30 | 125.38 | 0.68 | 0.42 |
| Hex | 22 | B3 | 2F | 51 | 0 | 4A | 1E | 7D | 44 | 2A |
| Octal | 42 | 263 | 57 | 121 | 0 | 112 | 36 | 175 | 104 | 52 |
| Binary | 100010 | 10110011 | 101111 | 1010001 | 0 | 1001010 | 11110 | 1111101 | 1000100 | 101010 |
Color Harmonies of #22B32F
Complementary color
Monochromatic Colors of #22B32F
Black with #22B32F
Text Example
Text Example
White with #22B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B32F; }
p { color: rgb(34,179,47); }
H1.HeaderClassName
{
color: #22B32F;
}
.AnyTagClassName
{
color: #22B32F;
}
</style>
background-color css
<style>
a { background-color: #22B32F; }
a { background-color: rgb(34,179,47); }
div.DivClassName
{
background-color: #22B32F;
}
.BgClassName
{
background-color: #22B32F;
}
</style>
border-color css
<style>
span { border-color: #22B32F; }
span { border-color: rgb(34,179,47); }
td.TdClassName
{
border-color: #22B32F;
}
.TagClassName
{
border-color: #22B32F;
}
</style>