Shades of Medium Sea Green #2BCD61
Tints of Medium Sea Green #2BCD61
RGB
CMYK
RGB Variations
Color information
#2BCD61 (or 0x2BCD61) is known color: Medium Sea Green. HEX triplet: 2B, CD and 61. RGB value is (43,205,97). Sum of RGB (Red+Green+Blue) = 43+205+97=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD61 is #D4329E. Grayscale: #909090. Windows color (decimal): -13906591 or 6409515. OLE color: 6409515.
HSL color Cylindrical-coordinate representation of color #2BCD61: hue angle of 140º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD61 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 97 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.20 |
| HSL | 140º | 0.65% | 0.49% | - |
| HSV(B) | 140º | 0.79% | 0.8% | - |
| XYZ | 24.99 | 45.04 | 18.69 | - |
| YUV | 144.25 | 101.33 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 97 | 0.79 | 0 | 0.53 | 0.20 | 140 | 0.65 | 0.49 |
| Hex | 2B | CD | 61 | 4F | 0 | 35 | 14 | 8C | 41 | 31 |
| Octal | 53 | 315 | 141 | 117 | 0 | 65 | 24 | 214 | 101 | 61 |
| Binary | 101011 | 11001101 | 1100001 | 1001111 | 0 | 110101 | 10100 | 10001100 | 1000001 | 110001 |
Color Harmonies of #2BCD61
Complementary color
Monochromatic Colors of #2BCD61
Black with #2BCD61
Text Example
Text Example
White with #2BCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD61; }
p { color: rgb(43,205,97); }
H1.HeaderClassName
{
color: #2BCD61;
}
.AnyTagClassName
{
color: #2BCD61;
}
</style>
background-color css
<style>
a { background-color: #2BCD61; }
a { background-color: rgb(43,205,97); }
div.DivClassName
{
background-color: #2BCD61;
}
.BgClassName
{
background-color: #2BCD61;
}
</style>
border-color css
<style>
span { border-color: #2BCD61; }
span { border-color: rgb(43,205,97); }
td.TdClassName
{
border-color: #2BCD61;
}
.TagClassName
{
border-color: #2BCD61;
}
</style>