Shades of Lime Green #2BEC47
Tints of Lime Green #2BEC47
RGB
CMYK
RGB Variations
Color information
#2BEC47 (or 0x2BEC47) is known color: Lime Green. HEX triplet: 2B, EC and 47. RGB value is (43,236,71). Sum of RGB (Red+Green+Blue) = 43+236+71=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC47 is #D413B8. Grayscale: #9F9F9F. Windows color (decimal): -13898681 or 4713515. OLE color: 4713515.
HSL color Cylindrical-coordinate representation of color #2BEC47: hue angle of 128.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC47 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 71 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.07 |
| HSL | 128.7º | 0.84% | 0.55% | - |
| HSV(B) | 128.7º | 0.82% | 0.93% | - |
| XYZ | 32.13 | 60.96 | 16.03 | - |
| YUV | 159.48 | 78.06 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 71 | 0.82 | 0 | 0.70 | 0.07 | 128.7 | 0.84 | 0.55 |
| Hex | 2B | EC | 47 | 52 | 0 | 46 | 7 | 81 | 54 | 37 |
| Octal | 53 | 354 | 107 | 122 | 0 | 106 | 7 | 201 | 124 | 67 |
| Binary | 101011 | 11101100 | 1000111 | 1010010 | 0 | 1000110 | 111 | 10000001 | 1010100 | 110111 |
Color Harmonies of #2BEC47
Complementary color
Monochromatic Colors of #2BEC47
Black with #2BEC47
Text Example
Text Example
White with #2BEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC47; }
p { color: rgb(43,236,71); }
H1.HeaderClassName
{
color: #2BEC47;
}
.AnyTagClassName
{
color: #2BEC47;
}
</style>
background-color css
<style>
a { background-color: #2BEC47; }
a { background-color: rgb(43,236,71); }
div.DivClassName
{
background-color: #2BEC47;
}
.BgClassName
{
background-color: #2BEC47;
}
</style>
border-color css
<style>
span { border-color: #2BEC47; }
span { border-color: rgb(43,236,71); }
td.TdClassName
{
border-color: #2BEC47;
}
.TagClassName
{
border-color: #2BEC47;
}
</style>