Shades of Lime Green #22CB3A
Tints of Lime Green #22CB3A
RGB
CMYK
RGB Variations
Color information
#22CB3A (or 0x22CB3A) is known color: Lime Green. HEX triplet: 22, CB and 3A. RGB value is (34,203,58). Sum of RGB (Red+Green+Blue) = 34+203+58=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CB3A is #DD34C5. Grayscale: #888888. Windows color (decimal): -14496966 or 3853090. OLE color: 3853090.
HSL color Cylindrical-coordinate representation of color #22CB3A: hue angle of 128.52º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CB3A is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 58 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.20 |
| HSL | 128.52º | 0.71% | 0.46% | - |
| HSV(B) | 128.52º | 0.83% | 0.8% | - |
| XYZ | 22.78 | 43.36 | 11.17 | - |
| YUV | 135.94 | 84.01 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 58 | 0.83 | 0 | 0.71 | 0.20 | 128.52 | 0.71 | 0.46 |
| Hex | 22 | CB | 3A | 53 | 0 | 47 | 14 | 81 | 47 | 2E |
| Octal | 42 | 313 | 72 | 123 | 0 | 107 | 24 | 201 | 107 | 56 |
| Binary | 100010 | 11001011 | 111010 | 1010011 | 0 | 1000111 | 10100 | 10000001 | 1000111 | 101110 |
Color Harmonies of #22CB3A
Complementary color
Monochromatic Colors of #22CB3A
Black with #22CB3A
Text Example
Text Example
White with #22CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CB3A; }
p { color: rgb(34,203,58); }
H1.HeaderClassName
{
color: #22CB3A;
}
.AnyTagClassName
{
color: #22CB3A;
}
</style>
background-color css
<style>
a { background-color: #22CB3A; }
a { background-color: rgb(34,203,58); }
div.DivClassName
{
background-color: #22CB3A;
}
.BgClassName
{
background-color: #22CB3A;
}
</style>
border-color css
<style>
span { border-color: #22CB3A; }
span { border-color: rgb(34,203,58); }
td.TdClassName
{
border-color: #22CB3A;
}
.TagClassName
{
border-color: #22CB3A;
}
</style>