Shades of Medium Sea Green #2BD56C
Tints of Medium Sea Green #2BD56C
RGB
CMYK
RGB Variations
Color information
#2BD56C (or 0x2BD56C) is known color: Medium Sea Green. HEX triplet: 2B, D5 and 6C. RGB value is (43,213,108). Sum of RGB (Red+Green+Blue) = 43+213+108=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD56C is #D42A93. Grayscale: #969696. Windows color (decimal): -13904532 or 7132459. OLE color: 7132459.
HSL color Cylindrical-coordinate representation of color #2BD56C: hue angle of 142.94º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD56C is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 108 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.16 |
| HSL | 142.94º | 0.67% | 0.5% | - |
| HSV(B) | 142.94º | 0.8% | 0.84% | - |
| XYZ | 27.5 | 49.18 | 22.23 | - |
| YUV | 150.2 | 104.18 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 108 | 0.80 | 0 | 0.49 | 0.16 | 142.94 | 0.67 | 0.5 |
| Hex | 2B | D5 | 6C | 50 | 0 | 31 | 10 | 8F | 43 | 32 |
| Octal | 53 | 325 | 154 | 120 | 0 | 61 | 20 | 217 | 103 | 62 |
| Binary | 101011 | 11010101 | 1101100 | 1010000 | 0 | 110001 | 10000 | 10001111 | 1000011 | 110010 |
Color Harmonies of #2BD56C
Complementary color
Monochromatic Colors of #2BD56C
Black with #2BD56C
Text Example
Text Example
White with #2BD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD56C; }
p { color: rgb(43,213,108); }
H1.HeaderClassName
{
color: #2BD56C;
}
.AnyTagClassName
{
color: #2BD56C;
}
</style>
background-color css
<style>
a { background-color: #2BD56C; }
a { background-color: rgb(43,213,108); }
div.DivClassName
{
background-color: #2BD56C;
}
.BgClassName
{
background-color: #2BD56C;
}
</style>
border-color css
<style>
span { border-color: #2BD56C; }
span { border-color: rgb(43,213,108); }
td.TdClassName
{
border-color: #2BD56C;
}
.TagClassName
{
border-color: #2BD56C;
}
</style>