Shades of Medium Sea Green #2CB45B
Tints of Medium Sea Green #2CB45B
RGB
CMYK
RGB Variations
Color information
#2CB45B (or 0x2CB45B) is known color: Medium Sea Green. HEX triplet: 2C, B4 and 5B. RGB value is (44,180,91). Sum of RGB (Red+Green+Blue) = 44+180+91=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB45B is #D34BA4. Grayscale: #818181. Windows color (decimal): -13847461 or 6009900. OLE color: 6009900.
HSL color Cylindrical-coordinate representation of color #2CB45B: hue angle of 140.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB45B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 91 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.29 |
| HSL | 140.74º | 0.61% | 0.44% | - |
| HSV(B) | 140.74º | 0.76% | 0.71% | - |
| XYZ | 19.25 | 33.93 | 15.43 | - |
| YUV | 129.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 91 | 0.76 | 0 | 0.49 | 0.29 | 140.74 | 0.61 | 0.44 |
| Hex | 2C | B4 | 5B | 4C | 0 | 31 | 1D | 8D | 3D | 2C |
| Octal | 54 | 264 | 133 | 114 | 0 | 61 | 35 | 215 | 75 | 54 |
| Binary | 101100 | 10110100 | 1011011 | 1001100 | 0 | 110001 | 11101 | 10001101 | 111101 | 101100 |
Color Harmonies of #2CB45B
Complementary color
Monochromatic Colors of #2CB45B
Black with #2CB45B
Text Example
Text Example
White with #2CB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB45B; }
p { color: rgb(44,180,91); }
H1.HeaderClassName
{
color: #2CB45B;
}
.AnyTagClassName
{
color: #2CB45B;
}
</style>
background-color css
<style>
a { background-color: #2CB45B; }
a { background-color: rgb(44,180,91); }
div.DivClassName
{
background-color: #2CB45B;
}
.BgClassName
{
background-color: #2CB45B;
}
</style>
border-color css
<style>
span { border-color: #2CB45B; }
span { border-color: rgb(44,180,91); }
td.TdClassName
{
border-color: #2CB45B;
}
.TagClassName
{
border-color: #2CB45B;
}
</style>