Shades of Medium Sea Green #2BD771
Tints of Medium Sea Green #2BD771
RGB
CMYK
RGB Variations
Color information
#2BD771 (or 0x2BD771) is known color: Medium Sea Green. HEX triplet: 2B, D7 and 71. RGB value is (43,215,113). Sum of RGB (Red+Green+Blue) = 43+215+113=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD771 is #D4288E. Grayscale: #989898. Windows color (decimal): -13904015 or 7460651. OLE color: 7460651.
HSL color Cylindrical-coordinate representation of color #2BD771: hue angle of 144.42º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD771 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 113 | - |
| CMYK | 0.8 | 0 | 0.47 | 0.16 |
| HSL | 144.42º | 0.68% | 0.51% | - |
| HSV(B) | 144.42º | 0.8% | 0.84% | - |
| XYZ | 28.28 | 50.31 | 23.84 | - |
| YUV | 151.94 | 106.02 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 113 | 0.8 | 0 | 0.47 | 0.16 | 144.42 | 0.68 | 0.51 |
| Hex | 2B | D7 | 71 | 50 | 0 | 2F | 10 | 90 | 44 | 33 |
| Octal | 53 | 327 | 161 | 120 | 0 | 57 | 20 | 220 | 104 | 63 |
| Binary | 101011 | 11010111 | 1110001 | 1010000 | 0 | 101111 | 10000 | 10010000 | 1000100 | 110011 |
Color Harmonies of #2BD771
Complementary color
Monochromatic Colors of #2BD771
Black with #2BD771
Text Example
Text Example
White with #2BD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD771; }
p { color: rgb(43,215,113); }
H1.HeaderClassName
{
color: #2BD771;
}
.AnyTagClassName
{
color: #2BD771;
}
</style>
background-color css
<style>
a { background-color: #2BD771; }
a { background-color: rgb(43,215,113); }
div.DivClassName
{
background-color: #2BD771;
}
.BgClassName
{
background-color: #2BD771;
}
</style>
border-color css
<style>
span { border-color: #2BD771; }
span { border-color: rgb(43,215,113); }
td.TdClassName
{
border-color: #2BD771;
}
.TagClassName
{
border-color: #2BD771;
}
</style>