Shades of Lime Green #2BE747
Tints of Lime Green #2BE747
RGB
CMYK
RGB Variations
Color information
#2BE747 (or 0x2BE747) is known color: Lime Green. HEX triplet: 2B, E7 and 47. RGB value is (43,231,71). Sum of RGB (Red+Green+Blue) = 43+231+71=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE747 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE747 is #D418B8. Grayscale: #9D9D9D. Windows color (decimal): -13899961 or 4712235. OLE color: 4712235.
HSL color Cylindrical-coordinate representation of color #2BE747: hue angle of 128.94º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE747 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 71 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.09 |
| HSL | 128.94º | 0.8% | 0.54% | - |
| HSV(B) | 128.94º | 0.81% | 0.91% | - |
| XYZ | 30.71 | 58.12 | 15.56 | - |
| YUV | 156.55 | 79.72 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 71 | 0.81 | 0 | 0.69 | 0.09 | 128.94 | 0.8 | 0.54 |
| Hex | 2B | E7 | 47 | 51 | 0 | 45 | 9 | 81 | 50 | 36 |
| Octal | 53 | 347 | 107 | 121 | 0 | 105 | 11 | 201 | 120 | 66 |
| Binary | 101011 | 11100111 | 1000111 | 1010001 | 0 | 1000101 | 1001 | 10000001 | 1010000 | 110110 |
Color Harmonies of #2BE747
Complementary color
Monochromatic Colors of #2BE747
Black with #2BE747
Text Example
Text Example
White with #2BE747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE747; }
p { color: rgb(43,231,71); }
H1.HeaderClassName
{
color: #2BE747;
}
.AnyTagClassName
{
color: #2BE747;
}
</style>
background-color css
<style>
a { background-color: #2BE747; }
a { background-color: rgb(43,231,71); }
div.DivClassName
{
background-color: #2BE747;
}
.BgClassName
{
background-color: #2BE747;
}
</style>
border-color css
<style>
span { border-color: #2BE747; }
span { border-color: rgb(43,231,71); }
td.TdClassName
{
border-color: #2BE747;
}
.TagClassName
{
border-color: #2BE747;
}
</style>