Shades of Lime Green #2BE239
Tints of Lime Green #2BE239
RGB
CMYK
RGB Variations
Color information
#2BE239 (or 0x2BE239) is known color: Lime Green. HEX triplet: 2B, E2 and 39. RGB value is (43,226,57). Sum of RGB (Red+Green+Blue) = 43+226+57=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 226 (88.67% from 255 or 69.33% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE239 is #D41DC6. Grayscale: #989898. Windows color (decimal): -13901255 or 3793451. OLE color: 3793451.
HSL color Cylindrical-coordinate representation of color #2BE239: hue angle of 124.59º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE239 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 57 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.11 |
| HSL | 124.59º | 0.76% | 0.53% | - |
| HSV(B) | 124.59º | 0.81% | 0.89% | - |
| XYZ | 28.93 | 55.2 | 13 | - |
| YUV | 152.02 | 74.37 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 57 | 0.81 | 0 | 0.75 | 0.11 | 124.59 | 0.76 | 0.53 |
| Hex | 2B | E2 | 39 | 51 | 0 | 4B | B | 7D | 4C | 35 |
| Octal | 53 | 342 | 71 | 121 | 0 | 113 | 13 | 175 | 114 | 65 |
| Binary | 101011 | 11100010 | 111001 | 1010001 | 0 | 1001011 | 1011 | 1111101 | 1001100 | 110101 |
Color Harmonies of #2BE239
Complementary color
Monochromatic Colors of #2BE239
Black with #2BE239
Text Example
Text Example
White with #2BE239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE239; }
p { color: rgb(43,226,57); }
H1.HeaderClassName
{
color: #2BE239;
}
.AnyTagClassName
{
color: #2BE239;
}
</style>
background-color css
<style>
a { background-color: #2BE239; }
a { background-color: rgb(43,226,57); }
div.DivClassName
{
background-color: #2BE239;
}
.BgClassName
{
background-color: #2BE239;
}
</style>
border-color css
<style>
span { border-color: #2BE239; }
span { border-color: rgb(43,226,57); }
td.TdClassName
{
border-color: #2BE239;
}
.TagClassName
{
border-color: #2BE239;
}
</style>