Shades of Lime Green #2BE827
Tints of Lime Green #2BE827
RGB
CMYK
RGB Variations
Color information
#2BE827 (or 0x2BE827) is known color: Lime Green. HEX triplet: 2B, E8 and 27. RGB value is (43,232,39). Sum of RGB (Red+Green+Blue) = 43+232+39=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 232 (91.02% from 255 or 73.89% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE827 is #D417D8. Grayscale: #9A9A9A. Windows color (decimal): -13899737 or 2615339. OLE color: 2615339.
HSL color Cylindrical-coordinate representation of color #2BE827: hue angle of 118.76º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE827 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.09 |
| HSL | 118.76º | 0.81% | 0.53% | - |
| HSV(B) | 118.76º | 0.83% | 0.91% | - |
| XYZ | 30.22 | 58.37 | 11.59 | - |
| YUV | 153.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 39 | 0.81 | 0 | 0.83 | 0.09 | 118.76 | 0.81 | 0.53 |
| Hex | 2B | E8 | 27 | 51 | 0 | 53 | 9 | 77 | 51 | 35 |
| Octal | 53 | 350 | 47 | 121 | 0 | 123 | 11 | 167 | 121 | 65 |
| Binary | 101011 | 11101000 | 100111 | 1010001 | 0 | 1010011 | 1001 | 1110111 | 1010001 | 110101 |
Color Harmonies of #2BE827
Complementary color
Monochromatic Colors of #2BE827
Black with #2BE827
Text Example
Text Example
White with #2BE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE827; }
p { color: rgb(43,232,39); }
H1.HeaderClassName
{
color: #2BE827;
}
.AnyTagClassName
{
color: #2BE827;
}
</style>
background-color css
<style>
a { background-color: #2BE827; }
a { background-color: rgb(43,232,39); }
div.DivClassName
{
background-color: #2BE827;
}
.BgClassName
{
background-color: #2BE827;
}
</style>
border-color css
<style>
span { border-color: #2BE827; }
span { border-color: rgb(43,232,39); }
td.TdClassName
{
border-color: #2BE827;
}
.TagClassName
{
border-color: #2BE827;
}
</style>