Shades of Lime Green #22B630
Tints of Lime Green #22B630
RGB
CMYK
RGB Variations
Color information
#22B630 (or 0x22B630) is known color: Lime Green. HEX triplet: 22, B6 and 30. RGB value is (34,182,48). Sum of RGB (Red+Green+Blue) = 34+182+48=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #22B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B630 is #DD49CF. Grayscale: #7A7A7A. Windows color (decimal): -14502352 or 3192354. OLE color: 3192354.
HSL color Cylindrical-coordinate representation of color #22B630: hue angle of 125.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B630 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 182 | 48 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.29 |
| HSL | 125.68º | 0.69% | 0.42% | - |
| HSV(B) | 125.68º | 0.81% | 0.71% | - |
| XYZ | 17.92 | 34.01 | 8.42 | - |
| YUV | 122.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 182 | 48 | 0.81 | 0 | 0.74 | 0.29 | 125.68 | 0.69 | 0.42 |
| Hex | 22 | B6 | 30 | 51 | 0 | 4A | 1D | 7E | 45 | 2A |
| Octal | 42 | 266 | 60 | 121 | 0 | 112 | 35 | 176 | 105 | 52 |
| Binary | 100010 | 10110110 | 110000 | 1010001 | 0 | 1001010 | 11101 | 1111110 | 1000101 | 101010 |
Color Harmonies of #22B630
Complementary color
Monochromatic Colors of #22B630
Black with #22B630
Text Example
Text Example
White with #22B630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B630; }
p { color: rgb(34,182,48); }
H1.HeaderClassName
{
color: #22B630;
}
.AnyTagClassName
{
color: #22B630;
}
</style>
background-color css
<style>
a { background-color: #22B630; }
a { background-color: rgb(34,182,48); }
div.DivClassName
{
background-color: #22B630;
}
.BgClassName
{
background-color: #22B630;
}
</style>
border-color css
<style>
span { border-color: #22B630; }
span { border-color: rgb(34,182,48); }
td.TdClassName
{
border-color: #22B630;
}
.TagClassName
{
border-color: #22B630;
}
</style>