Shades of Lime Green #2BBA31
Tints of Lime Green #2BBA31
RGB
CMYK
RGB Variations
Color information
#2BBA31 (or 0x2BBA31) is known color: Lime Green. HEX triplet: 2B, BA and 31. RGB value is (43,186,49). Sum of RGB (Red+Green+Blue) = 43+186+49=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA31 is #D445CE. Grayscale: #808080. Windows color (decimal): -13911503 or 3258923. OLE color: 3258923.
HSL color Cylindrical-coordinate representation of color #2BBA31: hue angle of 122.52º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA31 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 49 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.27 |
| HSL | 122.52º | 0.62% | 0.45% | - |
| HSV(B) | 122.52º | 0.77% | 0.73% | - |
| XYZ | 19.11 | 35.85 | 8.82 | - |
| YUV | 127.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 49 | 0.77 | 0 | 0.74 | 0.27 | 122.52 | 0.62 | 0.45 |
| Hex | 2B | BA | 31 | 4D | 0 | 4A | 1B | 7B | 3E | 2D |
| Octal | 53 | 272 | 61 | 115 | 0 | 112 | 33 | 173 | 76 | 55 |
| Binary | 101011 | 10111010 | 110001 | 1001101 | 0 | 1001010 | 11011 | 1111011 | 111110 | 101101 |
Color Harmonies of #2BBA31
Complementary color
Monochromatic Colors of #2BBA31
Black with #2BBA31
Text Example
Text Example
White with #2BBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA31; }
p { color: rgb(43,186,49); }
H1.HeaderClassName
{
color: #2BBA31;
}
.AnyTagClassName
{
color: #2BBA31;
}
</style>
background-color css
<style>
a { background-color: #2BBA31; }
a { background-color: rgb(43,186,49); }
div.DivClassName
{
background-color: #2BBA31;
}
.BgClassName
{
background-color: #2BBA31;
}
</style>
border-color css
<style>
span { border-color: #2BBA31; }
span { border-color: rgb(43,186,49); }
td.TdClassName
{
border-color: #2BBA31;
}
.TagClassName
{
border-color: #2BBA31;
}
</style>