Shades of Lime Green #2CBA41
Tints of Lime Green #2CBA41
RGB
CMYK
RGB Variations
Color information
#2CBA41 (or 0x2CBA41) is known color: Lime Green. HEX triplet: 2C, BA and 41. RGB value is (44,186,65). Sum of RGB (Red+Green+Blue) = 44+186+65=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA41 is #D345BE. Grayscale: #828282. Windows color (decimal): -13845951 or 4307500. OLE color: 4307500.
HSL color Cylindrical-coordinate representation of color #2CBA41: hue angle of 128.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA41 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 65 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.27 |
| HSL | 128.87º | 0.62% | 0.45% | - |
| HSV(B) | 128.87º | 0.76% | 0.73% | - |
| XYZ | 19.55 | 36.03 | 10.93 | - |
| YUV | 129.75 | 91.46 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 65 | 0.76 | 0 | 0.65 | 0.27 | 128.87 | 0.62 | 0.45 |
| Hex | 2C | BA | 41 | 4C | 0 | 41 | 1B | 81 | 3E | 2D |
| Octal | 54 | 272 | 101 | 114 | 0 | 101 | 33 | 201 | 76 | 55 |
| Binary | 101100 | 10111010 | 1000001 | 1001100 | 0 | 1000001 | 11011 | 10000001 | 111110 | 101101 |
Color Harmonies of #2CBA41
Complementary color
Monochromatic Colors of #2CBA41
Black with #2CBA41
Text Example
Text Example
White with #2CBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA41; }
p { color: rgb(44,186,65); }
H1.HeaderClassName
{
color: #2CBA41;
}
.AnyTagClassName
{
color: #2CBA41;
}
</style>
background-color css
<style>
a { background-color: #2CBA41; }
a { background-color: rgb(44,186,65); }
div.DivClassName
{
background-color: #2CBA41;
}
.BgClassName
{
background-color: #2CBA41;
}
</style>
border-color css
<style>
span { border-color: #2CBA41; }
span { border-color: rgb(44,186,65); }
td.TdClassName
{
border-color: #2CBA41;
}
.TagClassName
{
border-color: #2CBA41;
}
</style>