Shades of Medium Sea Green #2BC25F
Tints of Medium Sea Green #2BC25F
RGB
CMYK
RGB Variations
Color information
#2BC25F (or 0x2BC25F) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 5F. RGB value is (43,194,95). Sum of RGB (Red+Green+Blue) = 43+194+95=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC25F is #D43DA0. Grayscale: #898989. Windows color (decimal): -13909409 or 6275627. OLE color: 6275627.
HSL color Cylindrical-coordinate representation of color #2BC25F: hue angle of 140.66º 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 #2BC25F is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 95 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.24 |
| HSL | 140.66º | 0.64% | 0.46% | - |
| HSV(B) | 140.66º | 0.78% | 0.76% | - |
| XYZ | 22.35 | 39.92 | 17.35 | - |
| YUV | 137.57 | 103.97 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 95 | 0.78 | 0 | 0.51 | 0.24 | 140.66 | 0.64 | 0.46 |
| Hex | 2B | C2 | 5F | 4E | 0 | 33 | 18 | 8D | 40 | 2E |
| Octal | 53 | 302 | 137 | 116 | 0 | 63 | 30 | 215 | 100 | 56 |
| Binary | 101011 | 11000010 | 1011111 | 1001110 | 0 | 110011 | 11000 | 10001101 | 1000000 | 101110 |
Color Harmonies of #2BC25F
Complementary color
Monochromatic Colors of #2BC25F
Black with #2BC25F
Text Example
Text Example
White with #2BC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC25F; }
p { color: rgb(43,194,95); }
H1.HeaderClassName
{
color: #2BC25F;
}
.AnyTagClassName
{
color: #2BC25F;
}
</style>
background-color css
<style>
a { background-color: #2BC25F; }
a { background-color: rgb(43,194,95); }
div.DivClassName
{
background-color: #2BC25F;
}
.BgClassName
{
background-color: #2BC25F;
}
</style>
border-color css
<style>
span { border-color: #2BC25F; }
span { border-color: rgb(43,194,95); }
td.TdClassName
{
border-color: #2BC25F;
}
.TagClassName
{
border-color: #2BC25F;
}
</style>