Shades of Lime Green #2BE127
Tints of Lime Green #2BE127
RGB
CMYK
RGB Variations
Color information
#2BE127 (or 0x2BE127) is known color: Lime Green. HEX triplet: 2B, E1 and 27. RGB value is (43,225,39). Sum of RGB (Red+Green+Blue) = 43+225+39=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE127 is #D41ED8. Grayscale: #959595. Windows color (decimal): -13901529 or 2613547. OLE color: 2613547.
HSL color Cylindrical-coordinate representation of color #2BE127: hue angle of 118.71º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE127 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.12 |
| HSL | 118.71º | 0.76% | 0.52% | - |
| HSV(B) | 118.71º | 0.83% | 0.88% | - |
| XYZ | 28.29 | 54.51 | 10.95 | - |
| YUV | 149.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 39 | 0.81 | 0 | 0.83 | 0.12 | 118.71 | 0.76 | 0.52 |
| Hex | 2B | E1 | 27 | 51 | 0 | 53 | C | 77 | 4C | 34 |
| Octal | 53 | 341 | 47 | 121 | 0 | 123 | 14 | 167 | 114 | 64 |
| Binary | 101011 | 11100001 | 100111 | 1010001 | 0 | 1010011 | 1100 | 1110111 | 1001100 | 110100 |
Color Harmonies of #2BE127
Complementary color
Monochromatic Colors of #2BE127
Black with #2BE127
Text Example
Text Example
White with #2BE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE127; }
p { color: rgb(43,225,39); }
H1.HeaderClassName
{
color: #2BE127;
}
.AnyTagClassName
{
color: #2BE127;
}
</style>
background-color css
<style>
a { background-color: #2BE127; }
a { background-color: rgb(43,225,39); }
div.DivClassName
{
background-color: #2BE127;
}
.BgClassName
{
background-color: #2BE127;
}
</style>
border-color css
<style>
span { border-color: #2BE127; }
span { border-color: rgb(43,225,39); }
td.TdClassName
{
border-color: #2BE127;
}
.TagClassName
{
border-color: #2BE127;
}
</style>