Shades of Lime Green #2BE43E
Tints of Lime Green #2BE43E
RGB
CMYK
RGB Variations
Color information
#2BE43E (or 0x2BE43E) is known color: Lime Green. HEX triplet: 2B, E4 and 3E. RGB value is (43,228,62). Sum of RGB (Red+Green+Blue) = 43+228+62=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 228 (89.45% from 255 or 68.47% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE43E is #D41BC1. Grayscale: #9A9A9A. Windows color (decimal): -13900738 or 4121643. OLE color: 4121643.
HSL color Cylindrical-coordinate representation of color #2BE43E: hue angle of 126.16º degrees, saturation: 0.77, 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 #2BE43E is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 62 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.11 |
| HSL | 126.16º | 0.77% | 0.53% | - |
| HSV(B) | 126.16º | 0.81% | 0.89% | - |
| XYZ | 29.61 | 56.35 | 13.87 | - |
| YUV | 153.76 | 76.21 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 62 | 0.81 | 0 | 0.73 | 0.11 | 126.16 | 0.77 | 0.53 |
| Hex | 2B | E4 | 3E | 51 | 0 | 49 | B | 7E | 4D | 35 |
| Octal | 53 | 344 | 76 | 121 | 0 | 111 | 13 | 176 | 115 | 65 |
| Binary | 101011 | 11100100 | 111110 | 1010001 | 0 | 1001001 | 1011 | 1111110 | 1001101 | 110101 |
Color Harmonies of #2BE43E
Complementary color
Monochromatic Colors of #2BE43E
Black with #2BE43E
Text Example
Text Example
White with #2BE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE43E; }
p { color: rgb(43,228,62); }
H1.HeaderClassName
{
color: #2BE43E;
}
.AnyTagClassName
{
color: #2BE43E;
}
</style>
background-color css
<style>
a { background-color: #2BE43E; }
a { background-color: rgb(43,228,62); }
div.DivClassName
{
background-color: #2BE43E;
}
.BgClassName
{
background-color: #2BE43E;
}
</style>
border-color css
<style>
span { border-color: #2BE43E; }
span { border-color: rgb(43,228,62); }
td.TdClassName
{
border-color: #2BE43E;
}
.TagClassName
{
border-color: #2BE43E;
}
</style>