Shades of Lime Green #2BE149
Tints of Lime Green #2BE149
RGB
CMYK
RGB Variations
Color information
#2BE149 (or 0x2BE149) is known color: Lime Green. HEX triplet: 2B, E1 and 49. RGB value is (43,225,73). Sum of RGB (Red+Green+Blue) = 43+225+73=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE149 is #D41EB6. Grayscale: #999999. Windows color (decimal): -13901495 or 4841771. OLE color: 4841771.
HSL color Cylindrical-coordinate representation of color #2BE149: hue angle of 129.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE149 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 73 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.12 |
| HSL | 129.89º | 0.75% | 0.53% | - |
| HSV(B) | 129.89º | 0.81% | 0.88% | - |
| XYZ | 29.12 | 54.85 | 15.35 | - |
| YUV | 153.25 | 82.7 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 73 | 0.81 | 0 | 0.68 | 0.12 | 129.89 | 0.75 | 0.53 |
| Hex | 2B | E1 | 49 | 51 | 0 | 44 | C | 82 | 4B | 35 |
| Octal | 53 | 341 | 111 | 121 | 0 | 104 | 14 | 202 | 113 | 65 |
| Binary | 101011 | 11100001 | 1001001 | 1010001 | 0 | 1000100 | 1100 | 10000010 | 1001011 | 110101 |
Color Harmonies of #2BE149
Complementary color
Monochromatic Colors of #2BE149
Black with #2BE149
Text Example
Text Example
White with #2BE149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE149; }
p { color: rgb(43,225,73); }
H1.HeaderClassName
{
color: #2BE149;
}
.AnyTagClassName
{
color: #2BE149;
}
</style>
background-color css
<style>
a { background-color: #2BE149; }
a { background-color: rgb(43,225,73); }
div.DivClassName
{
background-color: #2BE149;
}
.BgClassName
{
background-color: #2BE149;
}
</style>
border-color css
<style>
span { border-color: #2BE149; }
span { border-color: rgb(43,225,73); }
td.TdClassName
{
border-color: #2BE149;
}
.TagClassName
{
border-color: #2BE149;
}
</style>