Shades of Lime Green #2BBC3E
Tints of Lime Green #2BBC3E
RGB
CMYK
RGB Variations
Color information
#2BBC3E (or 0x2BBC3E) is known color: Lime Green. HEX triplet: 2B, BC and 3E. RGB value is (43,188,62). Sum of RGB (Red+Green+Blue) = 43+188+62=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC3E is #D443C1. Grayscale: #828282. Windows color (decimal): -13910978 or 4111403. OLE color: 4111403.
HSL color Cylindrical-coordinate representation of color #2BBC3E: hue angle of 127.86º 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 #2BBC3E is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 62 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.26 |
| HSL | 127.86º | 0.63% | 0.45% | - |
| HSV(B) | 127.86º | 0.77% | 0.74% | - |
| XYZ | 19.85 | 36.83 | 10.62 | - |
| YUV | 130.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 62 | 0.77 | 0 | 0.67 | 0.26 | 127.86 | 0.63 | 0.45 |
| Hex | 2B | BC | 3E | 4D | 0 | 43 | 1A | 80 | 3F | 2D |
| Octal | 53 | 274 | 76 | 115 | 0 | 103 | 32 | 200 | 77 | 55 |
| Binary | 101011 | 10111100 | 111110 | 1001101 | 0 | 1000011 | 11010 | 10000000 | 111111 | 101101 |
Color Harmonies of #2BBC3E
Complementary color
Monochromatic Colors of #2BBC3E
Black with #2BBC3E
Text Example
Text Example
White with #2BBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC3E; }
p { color: rgb(43,188,62); }
H1.HeaderClassName
{
color: #2BBC3E;
}
.AnyTagClassName
{
color: #2BBC3E;
}
</style>
background-color css
<style>
a { background-color: #2BBC3E; }
a { background-color: rgb(43,188,62); }
div.DivClassName
{
background-color: #2BBC3E;
}
.BgClassName
{
background-color: #2BBC3E;
}
</style>
border-color css
<style>
span { border-color: #2BBC3E; }
span { border-color: rgb(43,188,62); }
td.TdClassName
{
border-color: #2BBC3E;
}
.TagClassName
{
border-color: #2BBC3E;
}
</style>