Shades of Lime Green #2CB136
Tints of Lime Green #2CB136
RGB
CMYK
RGB Variations
Color information
#2CB136 (or 0x2CB136) is known color: Lime Green. HEX triplet: 2C, B1 and 36. RGB value is (44,177,54). Sum of RGB (Red+Green+Blue) = 44+177+54=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 177 (69.53% from 255 or 64.36% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB136 is #D34EC9. Grayscale: #7B7B7B. Windows color (decimal): -13848266 or 3584300. OLE color: 3584300.
HSL color Cylindrical-coordinate representation of color #2CB136: hue angle of 124.51º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB136 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 177 | 54 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.31 |
| HSL | 124.51º | 0.6% | 0.43% | - |
| HSV(B) | 124.51º | 0.75% | 0.69% | - |
| XYZ | 17.43 | 32.25 | 8.8 | - |
| YUV | 123.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 54 | 0.75 | 0 | 0.69 | 0.31 | 124.51 | 0.6 | 0.43 |
| Hex | 2C | B1 | 36 | 4B | 0 | 45 | 1F | 7D | 3C | 2B |
| Octal | 54 | 261 | 66 | 113 | 0 | 105 | 37 | 175 | 74 | 53 |
| Binary | 101100 | 10110001 | 110110 | 1001011 | 0 | 1000101 | 11111 | 1111101 | 111100 | 101011 |
Color Harmonies of #2CB136
Complementary color
Monochromatic Colors of #2CB136
Black with #2CB136
Text Example
Text Example
White with #2CB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB136; }
p { color: rgb(44,177,54); }
H1.HeaderClassName
{
color: #2CB136;
}
.AnyTagClassName
{
color: #2CB136;
}
</style>
background-color css
<style>
a { background-color: #2CB136; }
a { background-color: rgb(44,177,54); }
div.DivClassName
{
background-color: #2CB136;
}
.BgClassName
{
background-color: #2CB136;
}
</style>
border-color css
<style>
span { border-color: #2CB136; }
span { border-color: rgb(44,177,54); }
td.TdClassName
{
border-color: #2CB136;
}
.TagClassName
{
border-color: #2CB136;
}
</style>