Shades of Lime Green #2BE532
Tints of Lime Green #2BE532
RGB
CMYK
RGB Variations
Color information
#2BE532 (or 0x2BE532) is known color: Lime Green. HEX triplet: 2B, E5 and 32. RGB value is (43,229,50). Sum of RGB (Red+Green+Blue) = 43+229+50=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 229 (89.84% from 255 or 71.12% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE532 is #D41ACD. Grayscale: #999999. Windows color (decimal): -13900494 or 3335467. OLE color: 3335467.
HSL color Cylindrical-coordinate representation of color #2BE532: hue angle of 122.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE532 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 50 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.10 |
| HSL | 122.26º | 0.78% | 0.53% | - |
| HSV(B) | 122.26º | 0.81% | 0.9% | - |
| XYZ | 29.59 | 56.78 | 12.42 | - |
| YUV | 152.98 | 69.88 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 50 | 0.81 | 0 | 0.78 | 0.10 | 122.26 | 0.78 | 0.53 |
| Hex | 2B | E5 | 32 | 51 | 0 | 4E | A | 7A | 4E | 35 |
| Octal | 53 | 345 | 62 | 121 | 0 | 116 | 12 | 172 | 116 | 65 |
| Binary | 101011 | 11100101 | 110010 | 1010001 | 0 | 1001110 | 1010 | 1111010 | 1001110 | 110101 |
Color Harmonies of #2BE532
Complementary color
Monochromatic Colors of #2BE532
Black with #2BE532
Text Example
Text Example
White with #2BE532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE532; }
p { color: rgb(43,229,50); }
H1.HeaderClassName
{
color: #2BE532;
}
.AnyTagClassName
{
color: #2BE532;
}
</style>
background-color css
<style>
a { background-color: #2BE532; }
a { background-color: rgb(43,229,50); }
div.DivClassName
{
background-color: #2BE532;
}
.BgClassName
{
background-color: #2BE532;
}
</style>
border-color css
<style>
span { border-color: #2BE532; }
span { border-color: rgb(43,229,50); }
td.TdClassName
{
border-color: #2BE532;
}
.TagClassName
{
border-color: #2BE532;
}
</style>