Shades of Lime Green #2BC143
Tints of Lime Green #2BC143
RGB
CMYK
RGB Variations
Color information
#2BC143 (or 0x2BC143) is known color: Lime Green. HEX triplet: 2B, C1 and 43. RGB value is (43,193,67). Sum of RGB (Red+Green+Blue) = 43+193+67=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC143 is #D43EBC. Grayscale: #868686. Windows color (decimal): -13909693 or 4440363. OLE color: 4440363.
HSL color Cylindrical-coordinate representation of color #2BC143: hue angle of 129.6º 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 #2BC143 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 67 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.24 |
| HSL | 129.6º | 0.64% | 0.46% | - |
| HSV(B) | 129.6º | 0.78% | 0.76% | - |
| XYZ | 21.08 | 39.06 | 11.74 | - |
| YUV | 133.79 | 90.31 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 67 | 0.78 | 0 | 0.65 | 0.24 | 129.6 | 0.64 | 0.46 |
| Hex | 2B | C1 | 43 | 4E | 0 | 41 | 18 | 82 | 40 | 2E |
| Octal | 53 | 301 | 103 | 116 | 0 | 101 | 30 | 202 | 100 | 56 |
| Binary | 101011 | 11000001 | 1000011 | 1001110 | 0 | 1000001 | 11000 | 10000010 | 1000000 | 101110 |
Color Harmonies of #2BC143
Complementary color
Monochromatic Colors of #2BC143
Black with #2BC143
Text Example
Text Example
White with #2BC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC143; }
p { color: rgb(43,193,67); }
H1.HeaderClassName
{
color: #2BC143;
}
.AnyTagClassName
{
color: #2BC143;
}
</style>
background-color css
<style>
a { background-color: #2BC143; }
a { background-color: rgb(43,193,67); }
div.DivClassName
{
background-color: #2BC143;
}
.BgClassName
{
background-color: #2BC143;
}
</style>
border-color css
<style>
span { border-color: #2BC143; }
span { border-color: rgb(43,193,67); }
td.TdClassName
{
border-color: #2BC143;
}
.TagClassName
{
border-color: #2BC143;
}
</style>