Shades of Medium Sea Green #2BBC56
Tints of Medium Sea Green #2BBC56
RGB
CMYK
RGB Variations
Color information
#2BBC56 (or 0x2BBC56) is known color: Medium Sea Green. HEX triplet: 2B, BC and 56. RGB value is (43,188,86). Sum of RGB (Red+Green+Blue) = 43+188+86=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC56 is #D443A9. Grayscale: #858585. Windows color (decimal): -13910954 or 5684267. OLE color: 5684267.
HSL color Cylindrical-coordinate representation of color #2BBC56: hue angle of 137.79º 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 #2BBC56 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 86 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.26 |
| HSL | 137.79º | 0.63% | 0.45% | - |
| HSV(B) | 137.79º | 0.77% | 0.74% | - |
| XYZ | 20.66 | 37.15 | 14.89 | - |
| YUV | 133.02 | 101.46 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 86 | 0.77 | 0 | 0.54 | 0.26 | 137.79 | 0.63 | 0.45 |
| Hex | 2B | BC | 56 | 4D | 0 | 36 | 1A | 8A | 3F | 2D |
| Octal | 53 | 274 | 126 | 115 | 0 | 66 | 32 | 212 | 77 | 55 |
| Binary | 101011 | 10111100 | 1010110 | 1001101 | 0 | 110110 | 11010 | 10001010 | 111111 | 101101 |
Color Harmonies of #2BBC56
Complementary color
Monochromatic Colors of #2BBC56
Black with #2BBC56
Text Example
Text Example
White with #2BBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC56; }
p { color: rgb(43,188,86); }
H1.HeaderClassName
{
color: #2BBC56;
}
.AnyTagClassName
{
color: #2BBC56;
}
</style>
background-color css
<style>
a { background-color: #2BBC56; }
a { background-color: rgb(43,188,86); }
div.DivClassName
{
background-color: #2BBC56;
}
.BgClassName
{
background-color: #2BBC56;
}
</style>
border-color css
<style>
span { border-color: #2BBC56; }
span { border-color: rgb(43,188,86); }
td.TdClassName
{
border-color: #2BBC56;
}
.TagClassName
{
border-color: #2BBC56;
}
</style>