Shades of Lime Green #2BE33A
Tints of Lime Green #2BE33A
RGB
CMYK
RGB Variations
Color information
#2BE33A (or 0x2BE33A) is known color: Lime Green. HEX triplet: 2B, E3 and 3A. RGB value is (43,227,58). Sum of RGB (Red+Green+Blue) = 43+227+58=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE33A is #D41CC5. Grayscale: #999999. Windows color (decimal): -13900998 or 3859243. OLE color: 3859243.
HSL color Cylindrical-coordinate representation of color #2BE33A: hue angle of 124.89º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE33A is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 58 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.11 |
| HSL | 124.89º | 0.77% | 0.53% | - |
| HSV(B) | 124.89º | 0.81% | 0.89% | - |
| XYZ | 29.23 | 55.76 | 13.22 | - |
| YUV | 152.72 | 74.54 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 58 | 0.81 | 0 | 0.74 | 0.11 | 124.89 | 0.77 | 0.53 |
| Hex | 2B | E3 | 3A | 51 | 0 | 4A | B | 7D | 4D | 35 |
| Octal | 53 | 343 | 72 | 121 | 0 | 112 | 13 | 175 | 115 | 65 |
| Binary | 101011 | 11100011 | 111010 | 1010001 | 0 | 1001010 | 1011 | 1111101 | 1001101 | 110101 |
Color Harmonies of #2BE33A
Complementary color
Monochromatic Colors of #2BE33A
Black with #2BE33A
Text Example
Text Example
White with #2BE33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE33A; }
p { color: rgb(43,227,58); }
H1.HeaderClassName
{
color: #2BE33A;
}
.AnyTagClassName
{
color: #2BE33A;
}
</style>
background-color css
<style>
a { background-color: #2BE33A; }
a { background-color: rgb(43,227,58); }
div.DivClassName
{
background-color: #2BE33A;
}
.BgClassName
{
background-color: #2BE33A;
}
</style>
border-color css
<style>
span { border-color: #2BE33A; }
span { border-color: rgb(43,227,58); }
td.TdClassName
{
border-color: #2BE33A;
}
.TagClassName
{
border-color: #2BE33A;
}
</style>