Shades of Lime Green #2BBC3B
Tints of Lime Green #2BBC3B
RGB
CMYK
RGB Variations
Color information
#2BBC3B (or 0x2BBC3B) is known color: Lime Green. HEX triplet: 2B, BC and 3B. RGB value is (43,188,59). Sum of RGB (Red+Green+Blue) = 43+188+59=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC3B is #D443C4. Grayscale: #828282. Windows color (decimal): -13910981 or 3914795. OLE color: 3914795.
HSL color Cylindrical-coordinate representation of color #2BBC3B: hue angle of 126.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC3B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 59 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.26 |
| HSL | 126.62º | 0.63% | 0.45% | - |
| HSV(B) | 126.62º | 0.77% | 0.74% | - |
| XYZ | 19.77 | 36.8 | 10.2 | - |
| YUV | 129.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 59 | 0.77 | 0 | 0.69 | 0.26 | 126.62 | 0.63 | 0.45 |
| Hex | 2B | BC | 3B | 4D | 0 | 45 | 1A | 7F | 3F | 2D |
| Octal | 53 | 274 | 73 | 115 | 0 | 105 | 32 | 177 | 77 | 55 |
| Binary | 101011 | 10111100 | 111011 | 1001101 | 0 | 1000101 | 11010 | 1111111 | 111111 | 101101 |
Color Harmonies of #2BBC3B
Complementary color
Monochromatic Colors of #2BBC3B
Black with #2BBC3B
Text Example
Text Example
White with #2BBC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC3B; }
p { color: rgb(43,188,59); }
H1.HeaderClassName
{
color: #2BBC3B;
}
.AnyTagClassName
{
color: #2BBC3B;
}
</style>
background-color css
<style>
a { background-color: #2BBC3B; }
a { background-color: rgb(43,188,59); }
div.DivClassName
{
background-color: #2BBC3B;
}
.BgClassName
{
background-color: #2BBC3B;
}
</style>
border-color css
<style>
span { border-color: #2BBC3B; }
span { border-color: rgb(43,188,59); }
td.TdClassName
{
border-color: #2BBC3B;
}
.TagClassName
{
border-color: #2BBC3B;
}
</style>