Shades of Medium Sea Green #2BBC59
Tints of Medium Sea Green #2BBC59
RGB
CMYK
RGB Variations
Color information
#2BBC59 (or 0x2BBC59) is known color: Medium Sea Green. HEX triplet: 2B, BC and 59. RGB value is (43,188,89). Sum of RGB (Red+Green+Blue) = 43+188+89=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC59 is #D443A6. Grayscale: #858585. Windows color (decimal): -13910951 or 5880875. OLE color: 5880875.
HSL color Cylindrical-coordinate representation of color #2BBC59: hue angle of 139.03º 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 #2BBC59 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 89 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.26 |
| HSL | 139.03º | 0.63% | 0.45% | - |
| HSV(B) | 139.03º | 0.77% | 0.74% | - |
| XYZ | 20.78 | 37.2 | 15.54 | - |
| YUV | 133.36 | 102.96 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 89 | 0.77 | 0 | 0.53 | 0.26 | 139.03 | 0.63 | 0.45 |
| Hex | 2B | BC | 59 | 4D | 0 | 35 | 1A | 8B | 3F | 2D |
| Octal | 53 | 274 | 131 | 115 | 0 | 65 | 32 | 213 | 77 | 55 |
| Binary | 101011 | 10111100 | 1011001 | 1001101 | 0 | 110101 | 11010 | 10001011 | 111111 | 101101 |
Color Harmonies of #2BBC59
Complementary color
Monochromatic Colors of #2BBC59
Black with #2BBC59
Text Example
Text Example
White with #2BBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC59; }
p { color: rgb(43,188,89); }
H1.HeaderClassName
{
color: #2BBC59;
}
.AnyTagClassName
{
color: #2BBC59;
}
</style>
background-color css
<style>
a { background-color: #2BBC59; }
a { background-color: rgb(43,188,89); }
div.DivClassName
{
background-color: #2BBC59;
}
.BgClassName
{
background-color: #2BBC59;
}
</style>
border-color css
<style>
span { border-color: #2BBC59; }
span { border-color: rgb(43,188,89); }
td.TdClassName
{
border-color: #2BBC59;
}
.TagClassName
{
border-color: #2BBC59;
}
</style>