Shades of Lime Green #2BE533
Tints of Lime Green #2BE533
RGB
CMYK
RGB Variations
Color information
#2BE533 (or 0x2BE533) is known color: Lime Green. HEX triplet: 2B, E5 and 33. RGB value is (43,229,51). Sum of RGB (Red+Green+Blue) = 43+229+51=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE533 is #D41ACC. Grayscale: #999999. Windows color (decimal): -13900493 or 3401003. OLE color: 3401003.
HSL color Cylindrical-coordinate representation of color #2BE533: hue angle of 122.58º 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 #2BE533 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 51 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.10 |
| HSL | 122.58º | 0.78% | 0.53% | - |
| HSV(B) | 122.58º | 0.81% | 0.9% | - |
| XYZ | 29.61 | 56.79 | 12.53 | - |
| YUV | 153.09 | 70.38 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 51 | 0.81 | 0 | 0.78 | 0.10 | 122.58 | 0.78 | 0.53 |
| Hex | 2B | E5 | 33 | 51 | 0 | 4E | A | 7B | 4E | 35 |
| Octal | 53 | 345 | 63 | 121 | 0 | 116 | 12 | 173 | 116 | 65 |
| Binary | 101011 | 11100101 | 110011 | 1010001 | 0 | 1001110 | 1010 | 1111011 | 1001110 | 110101 |
Color Harmonies of #2BE533
Complementary color
Monochromatic Colors of #2BE533
Black with #2BE533
Text Example
Text Example
White with #2BE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE533; }
p { color: rgb(43,229,51); }
H1.HeaderClassName
{
color: #2BE533;
}
.AnyTagClassName
{
color: #2BE533;
}
</style>
background-color css
<style>
a { background-color: #2BE533; }
a { background-color: rgb(43,229,51); }
div.DivClassName
{
background-color: #2BE533;
}
.BgClassName
{
background-color: #2BE533;
}
</style>
border-color css
<style>
span { border-color: #2BE533; }
span { border-color: rgb(43,229,51); }
td.TdClassName
{
border-color: #2BE533;
}
.TagClassName
{
border-color: #2BE533;
}
</style>