Shades of Lime Green #2BC232
Tints of Lime Green #2BC232
RGB
CMYK
RGB Variations
Color information
#2BC232 (or 0x2BC232) is known color: Lime Green. HEX triplet: 2B, C2 and 32. RGB value is (43,194,50). Sum of RGB (Red+Green+Blue) = 43+194+50=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC232 is #D43DCD. Grayscale: #848484. Windows color (decimal): -13909454 or 3326507. OLE color: 3326507.
HSL color Cylindrical-coordinate representation of color #2BC232: hue angle of 122.78º 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 #2BC232 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 50 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.24 |
| HSL | 122.78º | 0.64% | 0.46% | - |
| HSV(B) | 122.78º | 0.78% | 0.76% | - |
| XYZ | 20.86 | 39.33 | 9.51 | - |
| YUV | 132.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 50 | 0.78 | 0 | 0.74 | 0.24 | 122.78 | 0.64 | 0.46 |
| Hex | 2B | C2 | 32 | 4E | 0 | 4A | 18 | 7B | 40 | 2E |
| Octal | 53 | 302 | 62 | 116 | 0 | 112 | 30 | 173 | 100 | 56 |
| Binary | 101011 | 11000010 | 110010 | 1001110 | 0 | 1001010 | 11000 | 1111011 | 1000000 | 101110 |
Color Harmonies of #2BC232
Complementary color
Monochromatic Colors of #2BC232
Black with #2BC232
Text Example
Text Example
White with #2BC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC232; }
p { color: rgb(43,194,50); }
H1.HeaderClassName
{
color: #2BC232;
}
.AnyTagClassName
{
color: #2BC232;
}
</style>
background-color css
<style>
a { background-color: #2BC232; }
a { background-color: rgb(43,194,50); }
div.DivClassName
{
background-color: #2BC232;
}
.BgClassName
{
background-color: #2BC232;
}
</style>
border-color css
<style>
span { border-color: #2BC232; }
span { border-color: rgb(43,194,50); }
td.TdClassName
{
border-color: #2BC232;
}
.TagClassName
{
border-color: #2BC232;
}
</style>