Shades of Lime Green #2BE043
Tints of Lime Green #2BE043
RGB
CMYK
RGB Variations
Color information
#2BE043 (or 0x2BE043) is known color: Lime Green. HEX triplet: 2B, E0 and 43. RGB value is (43,224,67). Sum of RGB (Red+Green+Blue) = 43+224+67=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE043 is #D41FBC. Grayscale: #989898. Windows color (decimal): -13901757 or 4448299. OLE color: 4448299.
HSL color Cylindrical-coordinate representation of color #2BE043: hue angle of 127.96º 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 #2BE043 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 67 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.12 |
| HSL | 127.96º | 0.74% | 0.52% | - |
| HSV(B) | 127.96º | 0.81% | 0.88% | - |
| XYZ | 28.67 | 54.23 | 14.27 | - |
| YUV | 151.98 | 80.03 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 67 | 0.81 | 0 | 0.70 | 0.12 | 127.96 | 0.74 | 0.52 |
| Hex | 2B | E0 | 43 | 51 | 0 | 46 | C | 80 | 4A | 34 |
| Octal | 53 | 340 | 103 | 121 | 0 | 106 | 14 | 200 | 112 | 64 |
| Binary | 101011 | 11100000 | 1000011 | 1010001 | 0 | 1000110 | 1100 | 10000000 | 1001010 | 110100 |
Color Harmonies of #2BE043
Complementary color
Monochromatic Colors of #2BE043
Black with #2BE043
Text Example
Text Example
White with #2BE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE043; }
p { color: rgb(43,224,67); }
H1.HeaderClassName
{
color: #2BE043;
}
.AnyTagClassName
{
color: #2BE043;
}
</style>
background-color css
<style>
a { background-color: #2BE043; }
a { background-color: rgb(43,224,67); }
div.DivClassName
{
background-color: #2BE043;
}
.BgClassName
{
background-color: #2BE043;
}
</style>
border-color css
<style>
span { border-color: #2BE043; }
span { border-color: rgb(43,224,67); }
td.TdClassName
{
border-color: #2BE043;
}
.TagClassName
{
border-color: #2BE043;
}
</style>