Shades of Lime Green #2BB121
Tints of Lime Green #2BB121
RGB
CMYK
RGB Variations
Color information
#2BB121 (or 0x2BB121) is known color: Lime Green. HEX triplet: 2B, B1 and 21. RGB value is (43,177,33). Sum of RGB (Red+Green+Blue) = 43+177+33=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB121 is #D44EDE. Grayscale: #787878. Windows color (decimal): -13913823 or 2208043. OLE color: 2208043.
HSL color Cylindrical-coordinate representation of color #2BB121: hue angle of 115.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BB121 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 33 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.31 |
| HSL | 115.83º | 0.69% | 0.41% | - |
| HSV(B) | 115.83º | 0.81% | 0.69% | - |
| XYZ | 16.99 | 32.07 | 6.73 | - |
| YUV | 120.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 33 | 0.76 | 0 | 0.81 | 0.31 | 115.83 | 0.69 | 0.41 |
| Hex | 2B | B1 | 21 | 4C | 0 | 51 | 1F | 74 | 45 | 29 |
| Octal | 53 | 261 | 41 | 114 | 0 | 121 | 37 | 164 | 105 | 51 |
| Binary | 101011 | 10110001 | 100001 | 1001100 | 0 | 1010001 | 11111 | 1110100 | 1000101 | 101001 |
Color Harmonies of #2BB121
Complementary color
Monochromatic Colors of #2BB121
Black with #2BB121
Text Example
Text Example
White with #2BB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB121; }
p { color: rgb(43,177,33); }
H1.HeaderClassName
{
color: #2BB121;
}
.AnyTagClassName
{
color: #2BB121;
}
</style>
background-color css
<style>
a { background-color: #2BB121; }
a { background-color: rgb(43,177,33); }
div.DivClassName
{
background-color: #2BB121;
}
.BgClassName
{
background-color: #2BB121;
}
</style>
border-color css
<style>
span { border-color: #2BB121; }
span { border-color: rgb(43,177,33); }
td.TdClassName
{
border-color: #2BB121;
}
.TagClassName
{
border-color: #2BB121;
}
</style>