Shades of Medium Sea Green #2BC15F
Tints of Medium Sea Green #2BC15F
RGB
CMYK
RGB Variations
Color information
#2BC15F (or 0x2BC15F) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 5F. RGB value is (43,193,95). Sum of RGB (Red+Green+Blue) = 43+193+95=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC15F is #D43EA0. Grayscale: #898989. Windows color (decimal): -13909665 or 6275371. OLE color: 6275371.
HSL color Cylindrical-coordinate representation of color #2BC15F: hue angle of 140.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC15F is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 95 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.24 |
| HSL | 140.8º | 0.64% | 0.46% | - |
| HSV(B) | 140.8º | 0.78% | 0.76% | - |
| XYZ | 22.13 | 39.48 | 17.28 | - |
| YUV | 136.98 | 104.31 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 95 | 0.78 | 0 | 0.51 | 0.24 | 140.8 | 0.64 | 0.46 |
| Hex | 2B | C1 | 5F | 4E | 0 | 33 | 18 | 8D | 40 | 2E |
| Octal | 53 | 301 | 137 | 116 | 0 | 63 | 30 | 215 | 100 | 56 |
| Binary | 101011 | 11000001 | 1011111 | 1001110 | 0 | 110011 | 11000 | 10001101 | 1000000 | 101110 |
Color Harmonies of #2BC15F
Complementary color
Monochromatic Colors of #2BC15F
Black with #2BC15F
Text Example
Text Example
White with #2BC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC15F; }
p { color: rgb(43,193,95); }
H1.HeaderClassName
{
color: #2BC15F;
}
.AnyTagClassName
{
color: #2BC15F;
}
</style>
background-color css
<style>
a { background-color: #2BC15F; }
a { background-color: rgb(43,193,95); }
div.DivClassName
{
background-color: #2BC15F;
}
.BgClassName
{
background-color: #2BC15F;
}
</style>
border-color css
<style>
span { border-color: #2BC15F; }
span { border-color: rgb(43,193,95); }
td.TdClassName
{
border-color: #2BC15F;
}
.TagClassName
{
border-color: #2BC15F;
}
</style>