Shades of Lime Green #2BE037
Tints of Lime Green #2BE037
RGB
CMYK
RGB Variations
Color information
#2BE037 (or 0x2BE037) is known color: Lime Green. HEX triplet: 2B, E0 and 37. RGB value is (43,224,55). Sum of RGB (Red+Green+Blue) = 43+224+55=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE037 is #D41FC8. Grayscale: #979797. Windows color (decimal): -13901769 or 3661867. OLE color: 3661867.
HSL color Cylindrical-coordinate representation of color #2BE037: hue angle of 123.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE037 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 55 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.12 |
| HSL | 123.98º | 0.74% | 0.52% | - |
| HSV(B) | 123.98º | 0.81% | 0.88% | - |
| XYZ | 28.34 | 54.1 | 12.56 | - |
| YUV | 150.62 | 74.03 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 55 | 0.81 | 0 | 0.75 | 0.12 | 123.98 | 0.74 | 0.52 |
| Hex | 2B | E0 | 37 | 51 | 0 | 4B | C | 7C | 4A | 34 |
| Octal | 53 | 340 | 67 | 121 | 0 | 113 | 14 | 174 | 112 | 64 |
| Binary | 101011 | 11100000 | 110111 | 1010001 | 0 | 1001011 | 1100 | 1111100 | 1001010 | 110100 |
Color Harmonies of #2BE037
Complementary color
Monochromatic Colors of #2BE037
Black with #2BE037
Text Example
Text Example
White with #2BE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE037; }
p { color: rgb(43,224,55); }
H1.HeaderClassName
{
color: #2BE037;
}
.AnyTagClassName
{
color: #2BE037;
}
</style>
background-color css
<style>
a { background-color: #2BE037; }
a { background-color: rgb(43,224,55); }
div.DivClassName
{
background-color: #2BE037;
}
.BgClassName
{
background-color: #2BE037;
}
</style>
border-color css
<style>
span { border-color: #2BE037; }
span { border-color: rgb(43,224,55); }
td.TdClassName
{
border-color: #2BE037;
}
.TagClassName
{
border-color: #2BE037;
}
</style>