Shades of Medium Sea Green #2BC37D
Tints of Medium Sea Green #2BC37D
RGB
CMYK
RGB Variations
Color information
#2BC37D (or 0x2BC37D) is known color: Medium Sea Green. HEX triplet: 2B, C3 and 7D. RGB value is (43,195,125). Sum of RGB (Red+Green+Blue) = 43+195+125=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC37D is #D43C82. Grayscale: #8D8D8D. Windows color (decimal): -13909123 or 8241963. OLE color: 8241963.
HSL color Cylindrical-coordinate representation of color #2BC37D: hue angle of 152.37º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC37D is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 125 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.24 |
| HSL | 152.37º | 0.64% | 0.47% | - |
| HSV(B) | 152.37º | 0.78% | 0.76% | - |
| XYZ | 24.21 | 41.02 | 26.04 | - |
| YUV | 141.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 125 | 0.78 | 0 | 0.36 | 0.24 | 152.37 | 0.64 | 0.47 |
| Hex | 2B | C3 | 7D | 4E | 0 | 24 | 18 | 98 | 40 | 2F |
| Octal | 53 | 303 | 175 | 116 | 0 | 44 | 30 | 230 | 100 | 57 |
| Binary | 101011 | 11000011 | 1111101 | 1001110 | 0 | 100100 | 11000 | 10011000 | 1000000 | 101111 |
Color Harmonies of #2BC37D
Complementary color
Monochromatic Colors of #2BC37D
Black with #2BC37D
Text Example
Text Example
White with #2BC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC37D; }
p { color: rgb(43,195,125); }
H1.HeaderClassName
{
color: #2BC37D;
}
.AnyTagClassName
{
color: #2BC37D;
}
</style>
background-color css
<style>
a { background-color: #2BC37D; }
a { background-color: rgb(43,195,125); }
div.DivClassName
{
background-color: #2BC37D;
}
.BgClassName
{
background-color: #2BC37D;
}
</style>
border-color css
<style>
span { border-color: #2BC37D; }
span { border-color: rgb(43,195,125); }
td.TdClassName
{
border-color: #2BC37D;
}
.TagClassName
{
border-color: #2BC37D;
}
</style>