Shades of Medium Sea Green #2BC77E
Tints of Medium Sea Green #2BC77E
RGB
CMYK
RGB Variations
Color information
#2BC77E (or 0x2BC77E) is known color: Medium Sea Green. HEX triplet: 2B, C7 and 7E. RGB value is (43,199,126). Sum of RGB (Red+Green+Blue) = 43+199+126=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC77E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC77E is #D43881. Grayscale: #909090. Windows color (decimal): -13908098 or 8308523. OLE color: 8308523.
HSL color Cylindrical-coordinate representation of color #2BC77E: hue angle of 151.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC77E is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 126 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.22 |
| HSL | 151.92º | 0.64% | 0.47% | - |
| HSV(B) | 151.92º | 0.78% | 0.78% | - |
| XYZ | 25.19 | 42.87 | 26.69 | - |
| YUV | 144.03 | 117.82 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 126 | 0.78 | 0 | 0.37 | 0.22 | 151.92 | 0.64 | 0.47 |
| Hex | 2B | C7 | 7E | 4E | 0 | 25 | 16 | 98 | 40 | 2F |
| Octal | 53 | 307 | 176 | 116 | 0 | 45 | 26 | 230 | 100 | 57 |
| Binary | 101011 | 11000111 | 1111110 | 1001110 | 0 | 100101 | 10110 | 10011000 | 1000000 | 101111 |
Color Harmonies of #2BC77E
Complementary color
Monochromatic Colors of #2BC77E
Black with #2BC77E
Text Example
Text Example
White with #2BC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC77E; }
p { color: rgb(43,199,126); }
H1.HeaderClassName
{
color: #2BC77E;
}
.AnyTagClassName
{
color: #2BC77E;
}
</style>
background-color css
<style>
a { background-color: #2BC77E; }
a { background-color: rgb(43,199,126); }
div.DivClassName
{
background-color: #2BC77E;
}
.BgClassName
{
background-color: #2BC77E;
}
</style>
border-color css
<style>
span { border-color: #2BC77E; }
span { border-color: rgb(43,199,126); }
td.TdClassName
{
border-color: #2BC77E;
}
.TagClassName
{
border-color: #2BC77E;
}
</style>