Shades of Lime Green #2BBA1E
Tints of Lime Green #2BBA1E
RGB
CMYK
RGB Variations
Color information
#2BBA1E (or 0x2BBA1E) is known color: Lime Green. HEX triplet: 2B, BA and 1E. RGB value is (43,186,30). Sum of RGB (Red+Green+Blue) = 43+186+30=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA1E is #D445E1. Grayscale: #7D7D7D. Windows color (decimal): -13911522 or 2013739. OLE color: 2013739.
HSL color Cylindrical-coordinate representation of color #2BBA1E: hue angle of 115º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BBA1E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.27 |
| HSL | 115º | 0.72% | 0.42% | - |
| HSV(B) | 115º | 0.84% | 0.73% | - |
| XYZ | 18.79 | 35.73 | 7.13 | - |
| YUV | 125.46 | 74.12 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 30 | 0.77 | 0 | 0.84 | 0.27 | 115 | 0.72 | 0.42 |
| Hex | 2B | BA | 1E | 4D | 0 | 54 | 1B | 73 | 48 | 2A |
| Octal | 53 | 272 | 36 | 115 | 0 | 124 | 33 | 163 | 110 | 52 |
| Binary | 101011 | 10111010 | 11110 | 1001101 | 0 | 1010100 | 11011 | 1110011 | 1001000 | 101010 |
Color Harmonies of #2BBA1E
Complementary color
Monochromatic Colors of #2BBA1E
Black with #2BBA1E
Text Example
Text Example
White with #2BBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA1E; }
p { color: rgb(43,186,30); }
H1.HeaderClassName
{
color: #2BBA1E;
}
.AnyTagClassName
{
color: #2BBA1E;
}
</style>
background-color css
<style>
a { background-color: #2BBA1E; }
a { background-color: rgb(43,186,30); }
div.DivClassName
{
background-color: #2BBA1E;
}
.BgClassName
{
background-color: #2BBA1E;
}
</style>
border-color css
<style>
span { border-color: #2BBA1E; }
span { border-color: rgb(43,186,30); }
td.TdClassName
{
border-color: #2BBA1E;
}
.TagClassName
{
border-color: #2BBA1E;
}
</style>