Shades of Lime Green #2BB647
Tints of Lime Green #2BB647
RGB
CMYK
RGB Variations
Color information
#2BB647 (or 0x2BB647) is known color: Lime Green. HEX triplet: 2B, B6 and 47. RGB value is (43,182,71). Sum of RGB (Red+Green+Blue) = 43+182+71=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB647 is #D449B8. Grayscale: #808080. Windows color (decimal): -13912505 or 4699691. OLE color: 4699691.
HSL color Cylindrical-coordinate representation of color #2BB647: hue angle of 132.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB647 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 71 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.29 |
| HSL | 132.09º | 0.62% | 0.44% | - |
| HSV(B) | 132.09º | 0.76% | 0.71% | - |
| XYZ | 18.86 | 34.42 | 11.61 | - |
| YUV | 127.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 71 | 0.76 | 0 | 0.61 | 0.29 | 132.09 | 0.62 | 0.44 |
| Hex | 2B | B6 | 47 | 4C | 0 | 3D | 1D | 84 | 3E | 2C |
| Octal | 53 | 266 | 107 | 114 | 0 | 75 | 35 | 204 | 76 | 54 |
| Binary | 101011 | 10110110 | 1000111 | 1001100 | 0 | 111101 | 11101 | 10000100 | 111110 | 101100 |
Color Harmonies of #2BB647
Complementary color
Monochromatic Colors of #2BB647
Black with #2BB647
Text Example
Text Example
White with #2BB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB647; }
p { color: rgb(43,182,71); }
H1.HeaderClassName
{
color: #2BB647;
}
.AnyTagClassName
{
color: #2BB647;
}
</style>
background-color css
<style>
a { background-color: #2BB647; }
a { background-color: rgb(43,182,71); }
div.DivClassName
{
background-color: #2BB647;
}
.BgClassName
{
background-color: #2BB647;
}
</style>
border-color css
<style>
span { border-color: #2BB647; }
span { border-color: rgb(43,182,71); }
td.TdClassName
{
border-color: #2BB647;
}
.TagClassName
{
border-color: #2BB647;
}
</style>