Shades of Lime Green #22BC2C
Tints of Lime Green #22BC2C
RGB
CMYK
RGB Variations
Color information
#22BC2C (or 0x22BC2C) is known color: Lime Green. HEX triplet: 22, BC and 2C. RGB value is (34,188,44). Sum of RGB (Red+Green+Blue) = 34+188+44=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC2C is #DD43D3. Grayscale: #7D7D7D. Windows color (decimal): -14500820 or 2931746. OLE color: 2931746.
HSL color Cylindrical-coordinate representation of color #22BC2C: hue angle of 123.9º 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 #22BC2C is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 44 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.26 |
| HSL | 123.9º | 0.69% | 0.44% | - |
| HSV(B) | 123.9º | 0.82% | 0.74% | - |
| XYZ | 19.1 | 36.49 | 8.42 | - |
| YUV | 125.54 | 81.98 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 44 | 0.82 | 0 | 0.77 | 0.26 | 123.9 | 0.69 | 0.44 |
| Hex | 22 | BC | 2C | 52 | 0 | 4D | 1A | 7C | 45 | 2C |
| Octal | 42 | 274 | 54 | 122 | 0 | 115 | 32 | 174 | 105 | 54 |
| Binary | 100010 | 10111100 | 101100 | 1010010 | 0 | 1001101 | 11010 | 1111100 | 1000101 | 101100 |
Color Harmonies of #22BC2C
Complementary color
Monochromatic Colors of #22BC2C
Black with #22BC2C
Text Example
Text Example
White with #22BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC2C; }
p { color: rgb(34,188,44); }
H1.HeaderClassName
{
color: #22BC2C;
}
.AnyTagClassName
{
color: #22BC2C;
}
</style>
background-color css
<style>
a { background-color: #22BC2C; }
a { background-color: rgb(34,188,44); }
div.DivClassName
{
background-color: #22BC2C;
}
.BgClassName
{
background-color: #22BC2C;
}
</style>
border-color css
<style>
span { border-color: #22BC2C; }
span { border-color: rgb(34,188,44); }
td.TdClassName
{
border-color: #22BC2C;
}
.TagClassName
{
border-color: #22BC2C;
}
</style>