Shades of Lime Green #2BBA25
Tints of Lime Green #2BBA25
RGB
CMYK
RGB Variations
Color information
#2BBA25 (or 0x2BBA25) is known color: Lime Green. HEX triplet: 2B, BA and 25. RGB value is (43,186,37). Sum of RGB (Red+Green+Blue) = 43+186+37=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA25 is #D445DA. Grayscale: #7E7E7E. Windows color (decimal): -13911515 or 2472491. OLE color: 2472491.
HSL color Cylindrical-coordinate representation of color #2BBA25: hue angle of 117.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBA25 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 37 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.27 |
| HSL | 117.58º | 0.67% | 0.44% | - |
| HSV(B) | 117.58º | 0.8% | 0.73% | - |
| XYZ | 18.89 | 35.76 | 7.66 | - |
| YUV | 126.26 | 77.62 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 37 | 0.77 | 0 | 0.80 | 0.27 | 117.58 | 0.67 | 0.44 |
| Hex | 2B | BA | 25 | 4D | 0 | 50 | 1B | 76 | 43 | 2C |
| Octal | 53 | 272 | 45 | 115 | 0 | 120 | 33 | 166 | 103 | 54 |
| Binary | 101011 | 10111010 | 100101 | 1001101 | 0 | 1010000 | 11011 | 1110110 | 1000011 | 101100 |
Color Harmonies of #2BBA25
Complementary color
Monochromatic Colors of #2BBA25
Black with #2BBA25
Text Example
Text Example
White with #2BBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA25; }
p { color: rgb(43,186,37); }
H1.HeaderClassName
{
color: #2BBA25;
}
.AnyTagClassName
{
color: #2BBA25;
}
</style>
background-color css
<style>
a { background-color: #2BBA25; }
a { background-color: rgb(43,186,37); }
div.DivClassName
{
background-color: #2BBA25;
}
.BgClassName
{
background-color: #2BBA25;
}
</style>
border-color css
<style>
span { border-color: #2BBA25; }
span { border-color: rgb(43,186,37); }
td.TdClassName
{
border-color: #2BBA25;
}
.TagClassName
{
border-color: #2BBA25;
}
</style>