Shades of Lime Green #2BB127
Tints of Lime Green #2BB127
RGB
CMYK
RGB Variations
Color information
#2BB127 (or 0x2BB127) is known color: Lime Green. HEX triplet: 2B, B1 and 27. RGB value is (43,177,39). Sum of RGB (Red+Green+Blue) = 43+177+39=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 177 (69.53% from 255 or 68.34% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB127 is #D44ED8. Grayscale: #797979. Windows color (decimal): -13913817 or 2601259. OLE color: 2601259.
HSL color Cylindrical-coordinate representation of color #2BB127: hue angle of 118.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BB127 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 39 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.31 |
| HSL | 118.26º | 0.64% | 0.42% | - |
| HSV(B) | 118.26º | 0.78% | 0.69% | - |
| XYZ | 17.08 | 32.1 | 7.22 | - |
| YUV | 121.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 39 | 0.76 | 0 | 0.78 | 0.31 | 118.26 | 0.64 | 0.42 |
| Hex | 2B | B1 | 27 | 4C | 0 | 4E | 1F | 76 | 40 | 2A |
| Octal | 53 | 261 | 47 | 114 | 0 | 116 | 37 | 166 | 100 | 52 |
| Binary | 101011 | 10110001 | 100111 | 1001100 | 0 | 1001110 | 11111 | 1110110 | 1000000 | 101010 |
Color Harmonies of #2BB127
Complementary color
Monochromatic Colors of #2BB127
Black with #2BB127
Text Example
Text Example
White with #2BB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB127; }
p { color: rgb(43,177,39); }
H1.HeaderClassName
{
color: #2BB127;
}
.AnyTagClassName
{
color: #2BB127;
}
</style>
background-color css
<style>
a { background-color: #2BB127; }
a { background-color: rgb(43,177,39); }
div.DivClassName
{
background-color: #2BB127;
}
.BgClassName
{
background-color: #2BB127;
}
</style>
border-color css
<style>
span { border-color: #2BB127; }
span { border-color: rgb(43,177,39); }
td.TdClassName
{
border-color: #2BB127;
}
.TagClassName
{
border-color: #2BB127;
}
</style>