Shades of Medium Sea Green #2BBC5E
Tints of Medium Sea Green #2BBC5E
RGB
CMYK
RGB Variations
Color information
#2BBC5E (or 0x2BBC5E) is known color: Medium Sea Green. HEX triplet: 2B, BC and 5E. RGB value is (43,188,94). Sum of RGB (Red+Green+Blue) = 43+188+94=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC5E is #D443A1. Grayscale: #868686. Windows color (decimal): -13910946 or 6208555. OLE color: 6208555.
HSL color Cylindrical-coordinate representation of color #2BBC5E: hue angle of 141.1º 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 #2BBC5E is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 94 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.26 |
| HSL | 141.1º | 0.63% | 0.45% | - |
| HSV(B) | 141.1º | 0.77% | 0.74% | - |
| XYZ | 21 | 37.29 | 16.68 | - |
| YUV | 133.93 | 105.46 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 94 | 0.77 | 0 | 0.50 | 0.26 | 141.1 | 0.63 | 0.45 |
| Hex | 2B | BC | 5E | 4D | 0 | 32 | 1A | 8D | 3F | 2D |
| Octal | 53 | 274 | 136 | 115 | 0 | 62 | 32 | 215 | 77 | 55 |
| Binary | 101011 | 10111100 | 1011110 | 1001101 | 0 | 110010 | 11010 | 10001101 | 111111 | 101101 |
Color Harmonies of #2BBC5E
Complementary color
Monochromatic Colors of #2BBC5E
Black with #2BBC5E
Text Example
Text Example
White with #2BBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC5E; }
p { color: rgb(43,188,94); }
H1.HeaderClassName
{
color: #2BBC5E;
}
.AnyTagClassName
{
color: #2BBC5E;
}
</style>
background-color css
<style>
a { background-color: #2BBC5E; }
a { background-color: rgb(43,188,94); }
div.DivClassName
{
background-color: #2BBC5E;
}
.BgClassName
{
background-color: #2BBC5E;
}
</style>
border-color css
<style>
span { border-color: #2BBC5E; }
span { border-color: rgb(43,188,94); }
td.TdClassName
{
border-color: #2BBC5E;
}
.TagClassName
{
border-color: #2BBC5E;
}
</style>