Shades of Lime Green #22BC3E
Tints of Lime Green #22BC3E
RGB
CMYK
RGB Variations
Color information
#22BC3E (or 0x22BC3E) is known color: Lime Green. HEX triplet: 22, BC and 3E. RGB value is (34,188,62). Sum of RGB (Red+Green+Blue) = 34+188+62=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC3E is #DD43C1. Grayscale: #7F7F7F. Windows color (decimal): -14500802 or 4111394. OLE color: 4111394.
HSL color Cylindrical-coordinate representation of color #22BC3E: hue angle of 130.91º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BC3E is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 62 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.26 |
| HSL | 130.91º | 0.69% | 0.44% | - |
| HSV(B) | 130.91º | 0.82% | 0.74% | - |
| XYZ | 19.51 | 36.65 | 10.6 | - |
| YUV | 127.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 62 | 0.82 | 0 | 0.67 | 0.26 | 130.91 | 0.69 | 0.44 |
| Hex | 22 | BC | 3E | 52 | 0 | 43 | 1A | 83 | 45 | 2C |
| Octal | 42 | 274 | 76 | 122 | 0 | 103 | 32 | 203 | 105 | 54 |
| Binary | 100010 | 10111100 | 111110 | 1010010 | 0 | 1000011 | 11010 | 10000011 | 1000101 | 101100 |
Color Harmonies of #22BC3E
Complementary color
Monochromatic Colors of #22BC3E
Black with #22BC3E
Text Example
Text Example
White with #22BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC3E; }
p { color: rgb(34,188,62); }
H1.HeaderClassName
{
color: #22BC3E;
}
.AnyTagClassName
{
color: #22BC3E;
}
</style>
background-color css
<style>
a { background-color: #22BC3E; }
a { background-color: rgb(34,188,62); }
div.DivClassName
{
background-color: #22BC3E;
}
.BgClassName
{
background-color: #22BC3E;
}
</style>
border-color css
<style>
span { border-color: #22BC3E; }
span { border-color: rgb(34,188,62); }
td.TdClassName
{
border-color: #22BC3E;
}
.TagClassName
{
border-color: #22BC3E;
}
</style>