Shades of Medium Sea Green #2CB55C
Tints of Medium Sea Green #2CB55C
RGB
CMYK
RGB Variations
Color information
#2CB55C (or 0x2CB55C) is known color: Medium Sea Green. HEX triplet: 2C, B5 and 5C. RGB value is (44,181,92). Sum of RGB (Red+Green+Blue) = 44+181+92=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB55C is #D34AA3. Grayscale: #828282. Windows color (decimal): -13847204 or 6075692. OLE color: 6075692.
HSL color Cylindrical-coordinate representation of color #2CB55C: hue angle of 141.02º 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 #2CB55C is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 92 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.29 |
| HSL | 141.02º | 0.61% | 0.44% | - |
| HSV(B) | 141.02º | 0.76% | 0.71% | - |
| XYZ | 19.49 | 34.36 | 15.73 | - |
| YUV | 129.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 92 | 0.76 | 0 | 0.49 | 0.29 | 141.02 | 0.61 | 0.44 |
| Hex | 2C | B5 | 5C | 4C | 0 | 31 | 1D | 8D | 3D | 2C |
| Octal | 54 | 265 | 134 | 114 | 0 | 61 | 35 | 215 | 75 | 54 |
| Binary | 101100 | 10110101 | 1011100 | 1001100 | 0 | 110001 | 11101 | 10001101 | 111101 | 101100 |
Color Harmonies of #2CB55C
Complementary color
Monochromatic Colors of #2CB55C
Black with #2CB55C
Text Example
Text Example
White with #2CB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB55C; }
p { color: rgb(44,181,92); }
H1.HeaderClassName
{
color: #2CB55C;
}
.AnyTagClassName
{
color: #2CB55C;
}
</style>
background-color css
<style>
a { background-color: #2CB55C; }
a { background-color: rgb(44,181,92); }
div.DivClassName
{
background-color: #2CB55C;
}
.BgClassName
{
background-color: #2CB55C;
}
</style>
border-color css
<style>
span { border-color: #2CB55C; }
span { border-color: rgb(44,181,92); }
td.TdClassName
{
border-color: #2CB55C;
}
.TagClassName
{
border-color: #2CB55C;
}
</style>