Shades of Lime Green #2BBE47
Tints of Lime Green #2BBE47
RGB
CMYK
RGB Variations
Color information
#2BBE47 (or 0x2BBE47) is known color: Lime Green. HEX triplet: 2B, BE and 47. RGB value is (43,190,71). Sum of RGB (Red+Green+Blue) = 43+190+71=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE47 is #D441B8. Grayscale: #848484. Windows color (decimal): -13910457 or 4701739. OLE color: 4701739.
HSL color Cylindrical-coordinate representation of color #2BBE47: hue angle of 131.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE47 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 71 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.25 |
| HSL | 131.43º | 0.63% | 0.46% | - |
| HSV(B) | 131.43º | 0.77% | 0.75% | - |
| XYZ | 20.55 | 37.8 | 12.17 | - |
| YUV | 132.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 71 | 0.77 | 0 | 0.63 | 0.25 | 131.43 | 0.63 | 0.46 |
| Hex | 2B | BE | 47 | 4D | 0 | 3F | 19 | 83 | 3F | 2E |
| Octal | 53 | 276 | 107 | 115 | 0 | 77 | 31 | 203 | 77 | 56 |
| Binary | 101011 | 10111110 | 1000111 | 1001101 | 0 | 111111 | 11001 | 10000011 | 111111 | 101110 |
Color Harmonies of #2BBE47
Complementary color
Monochromatic Colors of #2BBE47
Black with #2BBE47
Text Example
Text Example
White with #2BBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE47; }
p { color: rgb(43,190,71); }
H1.HeaderClassName
{
color: #2BBE47;
}
.AnyTagClassName
{
color: #2BBE47;
}
</style>
background-color css
<style>
a { background-color: #2BBE47; }
a { background-color: rgb(43,190,71); }
div.DivClassName
{
background-color: #2BBE47;
}
.BgClassName
{
background-color: #2BBE47;
}
</style>
border-color css
<style>
span { border-color: #2BBE47; }
span { border-color: rgb(43,190,71); }
td.TdClassName
{
border-color: #2BBE47;
}
.TagClassName
{
border-color: #2BBE47;
}
</style>