Shades of Lime Green #2CB422
Tints of Lime Green #2CB422
RGB
CMYK
RGB Variations
Color information
#2CB422 (or 0x2CB422) is known color: Lime Green. HEX triplet: 2C, B4 and 22. RGB value is (44,180,34). Sum of RGB (Red+Green+Blue) = 44+180+34=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 180 (70.70% from 255 or 69.77% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB422 is #D34BDD. Grayscale: #7B7B7B. Windows color (decimal): -13847518 or 2274348. OLE color: 2274348.
HSL color Cylindrical-coordinate representation of color #2CB422: hue angle of 115.89º degrees, saturation: 0.68, 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 #2CB422 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 34 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.29 |
| HSL | 115.89º | 0.68% | 0.42% | - |
| HSV(B) | 115.89º | 0.81% | 0.71% | - |
| XYZ | 17.65 | 33.29 | 7.01 | - |
| YUV | 122.69 | 77.94 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 34 | 0.76 | 0 | 0.81 | 0.29 | 115.89 | 0.68 | 0.42 |
| Hex | 2C | B4 | 22 | 4C | 0 | 51 | 1D | 74 | 44 | 2A |
| Octal | 54 | 264 | 42 | 114 | 0 | 121 | 35 | 164 | 104 | 52 |
| Binary | 101100 | 10110100 | 100010 | 1001100 | 0 | 1010001 | 11101 | 1110100 | 1000100 | 101010 |
Color Harmonies of #2CB422
Complementary color
Monochromatic Colors of #2CB422
Black with #2CB422
Text Example
Text Example
White with #2CB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB422; }
p { color: rgb(44,180,34); }
H1.HeaderClassName
{
color: #2CB422;
}
.AnyTagClassName
{
color: #2CB422;
}
</style>
background-color css
<style>
a { background-color: #2CB422; }
a { background-color: rgb(44,180,34); }
div.DivClassName
{
background-color: #2CB422;
}
.BgClassName
{
background-color: #2CB422;
}
</style>
border-color css
<style>
span { border-color: #2CB422; }
span { border-color: rgb(44,180,34); }
td.TdClassName
{
border-color: #2CB422;
}
.TagClassName
{
border-color: #2CB422;
}
</style>