Shades of Lime Green #2BC131
Tints of Lime Green #2BC131
RGB
CMYK
RGB Variations
Color information
#2BC131 (or 0x2BC131) is known color: Lime Green. HEX triplet: 2B, C1 and 31. RGB value is (43,193,49). Sum of RGB (Red+Green+Blue) = 43+193+49=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC131 is #D43ECE. Grayscale: #848484. Windows color (decimal): -13909711 or 3260715. OLE color: 3260715.
HSL color Cylindrical-coordinate representation of color #2BC131: hue angle of 122.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC131 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 49 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.24 |
| HSL | 122.4º | 0.64% | 0.46% | - |
| HSV(B) | 122.4º | 0.78% | 0.76% | - |
| XYZ | 20.62 | 38.88 | 9.32 | - |
| YUV | 131.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 49 | 0.78 | 0 | 0.75 | 0.24 | 122.4 | 0.64 | 0.46 |
| Hex | 2B | C1 | 31 | 4E | 0 | 4B | 18 | 7A | 40 | 2E |
| Octal | 53 | 301 | 61 | 116 | 0 | 113 | 30 | 172 | 100 | 56 |
| Binary | 101011 | 11000001 | 110001 | 1001110 | 0 | 1001011 | 11000 | 1111010 | 1000000 | 101110 |
Color Harmonies of #2BC131
Complementary color
Monochromatic Colors of #2BC131
Black with #2BC131
Text Example
Text Example
White with #2BC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC131; }
p { color: rgb(43,193,49); }
H1.HeaderClassName
{
color: #2BC131;
}
.AnyTagClassName
{
color: #2BC131;
}
</style>
background-color css
<style>
a { background-color: #2BC131; }
a { background-color: rgb(43,193,49); }
div.DivClassName
{
background-color: #2BC131;
}
.BgClassName
{
background-color: #2BC131;
}
</style>
border-color css
<style>
span { border-color: #2BC131; }
span { border-color: rgb(43,193,49); }
td.TdClassName
{
border-color: #2BC131;
}
.TagClassName
{
border-color: #2BC131;
}
</style>