Shades of Lime Green #2BE822
Tints of Lime Green #2BE822
RGB
CMYK
RGB Variations
Color information
#2BE822 (or 0x2BE822) is known color: Lime Green. HEX triplet: 2B, E8 and 22. RGB value is (43,232,34). Sum of RGB (Red+Green+Blue) = 43+232+34=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE822 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE822 is #D417DD. Grayscale: #999999. Windows color (decimal): -13899742 or 2287659. OLE color: 2287659.
HSL color Cylindrical-coordinate representation of color #2BE822: hue angle of 117.27º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BE822 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 34 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.09 |
| HSL | 117.27º | 0.81% | 0.52% | - |
| HSV(B) | 117.27º | 0.85% | 0.91% | - |
| XYZ | 30.14 | 58.34 | 11.19 | - |
| YUV | 152.92 | 60.88 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 34 | 0.81 | 0 | 0.85 | 0.09 | 117.27 | 0.81 | 0.52 |
| Hex | 2B | E8 | 22 | 51 | 0 | 55 | 9 | 75 | 51 | 34 |
| Octal | 53 | 350 | 42 | 121 | 0 | 125 | 11 | 165 | 121 | 64 |
| Binary | 101011 | 11101000 | 100010 | 1010001 | 0 | 1010101 | 1001 | 1110101 | 1010001 | 110100 |
Color Harmonies of #2BE822
Complementary color
Monochromatic Colors of #2BE822
Black with #2BE822
Text Example
Text Example
White with #2BE822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE822; }
p { color: rgb(43,232,34); }
H1.HeaderClassName
{
color: #2BE822;
}
.AnyTagClassName
{
color: #2BE822;
}
</style>
background-color css
<style>
a { background-color: #2BE822; }
a { background-color: rgb(43,232,34); }
div.DivClassName
{
background-color: #2BE822;
}
.BgClassName
{
background-color: #2BE822;
}
</style>
border-color css
<style>
span { border-color: #2BE822; }
span { border-color: rgb(43,232,34); }
td.TdClassName
{
border-color: #2BE822;
}
.TagClassName
{
border-color: #2BE822;
}
</style>