Shades of Lime Green #22B02B
Tints of Lime Green #22B02B
RGB
CMYK
RGB Variations
Color information
#22B02B (or 0x22B02B) is known color: Lime Green. HEX triplet: 22, B0 and 2B. RGB value is (34,176,43). Sum of RGB (Red+Green+Blue) = 34+176+43=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #22B02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B02B is #DD4FD4. Grayscale: #767676. Windows color (decimal): -14503893 or 2863138. OLE color: 2863138.
HSL color Cylindrical-coordinate representation of color #22B02B: hue angle of 123.8º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B02B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 176 | 43 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.31 |
| HSL | 123.8º | 0.68% | 0.41% | - |
| HSV(B) | 123.8º | 0.81% | 0.69% | - |
| XYZ | 16.62 | 31.57 | 7.5 | - |
| YUV | 118.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 176 | 43 | 0.81 | 0 | 0.76 | 0.31 | 123.8 | 0.68 | 0.41 |
| Hex | 22 | B0 | 2B | 51 | 0 | 4C | 1F | 7C | 44 | 29 |
| Octal | 42 | 260 | 53 | 121 | 0 | 114 | 37 | 174 | 104 | 51 |
| Binary | 100010 | 10110000 | 101011 | 1010001 | 0 | 1001100 | 11111 | 1111100 | 1000100 | 101001 |
Color Harmonies of #22B02B
Complementary color
Monochromatic Colors of #22B02B
Black with #22B02B
Text Example
Text Example
White with #22B02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B02B; }
p { color: rgb(34,176,43); }
H1.HeaderClassName
{
color: #22B02B;
}
.AnyTagClassName
{
color: #22B02B;
}
</style>
background-color css
<style>
a { background-color: #22B02B; }
a { background-color: rgb(34,176,43); }
div.DivClassName
{
background-color: #22B02B;
}
.BgClassName
{
background-color: #22B02B;
}
</style>
border-color css
<style>
span { border-color: #22B02B; }
span { border-color: rgb(34,176,43); }
td.TdClassName
{
border-color: #22B02B;
}
.TagClassName
{
border-color: #22B02B;
}
</style>