Shades of Lime Green #2BE136
Tints of Lime Green #2BE136
RGB
CMYK
RGB Variations
Color information
#2BE136 (or 0x2BE136) is known color: Lime Green. HEX triplet: 2B, E1 and 36. RGB value is (43,225,54). Sum of RGB (Red+Green+Blue) = 43+225+54=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE136 is #D41EC9. Grayscale: #979797. Windows color (decimal): -13901514 or 3596587. OLE color: 3596587.
HSL color Cylindrical-coordinate representation of color #2BE136: hue angle of 123.63º 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 #2BE136 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 54 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.12 |
| HSL | 123.63º | 0.75% | 0.53% | - |
| HSV(B) | 123.63º | 0.81% | 0.88% | - |
| XYZ | 28.59 | 54.63 | 12.53 | - |
| YUV | 151.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 54 | 0.81 | 0 | 0.76 | 0.12 | 123.63 | 0.75 | 0.53 |
| Hex | 2B | E1 | 36 | 51 | 0 | 4C | C | 7C | 4B | 35 |
| Octal | 53 | 341 | 66 | 121 | 0 | 114 | 14 | 174 | 113 | 65 |
| Binary | 101011 | 11100001 | 110110 | 1010001 | 0 | 1001100 | 1100 | 1111100 | 1001011 | 110101 |
Color Harmonies of #2BE136
Complementary color
Monochromatic Colors of #2BE136
Black with #2BE136
Text Example
Text Example
White with #2BE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE136; }
p { color: rgb(43,225,54); }
H1.HeaderClassName
{
color: #2BE136;
}
.AnyTagClassName
{
color: #2BE136;
}
</style>
background-color css
<style>
a { background-color: #2BE136; }
a { background-color: rgb(43,225,54); }
div.DivClassName
{
background-color: #2BE136;
}
.BgClassName
{
background-color: #2BE136;
}
</style>
border-color css
<style>
span { border-color: #2BE136; }
span { border-color: rgb(43,225,54); }
td.TdClassName
{
border-color: #2BE136;
}
.TagClassName
{
border-color: #2BE136;
}
</style>