Shades of Lime Green #2BA938
Tints of Lime Green #2BA938
RGB
CMYK
RGB Variations
Color information
#2BA938 (or 0x2BA938) is known color: Lime Green. HEX triplet: 2B, A9 and 38. RGB value is (43,169,56). Sum of RGB (Red+Green+Blue) = 43+169+56=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA938 is #D456C7. Grayscale: #767676. Windows color (decimal): -13915848 or 3713323. OLE color: 3713323.
HSL color Cylindrical-coordinate representation of color #2BA938: hue angle of 126.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA938 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 56 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.34 |
| HSL | 126.19º | 0.59% | 0.42% | - |
| HSV(B) | 126.19º | 0.75% | 0.66% | - |
| XYZ | 15.9 | 29.18 | 8.53 | - |
| YUV | 118.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 56 | 0.75 | 0 | 0.67 | 0.34 | 126.19 | 0.59 | 0.42 |
| Hex | 2B | A9 | 38 | 4B | 0 | 43 | 22 | 7E | 3B | 2A |
| Octal | 53 | 251 | 70 | 113 | 0 | 103 | 42 | 176 | 73 | 52 |
| Binary | 101011 | 10101001 | 111000 | 1001011 | 0 | 1000011 | 100010 | 1111110 | 111011 | 101010 |
Color Harmonies of #2BA938
Complementary color
Monochromatic Colors of #2BA938
Black with #2BA938
Text Example
Text Example
White with #2BA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA938; }
p { color: rgb(43,169,56); }
H1.HeaderClassName
{
color: #2BA938;
}
.AnyTagClassName
{
color: #2BA938;
}
</style>
background-color css
<style>
a { background-color: #2BA938; }
a { background-color: rgb(43,169,56); }
div.DivClassName
{
background-color: #2BA938;
}
.BgClassName
{
background-color: #2BA938;
}
</style>
border-color css
<style>
span { border-color: #2BA938; }
span { border-color: rgb(43,169,56); }
td.TdClassName
{
border-color: #2BA938;
}
.TagClassName
{
border-color: #2BA938;
}
</style>