Shades of Lime Green #2BE726
Tints of Lime Green #2BE726
RGB
CMYK
RGB Variations
Color information
#2BE726 (or 0x2BE726) is known color: Lime Green. HEX triplet: 2B, E7 and 26. RGB value is (43,231,38). Sum of RGB (Red+Green+Blue) = 43+231+38=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 231 (90.62% from 255 or 74.04% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE726 is #D418D9. Grayscale: #999999. Windows color (decimal): -13899994 or 2549547. OLE color: 2549547.
HSL color Cylindrical-coordinate representation of color #2BE726: hue angle of 118.45º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BE726 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 38 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.09 |
| HSL | 118.45º | 0.8% | 0.53% | - |
| HSV(B) | 118.45º | 0.84% | 0.91% | - |
| XYZ | 29.92 | 57.81 | 11.41 | - |
| YUV | 152.79 | 63.22 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 38 | 0.81 | 0 | 0.84 | 0.09 | 118.45 | 0.8 | 0.53 |
| Hex | 2B | E7 | 26 | 51 | 0 | 54 | 9 | 76 | 50 | 35 |
| Octal | 53 | 347 | 46 | 121 | 0 | 124 | 11 | 166 | 120 | 65 |
| Binary | 101011 | 11100111 | 100110 | 1010001 | 0 | 1010100 | 1001 | 1110110 | 1010000 | 110101 |
Color Harmonies of #2BE726
Complementary color
Monochromatic Colors of #2BE726
Black with #2BE726
Text Example
Text Example
White with #2BE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE726; }
p { color: rgb(43,231,38); }
H1.HeaderClassName
{
color: #2BE726;
}
.AnyTagClassName
{
color: #2BE726;
}
</style>
background-color css
<style>
a { background-color: #2BE726; }
a { background-color: rgb(43,231,38); }
div.DivClassName
{
background-color: #2BE726;
}
.BgClassName
{
background-color: #2BE726;
}
</style>
border-color css
<style>
span { border-color: #2BE726; }
span { border-color: rgb(43,231,38); }
td.TdClassName
{
border-color: #2BE726;
}
.TagClassName
{
border-color: #2BE726;
}
</style>