Shades of Medium Sea Green #2CB55B
Tints of Medium Sea Green #2CB55B
RGB
CMYK
RGB Variations
Color information
#2CB55B (or 0x2CB55B) is known color: Medium Sea Green. HEX triplet: 2C, B5 and 5B. RGB value is (44,181,91). Sum of RGB (Red+Green+Blue) = 44+181+91=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB55B is #D34AA4. Grayscale: #828282. Windows color (decimal): -13847205 or 6010156. OLE color: 6010156.
HSL color Cylindrical-coordinate representation of color #2CB55B: hue angle of 140.58º 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 #2CB55B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 91 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.29 |
| HSL | 140.58º | 0.61% | 0.44% | - |
| HSV(B) | 140.58º | 0.76% | 0.71% | - |
| XYZ | 19.45 | 34.34 | 15.5 | - |
| YUV | 129.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 91 | 0.76 | 0 | 0.50 | 0.29 | 140.58 | 0.61 | 0.44 |
| Hex | 2C | B5 | 5B | 4C | 0 | 32 | 1D | 8D | 3D | 2C |
| Octal | 54 | 265 | 133 | 114 | 0 | 62 | 35 | 215 | 75 | 54 |
| Binary | 101100 | 10110101 | 1011011 | 1001100 | 0 | 110010 | 11101 | 10001101 | 111101 | 101100 |
Color Harmonies of #2CB55B
Complementary color
Monochromatic Colors of #2CB55B
Black with #2CB55B
Text Example
Text Example
White with #2CB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB55B; }
p { color: rgb(44,181,91); }
H1.HeaderClassName
{
color: #2CB55B;
}
.AnyTagClassName
{
color: #2CB55B;
}
</style>
background-color css
<style>
a { background-color: #2CB55B; }
a { background-color: rgb(44,181,91); }
div.DivClassName
{
background-color: #2CB55B;
}
.BgClassName
{
background-color: #2CB55B;
}
</style>
border-color css
<style>
span { border-color: #2CB55B; }
span { border-color: rgb(44,181,91); }
td.TdClassName
{
border-color: #2CB55B;
}
.TagClassName
{
border-color: #2CB55B;
}
</style>