Shades of Lime Green #2CBA29
Tints of Lime Green #2CBA29
RGB
CMYK
RGB Variations
Color information
#2CBA29 (or 0x2CBA29) is known color: Lime Green. HEX triplet: 2C, BA and 29. RGB value is (44,186,41). Sum of RGB (Red+Green+Blue) = 44+186+41=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA29 is #D345D6. Grayscale: #7F7F7F. Windows color (decimal): -13845975 or 2734636. OLE color: 2734636.
HSL color Cylindrical-coordinate representation of color #2CBA29: hue angle of 118.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBA29 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 41 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.27 |
| HSL | 118.76º | 0.64% | 0.45% | - |
| HSV(B) | 118.76º | 0.78% | 0.73% | - |
| XYZ | 19 | 35.81 | 8.01 | - |
| YUV | 127.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 41 | 0.76 | 0 | 0.78 | 0.27 | 118.76 | 0.64 | 0.45 |
| Hex | 2C | BA | 29 | 4C | 0 | 4E | 1B | 77 | 40 | 2D |
| Octal | 54 | 272 | 51 | 114 | 0 | 116 | 33 | 167 | 100 | 55 |
| Binary | 101100 | 10111010 | 101001 | 1001100 | 0 | 1001110 | 11011 | 1110111 | 1000000 | 101101 |
Color Harmonies of #2CBA29
Complementary color
Monochromatic Colors of #2CBA29
Black with #2CBA29
Text Example
Text Example
White with #2CBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA29; }
p { color: rgb(44,186,41); }
H1.HeaderClassName
{
color: #2CBA29;
}
.AnyTagClassName
{
color: #2CBA29;
}
</style>
background-color css
<style>
a { background-color: #2CBA29; }
a { background-color: rgb(44,186,41); }
div.DivClassName
{
background-color: #2CBA29;
}
.BgClassName
{
background-color: #2CBA29;
}
</style>
border-color css
<style>
span { border-color: #2CBA29; }
span { border-color: rgb(44,186,41); }
td.TdClassName
{
border-color: #2CBA29;
}
.TagClassName
{
border-color: #2CBA29;
}
</style>