Shades of Lime Green #2CB222
Tints of Lime Green #2CB222
RGB
CMYK
RGB Variations
Color information
#2CB222 (or 0x2CB222) is known color: Lime Green. HEX triplet: 2C, B2 and 22. RGB value is (44,178,34). Sum of RGB (Red+Green+Blue) = 44+178+34=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB222 is #D34DDD. Grayscale: #797979. Windows color (decimal): -13848030 or 2273836. OLE color: 2273836.
HSL color Cylindrical-coordinate representation of color #2CB222: hue angle of 115.83º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CB222 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 34 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.30 |
| HSL | 115.83º | 0.68% | 0.42% | - |
| HSV(B) | 115.83º | 0.81% | 0.7% | - |
| XYZ | 17.25 | 32.49 | 6.88 | - |
| YUV | 121.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 34 | 0.75 | 0 | 0.81 | 0.30 | 115.83 | 0.68 | 0.42 |
| Hex | 2C | B2 | 22 | 4B | 0 | 51 | 1E | 74 | 44 | 2A |
| Octal | 54 | 262 | 42 | 113 | 0 | 121 | 36 | 164 | 104 | 52 |
| Binary | 101100 | 10110010 | 100010 | 1001011 | 0 | 1010001 | 11110 | 1110100 | 1000100 | 101010 |
Color Harmonies of #2CB222
Complementary color
Monochromatic Colors of #2CB222
Black with #2CB222
Text Example
Text Example
White with #2CB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB222; }
p { color: rgb(44,178,34); }
H1.HeaderClassName
{
color: #2CB222;
}
.AnyTagClassName
{
color: #2CB222;
}
</style>
background-color css
<style>
a { background-color: #2CB222; }
a { background-color: rgb(44,178,34); }
div.DivClassName
{
background-color: #2CB222;
}
.BgClassName
{
background-color: #2CB222;
}
</style>
border-color css
<style>
span { border-color: #2CB222; }
span { border-color: rgb(44,178,34); }
td.TdClassName
{
border-color: #2CB222;
}
.TagClassName
{
border-color: #2CB222;
}
</style>