Shades of Lime Green #2BDB47
Tints of Lime Green #2BDB47
RGB
CMYK
RGB Variations
Color information
#2BDB47 (or 0x2BDB47) is known color: Lime Green. HEX triplet: 2B, DB and 47. RGB value is (43,219,71). Sum of RGB (Red+Green+Blue) = 43+219+71=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB47 is #D424B8. Grayscale: #959595. Windows color (decimal): -13903033 or 4709163. OLE color: 4709163.
HSL color Cylindrical-coordinate representation of color #2BDB47: hue angle of 129.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDB47 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 71 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.14 |
| HSL | 129.55º | 0.71% | 0.51% | - |
| HSV(B) | 129.55º | 0.8% | 0.86% | - |
| XYZ | 27.47 | 51.63 | 14.48 | - |
| YUV | 149.5 | 83.69 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 71 | 0.80 | 0 | 0.68 | 0.14 | 129.55 | 0.71 | 0.51 |
| Hex | 2B | DB | 47 | 50 | 0 | 44 | E | 82 | 47 | 33 |
| Octal | 53 | 333 | 107 | 120 | 0 | 104 | 16 | 202 | 107 | 63 |
| Binary | 101011 | 11011011 | 1000111 | 1010000 | 0 | 1000100 | 1110 | 10000010 | 1000111 | 110011 |
Color Harmonies of #2BDB47
Complementary color
Monochromatic Colors of #2BDB47
Black with #2BDB47
Text Example
Text Example
White with #2BDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB47; }
p { color: rgb(43,219,71); }
H1.HeaderClassName
{
color: #2BDB47;
}
.AnyTagClassName
{
color: #2BDB47;
}
</style>
background-color css
<style>
a { background-color: #2BDB47; }
a { background-color: rgb(43,219,71); }
div.DivClassName
{
background-color: #2BDB47;
}
.BgClassName
{
background-color: #2BDB47;
}
</style>
border-color css
<style>
span { border-color: #2BDB47; }
span { border-color: rgb(43,219,71); }
td.TdClassName
{
border-color: #2BDB47;
}
.TagClassName
{
border-color: #2BDB47;
}
</style>