Shades of Lime Green #2BB031
Tints of Lime Green #2BB031
RGB
CMYK
RGB Variations
Color information
#2BB031 (or 0x2BB031) is known color: Lime Green. HEX triplet: 2B, B0 and 31. RGB value is (43,176,49). Sum of RGB (Red+Green+Blue) = 43+176+49=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB031 is #D44FCE. Grayscale: #7A7A7A. Windows color (decimal): -13914063 or 3256363. OLE color: 3256363.
HSL color Cylindrical-coordinate representation of color #2BB031: hue angle of 122.71º 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 #2BB031 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 49 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.31 |
| HSL | 122.71º | 0.61% | 0.43% | - |
| HSV(B) | 122.71º | 0.76% | 0.69% | - |
| XYZ | 17.08 | 31.79 | 8.14 | - |
| YUV | 121.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 49 | 0.76 | 0 | 0.72 | 0.31 | 122.71 | 0.61 | 0.43 |
| Hex | 2B | B0 | 31 | 4C | 0 | 48 | 1F | 7B | 3D | 2B |
| Octal | 53 | 260 | 61 | 114 | 0 | 110 | 37 | 173 | 75 | 53 |
| Binary | 101011 | 10110000 | 110001 | 1001100 | 0 | 1001000 | 11111 | 1111011 | 111101 | 101011 |
Color Harmonies of #2BB031
Complementary color
Monochromatic Colors of #2BB031
Black with #2BB031
Text Example
Text Example
White with #2BB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB031; }
p { color: rgb(43,176,49); }
H1.HeaderClassName
{
color: #2BB031;
}
.AnyTagClassName
{
color: #2BB031;
}
</style>
background-color css
<style>
a { background-color: #2BB031; }
a { background-color: rgb(43,176,49); }
div.DivClassName
{
background-color: #2BB031;
}
.BgClassName
{
background-color: #2BB031;
}
</style>
border-color css
<style>
span { border-color: #2BB031; }
span { border-color: rgb(43,176,49); }
td.TdClassName
{
border-color: #2BB031;
}
.TagClassName
{
border-color: #2BB031;
}
</style>