Shades of Lime Green #2BBC4B
Tints of Lime Green #2BBC4B
RGB
CMYK
RGB Variations
Color information
#2BBC4B (or 0x2BBC4B) is known color: Lime Green. HEX triplet: 2B, BC and 4B. RGB value is (43,188,75). Sum of RGB (Red+Green+Blue) = 43+188+75=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC4B is #D443B4. Grayscale: #848484. Windows color (decimal): -13910965 or 4963371. OLE color: 4963371.
HSL color Cylindrical-coordinate representation of color #2BBC4B: hue angle of 133.24º 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 #2BBC4B is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 75 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.26 |
| HSL | 133.24º | 0.63% | 0.45% | - |
| HSV(B) | 133.24º | 0.77% | 0.74% | - |
| XYZ | 20.25 | 36.99 | 12.73 | - |
| YUV | 131.76 | 95.96 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 75 | 0.77 | 0 | 0.60 | 0.26 | 133.24 | 0.63 | 0.45 |
| Hex | 2B | BC | 4B | 4D | 0 | 3C | 1A | 85 | 3F | 2D |
| Octal | 53 | 274 | 113 | 115 | 0 | 74 | 32 | 205 | 77 | 55 |
| Binary | 101011 | 10111100 | 1001011 | 1001101 | 0 | 111100 | 11010 | 10000101 | 111111 | 101101 |
Color Harmonies of #2BBC4B
Complementary color
Monochromatic Colors of #2BBC4B
Black with #2BBC4B
Text Example
Text Example
White with #2BBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC4B; }
p { color: rgb(43,188,75); }
H1.HeaderClassName
{
color: #2BBC4B;
}
.AnyTagClassName
{
color: #2BBC4B;
}
</style>
background-color css
<style>
a { background-color: #2BBC4B; }
a { background-color: rgb(43,188,75); }
div.DivClassName
{
background-color: #2BBC4B;
}
.BgClassName
{
background-color: #2BBC4B;
}
</style>
border-color css
<style>
span { border-color: #2BBC4B; }
span { border-color: rgb(43,188,75); }
td.TdClassName
{
border-color: #2BBC4B;
}
.TagClassName
{
border-color: #2BBC4B;
}
</style>