Shades of Medium Sea Green #2CC358
Tints of Medium Sea Green #2CC358
RGB
CMYK
RGB Variations
Color information
#2CC358 (or 0x2CC358) is known color: Medium Sea Green. HEX triplet: 2C, C3 and 58. RGB value is (44,195,88). Sum of RGB (Red+Green+Blue) = 44+195+88=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC358 is #D33CA7. Grayscale: #898989. Windows color (decimal): -13843624 or 5817132. OLE color: 5817132.
HSL color Cylindrical-coordinate representation of color #2CC358: hue angle of 137.48º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC358 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 88 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.24 |
| HSL | 137.48º | 0.63% | 0.47% | - |
| HSV(B) | 137.48º | 0.77% | 0.76% | - |
| XYZ | 22.32 | 40.27 | 15.83 | - |
| YUV | 137.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 88 | 0.77 | 0 | 0.55 | 0.24 | 137.48 | 0.63 | 0.47 |
| Hex | 2C | C3 | 58 | 4D | 0 | 37 | 18 | 89 | 3F | 2F |
| Octal | 54 | 303 | 130 | 115 | 0 | 67 | 30 | 211 | 77 | 57 |
| Binary | 101100 | 11000011 | 1011000 | 1001101 | 0 | 110111 | 11000 | 10001001 | 111111 | 101111 |
Color Harmonies of #2CC358
Complementary color
Monochromatic Colors of #2CC358
Black with #2CC358
Text Example
Text Example
White with #2CC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC358; }
p { color: rgb(44,195,88); }
H1.HeaderClassName
{
color: #2CC358;
}
.AnyTagClassName
{
color: #2CC358;
}
</style>
background-color css
<style>
a { background-color: #2CC358; }
a { background-color: rgb(44,195,88); }
div.DivClassName
{
background-color: #2CC358;
}
.BgClassName
{
background-color: #2CC358;
}
</style>
border-color css
<style>
span { border-color: #2CC358; }
span { border-color: rgb(44,195,88); }
td.TdClassName
{
border-color: #2CC358;
}
.TagClassName
{
border-color: #2CC358;
}
</style>