Shades of Lime Green #2BBA23
Tints of Lime Green #2BBA23
RGB
CMYK
RGB Variations
Color information
#2BBA23 (or 0x2BBA23) is known color: Lime Green. HEX triplet: 2B, BA and 23. RGB value is (43,186,35). Sum of RGB (Red+Green+Blue) = 43+186+35=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA23 is #D445DC. Grayscale: #7E7E7E. Windows color (decimal): -13911517 or 2341419. OLE color: 2341419.
HSL color Cylindrical-coordinate representation of color #2BBA23: hue angle of 116.82º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBA23 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 35 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.27 |
| HSL | 116.82º | 0.68% | 0.43% | - |
| HSV(B) | 116.82º | 0.81% | 0.73% | - |
| XYZ | 18.86 | 35.75 | 7.5 | - |
| YUV | 126.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 35 | 0.77 | 0 | 0.81 | 0.27 | 116.82 | 0.68 | 0.43 |
| Hex | 2B | BA | 23 | 4D | 0 | 51 | 1B | 75 | 44 | 2B |
| Octal | 53 | 272 | 43 | 115 | 0 | 121 | 33 | 165 | 104 | 53 |
| Binary | 101011 | 10111010 | 100011 | 1001101 | 0 | 1010001 | 11011 | 1110101 | 1000100 | 101011 |
Color Harmonies of #2BBA23
Complementary color
Monochromatic Colors of #2BBA23
Black with #2BBA23
Text Example
Text Example
White with #2BBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA23; }
p { color: rgb(43,186,35); }
H1.HeaderClassName
{
color: #2BBA23;
}
.AnyTagClassName
{
color: #2BBA23;
}
</style>
background-color css
<style>
a { background-color: #2BBA23; }
a { background-color: rgb(43,186,35); }
div.DivClassName
{
background-color: #2BBA23;
}
.BgClassName
{
background-color: #2BBA23;
}
</style>
border-color css
<style>
span { border-color: #2BBA23; }
span { border-color: rgb(43,186,35); }
td.TdClassName
{
border-color: #2BBA23;
}
.TagClassName
{
border-color: #2BBA23;
}
</style>