Shades of Lime Green #2BE237
Tints of Lime Green #2BE237
RGB
CMYK
RGB Variations
Color information
#2BE237 (or 0x2BE237) is known color: Lime Green. HEX triplet: 2B, E2 and 37. RGB value is (43,226,55). Sum of RGB (Red+Green+Blue) = 43+226+55=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 226 (88.67% from 255 or 69.75% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE237 is #D41DC8. Grayscale: #989898. Windows color (decimal): -13901257 or 3662379. OLE color: 3662379.
HSL color Cylindrical-coordinate representation of color #2BE237: hue angle of 123.93º 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 #2BE237 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 55 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.11 |
| HSL | 123.93º | 0.76% | 0.53% | - |
| HSV(B) | 123.93º | 0.81% | 0.89% | - |
| XYZ | 28.88 | 55.18 | 12.74 | - |
| YUV | 151.79 | 73.37 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 55 | 0.81 | 0 | 0.76 | 0.11 | 123.93 | 0.76 | 0.53 |
| Hex | 2B | E2 | 37 | 51 | 0 | 4C | B | 7C | 4C | 35 |
| Octal | 53 | 342 | 67 | 121 | 0 | 114 | 13 | 174 | 114 | 65 |
| Binary | 101011 | 11100010 | 110111 | 1010001 | 0 | 1001100 | 1011 | 1111100 | 1001100 | 110101 |
Color Harmonies of #2BE237
Complementary color
Monochromatic Colors of #2BE237
Black with #2BE237
Text Example
Text Example
White with #2BE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE237; }
p { color: rgb(43,226,55); }
H1.HeaderClassName
{
color: #2BE237;
}
.AnyTagClassName
{
color: #2BE237;
}
</style>
background-color css
<style>
a { background-color: #2BE237; }
a { background-color: rgb(43,226,55); }
div.DivClassName
{
background-color: #2BE237;
}
.BgClassName
{
background-color: #2BE237;
}
</style>
border-color css
<style>
span { border-color: #2BE237; }
span { border-color: rgb(43,226,55); }
td.TdClassName
{
border-color: #2BE237;
}
.TagClassName
{
border-color: #2BE237;
}
</style>