Shades of Lime Green #2BE040
Tints of Lime Green #2BE040
RGB
CMYK
RGB Variations
Color information
#2BE040 (or 0x2BE040) is known color: Lime Green. HEX triplet: 2B, E0 and 40. RGB value is (43,224,64). Sum of RGB (Red+Green+Blue) = 43+224+64=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE040 is #D41FBF. Grayscale: #989898. Windows color (decimal): -13901760 or 4251691. OLE color: 4251691.
HSL color Cylindrical-coordinate representation of color #2BE040: hue angle of 126.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 #2BE040 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 64 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.12 |
| HSL | 126.96º | 0.74% | 0.52% | - |
| HSV(B) | 126.96º | 0.81% | 0.88% | - |
| XYZ | 28.58 | 54.2 | 13.81 | - |
| YUV | 151.64 | 78.53 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 64 | 0.81 | 0 | 0.71 | 0.12 | 126.96 | 0.74 | 0.52 |
| Hex | 2B | E0 | 40 | 51 | 0 | 47 | C | 7F | 4A | 34 |
| Octal | 53 | 340 | 100 | 121 | 0 | 107 | 14 | 177 | 112 | 64 |
| Binary | 101011 | 11100000 | 1000000 | 1010001 | 0 | 1000111 | 1100 | 1111111 | 1001010 | 110100 |
Color Harmonies of #2BE040
Complementary color
Monochromatic Colors of #2BE040
Black with #2BE040
Text Example
Text Example
White with #2BE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE040; }
p { color: rgb(43,224,64); }
H1.HeaderClassName
{
color: #2BE040;
}
.AnyTagClassName
{
color: #2BE040;
}
</style>
background-color css
<style>
a { background-color: #2BE040; }
a { background-color: rgb(43,224,64); }
div.DivClassName
{
background-color: #2BE040;
}
.BgClassName
{
background-color: #2BE040;
}
</style>
border-color css
<style>
span { border-color: #2BE040; }
span { border-color: rgb(43,224,64); }
td.TdClassName
{
border-color: #2BE040;
}
.TagClassName
{
border-color: #2BE040;
}
</style>