Shades of Medium Sea Green #2BC45D
Tints of Medium Sea Green #2BC45D
RGB
CMYK
RGB Variations
Color information
#2BC45D (or 0x2BC45D) is known color: Medium Sea Green. HEX triplet: 2B, C4 and 5D. RGB value is (43,196,93). Sum of RGB (Red+Green+Blue) = 43+196+93=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC45D is #D43BA2. Grayscale: #8A8A8A. Windows color (decimal): -13908899 or 6145067. OLE color: 6145067.
HSL color Cylindrical-coordinate representation of color #2BC45D: hue angle of 139.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC45D is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 93 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.23 |
| HSL | 139.61º | 0.64% | 0.47% | - |
| HSV(B) | 139.61º | 0.78% | 0.77% | - |
| XYZ | 22.71 | 40.78 | 17.03 | - |
| YUV | 138.51 | 102.31 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 93 | 0.78 | 0 | 0.53 | 0.23 | 139.61 | 0.64 | 0.47 |
| Hex | 2B | C4 | 5D | 4E | 0 | 35 | 17 | 8C | 40 | 2F |
| Octal | 53 | 304 | 135 | 116 | 0 | 65 | 27 | 214 | 100 | 57 |
| Binary | 101011 | 11000100 | 1011101 | 1001110 | 0 | 110101 | 10111 | 10001100 | 1000000 | 101111 |
Color Harmonies of #2BC45D
Complementary color
Monochromatic Colors of #2BC45D
Black with #2BC45D
Text Example
Text Example
White with #2BC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC45D; }
p { color: rgb(43,196,93); }
H1.HeaderClassName
{
color: #2BC45D;
}
.AnyTagClassName
{
color: #2BC45D;
}
</style>
background-color css
<style>
a { background-color: #2BC45D; }
a { background-color: rgb(43,196,93); }
div.DivClassName
{
background-color: #2BC45D;
}
.BgClassName
{
background-color: #2BC45D;
}
</style>
border-color css
<style>
span { border-color: #2BC45D; }
span { border-color: rgb(43,196,93); }
td.TdClassName
{
border-color: #2BC45D;
}
.TagClassName
{
border-color: #2BC45D;
}
</style>