Shades of Lime Green #2BE133
Tints of Lime Green #2BE133
RGB
CMYK
RGB Variations
Color information
#2BE133 (or 0x2BE133) is known color: Lime Green. HEX triplet: 2B, E1 and 33. RGB value is (43,225,51). Sum of RGB (Red+Green+Blue) = 43+225+51=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE133 is #D41ECC. Grayscale: #979797. Windows color (decimal): -13901517 or 3399979. OLE color: 3399979.
HSL color Cylindrical-coordinate representation of color #2BE133: hue angle of 122.64º 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 #2BE133 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 51 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.12 |
| HSL | 122.64º | 0.75% | 0.53% | - |
| HSV(B) | 122.64º | 0.81% | 0.88% | - |
| XYZ | 28.52 | 54.6 | 12.17 | - |
| YUV | 150.75 | 71.7 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 51 | 0.81 | 0 | 0.77 | 0.12 | 122.64 | 0.75 | 0.53 |
| Hex | 2B | E1 | 33 | 51 | 0 | 4D | C | 7B | 4B | 35 |
| Octal | 53 | 341 | 63 | 121 | 0 | 115 | 14 | 173 | 113 | 65 |
| Binary | 101011 | 11100001 | 110011 | 1010001 | 0 | 1001101 | 1100 | 1111011 | 1001011 | 110101 |
Color Harmonies of #2BE133
Complementary color
Monochromatic Colors of #2BE133
Black with #2BE133
Text Example
Text Example
White with #2BE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE133; }
p { color: rgb(43,225,51); }
H1.HeaderClassName
{
color: #2BE133;
}
.AnyTagClassName
{
color: #2BE133;
}
</style>
background-color css
<style>
a { background-color: #2BE133; }
a { background-color: rgb(43,225,51); }
div.DivClassName
{
background-color: #2BE133;
}
.BgClassName
{
background-color: #2BE133;
}
</style>
border-color css
<style>
span { border-color: #2BE133; }
span { border-color: rgb(43,225,51); }
td.TdClassName
{
border-color: #2BE133;
}
.TagClassName
{
border-color: #2BE133;
}
</style>