Shades of Lime Green #2BB136
Tints of Lime Green #2BB136
RGB
CMYK
RGB Variations
Color information
#2BB136 (or 0x2BB136) is known color: Lime Green. HEX triplet: 2B, B1 and 36. RGB value is (43,177,54). Sum of RGB (Red+Green+Blue) = 43+177+54=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 177 (69.53% from 255 or 64.60% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB136 is #D44EC9. Grayscale: #7B7B7B. Windows color (decimal): -13913802 or 3584299. OLE color: 3584299.
HSL color Cylindrical-coordinate representation of color #2BB136: hue angle of 124.93º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB136 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 54 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.31 |
| HSL | 124.93º | 0.61% | 0.43% | - |
| HSV(B) | 124.93º | 0.76% | 0.69% | - |
| XYZ | 17.38 | 32.22 | 8.79 | - |
| YUV | 122.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 54 | 0.76 | 0 | 0.69 | 0.31 | 124.93 | 0.61 | 0.43 |
| Hex | 2B | B1 | 36 | 4C | 0 | 45 | 1F | 7D | 3D | 2B |
| Octal | 53 | 261 | 66 | 114 | 0 | 105 | 37 | 175 | 75 | 53 |
| Binary | 101011 | 10110001 | 110110 | 1001100 | 0 | 1000101 | 11111 | 1111101 | 111101 | 101011 |
Color Harmonies of #2BB136
Complementary color
Monochromatic Colors of #2BB136
Black with #2BB136
Text Example
Text Example
White with #2BB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB136; }
p { color: rgb(43,177,54); }
H1.HeaderClassName
{
color: #2BB136;
}
.AnyTagClassName
{
color: #2BB136;
}
</style>
background-color css
<style>
a { background-color: #2BB136; }
a { background-color: rgb(43,177,54); }
div.DivClassName
{
background-color: #2BB136;
}
.BgClassName
{
background-color: #2BB136;
}
</style>
border-color css
<style>
span { border-color: #2BB136; }
span { border-color: rgb(43,177,54); }
td.TdClassName
{
border-color: #2BB136;
}
.TagClassName
{
border-color: #2BB136;
}
</style>