Shades of Lime Green #2BE124
Tints of Lime Green #2BE124
RGB
CMYK
RGB Variations
Color information
#2BE124 (or 0x2BE124) is known color: Lime Green. HEX triplet: 2B, E1 and 24. RGB value is (43,225,36). Sum of RGB (Red+Green+Blue) = 43+225+36=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE124 is #D41EDB. Grayscale: #959595. Windows color (decimal): -13901532 or 2416939. OLE color: 2416939.
HSL color Cylindrical-coordinate representation of color #2BE124: hue angle of 117.78º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BE124 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 36 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.12 |
| HSL | 117.78º | 0.76% | 0.51% | - |
| HSV(B) | 117.78º | 0.84% | 0.88% | - |
| XYZ | 28.24 | 54.49 | 10.7 | - |
| YUV | 149.04 | 64.2 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 36 | 0.81 | 0 | 0.84 | 0.12 | 117.78 | 0.76 | 0.51 |
| Hex | 2B | E1 | 24 | 51 | 0 | 54 | C | 76 | 4C | 33 |
| Octal | 53 | 341 | 44 | 121 | 0 | 124 | 14 | 166 | 114 | 63 |
| Binary | 101011 | 11100001 | 100100 | 1010001 | 0 | 1010100 | 1100 | 1110110 | 1001100 | 110011 |
Color Harmonies of #2BE124
Complementary color
Monochromatic Colors of #2BE124
Black with #2BE124
Text Example
Text Example
White with #2BE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE124; }
p { color: rgb(43,225,36); }
H1.HeaderClassName
{
color: #2BE124;
}
.AnyTagClassName
{
color: #2BE124;
}
</style>
background-color css
<style>
a { background-color: #2BE124; }
a { background-color: rgb(43,225,36); }
div.DivClassName
{
background-color: #2BE124;
}
.BgClassName
{
background-color: #2BE124;
}
</style>
border-color css
<style>
span { border-color: #2BE124; }
span { border-color: rgb(43,225,36); }
td.TdClassName
{
border-color: #2BE124;
}
.TagClassName
{
border-color: #2BE124;
}
</style>