Shades of Lime Green #2BD149
Tints of Lime Green #2BD149
RGB
CMYK
RGB Variations
Color information
#2BD149 (or 0x2BD149) is known color: Lime Green. HEX triplet: 2B, D1 and 49. RGB value is (43,209,73). Sum of RGB (Red+Green+Blue) = 43+209+73=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 209 (82.03% from 255 or 64.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD149 is #D42EB6. Grayscale: #909090. Windows color (decimal): -13905591 or 4837675. OLE color: 4837675.
HSL color Cylindrical-coordinate representation of color #2BD149: hue angle of 130.84º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD149 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 73 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.18 |
| HSL | 130.84º | 0.66% | 0.49% | - |
| HSV(B) | 130.84º | 0.79% | 0.82% | - |
| XYZ | 25 | 46.6 | 13.98 | - |
| YUV | 143.86 | 88 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 73 | 0.79 | 0 | 0.65 | 0.18 | 130.84 | 0.66 | 0.49 |
| Hex | 2B | D1 | 49 | 4F | 0 | 41 | 12 | 83 | 42 | 31 |
| Octal | 53 | 321 | 111 | 117 | 0 | 101 | 22 | 203 | 102 | 61 |
| Binary | 101011 | 11010001 | 1001001 | 1001111 | 0 | 1000001 | 10010 | 10000011 | 1000010 | 110001 |
Color Harmonies of #2BD149
Complementary color
Monochromatic Colors of #2BD149
Black with #2BD149
Text Example
Text Example
White with #2BD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD149; }
p { color: rgb(43,209,73); }
H1.HeaderClassName
{
color: #2BD149;
}
.AnyTagClassName
{
color: #2BD149;
}
</style>
background-color css
<style>
a { background-color: #2BD149; }
a { background-color: rgb(43,209,73); }
div.DivClassName
{
background-color: #2BD149;
}
.BgClassName
{
background-color: #2BD149;
}
</style>
border-color css
<style>
span { border-color: #2BD149; }
span { border-color: rgb(43,209,73); }
td.TdClassName
{
border-color: #2BD149;
}
.TagClassName
{
border-color: #2BD149;
}
</style>