Shades of Lime Green #2BC221
Tints of Lime Green #2BC221
RGB
CMYK
RGB Variations
Color information
#2BC221 (or 0x2BC221) is known color: Lime Green. HEX triplet: 2B, C2 and 21. RGB value is (43,194,33). Sum of RGB (Red+Green+Blue) = 43+194+33=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC221 is #D43DDE. Grayscale: #828282. Windows color (decimal): -13909471 or 2212395. OLE color: 2212395.
HSL color Cylindrical-coordinate representation of color #2BC221: hue angle of 116.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BC221 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 33 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.24 |
| HSL | 116.27º | 0.71% | 0.45% | - |
| HSV(B) | 116.27º | 0.83% | 0.76% | - |
| XYZ | 20.56 | 39.21 | 7.92 | - |
| YUV | 130.5 | 72.97 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 33 | 0.78 | 0 | 0.83 | 0.24 | 116.27 | 0.71 | 0.45 |
| Hex | 2B | C2 | 21 | 4E | 0 | 53 | 18 | 74 | 47 | 2D |
| Octal | 53 | 302 | 41 | 116 | 0 | 123 | 30 | 164 | 107 | 55 |
| Binary | 101011 | 11000010 | 100001 | 1001110 | 0 | 1010011 | 11000 | 1110100 | 1000111 | 101101 |
Color Harmonies of #2BC221
Complementary color
Monochromatic Colors of #2BC221
Black with #2BC221
Text Example
Text Example
White with #2BC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC221; }
p { color: rgb(43,194,33); }
H1.HeaderClassName
{
color: #2BC221;
}
.AnyTagClassName
{
color: #2BC221;
}
</style>
background-color css
<style>
a { background-color: #2BC221; }
a { background-color: rgb(43,194,33); }
div.DivClassName
{
background-color: #2BC221;
}
.BgClassName
{
background-color: #2BC221;
}
</style>
border-color css
<style>
span { border-color: #2BC221; }
span { border-color: rgb(43,194,33); }
td.TdClassName
{
border-color: #2BC221;
}
.TagClassName
{
border-color: #2BC221;
}
</style>