Shades of Lime Green #2BC133
Tints of Lime Green #2BC133
RGB
CMYK
RGB Variations
Color information
#2BC133 (or 0x2BC133) is known color: Lime Green. HEX triplet: 2B, C1 and 33. RGB value is (43,193,51). Sum of RGB (Red+Green+Blue) = 43+193+51=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC133 is #D43ECC. Grayscale: #848484. Windows color (decimal): -13909709 or 3391787. OLE color: 3391787.
HSL color Cylindrical-coordinate representation of color #2BC133: hue angle of 123.2º 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 #2BC133 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 51 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.24 |
| HSL | 123.2º | 0.64% | 0.46% | - |
| HSV(B) | 123.2º | 0.78% | 0.76% | - |
| XYZ | 20.66 | 38.89 | 9.55 | - |
| YUV | 131.96 | 82.31 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 51 | 0.78 | 0 | 0.74 | 0.24 | 123.2 | 0.64 | 0.46 |
| Hex | 2B | C1 | 33 | 4E | 0 | 4A | 18 | 7B | 40 | 2E |
| Octal | 53 | 301 | 63 | 116 | 0 | 112 | 30 | 173 | 100 | 56 |
| Binary | 101011 | 11000001 | 110011 | 1001110 | 0 | 1001010 | 11000 | 1111011 | 1000000 | 101110 |
Color Harmonies of #2BC133
Complementary color
Monochromatic Colors of #2BC133
Black with #2BC133
Text Example
Text Example
White with #2BC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC133; }
p { color: rgb(43,193,51); }
H1.HeaderClassName
{
color: #2BC133;
}
.AnyTagClassName
{
color: #2BC133;
}
</style>
background-color css
<style>
a { background-color: #2BC133; }
a { background-color: rgb(43,193,51); }
div.DivClassName
{
background-color: #2BC133;
}
.BgClassName
{
background-color: #2BC133;
}
</style>
border-color css
<style>
span { border-color: #2BC133; }
span { border-color: rgb(43,193,51); }
td.TdClassName
{
border-color: #2BC133;
}
.TagClassName
{
border-color: #2BC133;
}
</style>