Shades of Lime Green #2BE537
Tints of Lime Green #2BE537
RGB
CMYK
RGB Variations
Color information
#2BE537 (or 0x2BE537) is known color: Lime Green. HEX triplet: 2B, E5 and 37. RGB value is (43,229,55). Sum of RGB (Red+Green+Blue) = 43+229+55=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE537 is #D41AC8. Grayscale: #9A9A9A. Windows color (decimal): -13900489 or 3663147. OLE color: 3663147.
HSL color Cylindrical-coordinate representation of color #2BE537: hue angle of 123.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE537 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 55 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.10 |
| HSL | 123.87º | 0.78% | 0.53% | - |
| HSV(B) | 123.87º | 0.81% | 0.9% | - |
| XYZ | 29.71 | 56.83 | 13.02 | - |
| YUV | 153.55 | 72.38 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 55 | 0.81 | 0 | 0.76 | 0.10 | 123.87 | 0.78 | 0.53 |
| Hex | 2B | E5 | 37 | 51 | 0 | 4C | A | 7C | 4E | 35 |
| Octal | 53 | 345 | 67 | 121 | 0 | 114 | 12 | 174 | 116 | 65 |
| Binary | 101011 | 11100101 | 110111 | 1010001 | 0 | 1001100 | 1010 | 1111100 | 1001110 | 110101 |
Color Harmonies of #2BE537
Complementary color
Monochromatic Colors of #2BE537
Black with #2BE537
Text Example
Text Example
White with #2BE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE537; }
p { color: rgb(43,229,55); }
H1.HeaderClassName
{
color: #2BE537;
}
.AnyTagClassName
{
color: #2BE537;
}
</style>
background-color css
<style>
a { background-color: #2BE537; }
a { background-color: rgb(43,229,55); }
div.DivClassName
{
background-color: #2BE537;
}
.BgClassName
{
background-color: #2BE537;
}
</style>
border-color css
<style>
span { border-color: #2BE537; }
span { border-color: rgb(43,229,55); }
td.TdClassName
{
border-color: #2BE537;
}
.TagClassName
{
border-color: #2BE537;
}
</style>