Shades of Medium Sea Green #2CC261
Tints of Medium Sea Green #2CC261
RGB
CMYK
RGB Variations
Color information
#2CC261 (or 0x2CC261) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 61. RGB value is (44,194,97). Sum of RGB (Red+Green+Blue) = 44+194+97=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC261 is #D33D9E. Grayscale: #8A8A8A. Windows color (decimal): -13843871 or 6406700. OLE color: 6406700.
HSL color Cylindrical-coordinate representation of color #2CC261: hue angle of 141.2º 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 #2CC261 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 97 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.24 |
| HSL | 141.2º | 0.63% | 0.47% | - |
| HSV(B) | 141.2º | 0.77% | 0.76% | - |
| XYZ | 22.49 | 39.98 | 17.84 | - |
| YUV | 138.09 | 104.81 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 97 | 0.77 | 0 | 0.50 | 0.24 | 141.2 | 0.63 | 0.47 |
| Hex | 2C | C2 | 61 | 4D | 0 | 32 | 18 | 8D | 3F | 2F |
| Octal | 54 | 302 | 141 | 115 | 0 | 62 | 30 | 215 | 77 | 57 |
| Binary | 101100 | 11000010 | 1100001 | 1001101 | 0 | 110010 | 11000 | 10001101 | 111111 | 101111 |
Color Harmonies of #2CC261
Complementary color
Monochromatic Colors of #2CC261
Black with #2CC261
Text Example
Text Example
White with #2CC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC261; }
p { color: rgb(44,194,97); }
H1.HeaderClassName
{
color: #2CC261;
}
.AnyTagClassName
{
color: #2CC261;
}
</style>
background-color css
<style>
a { background-color: #2CC261; }
a { background-color: rgb(44,194,97); }
div.DivClassName
{
background-color: #2CC261;
}
.BgClassName
{
background-color: #2CC261;
}
</style>
border-color css
<style>
span { border-color: #2CC261; }
span { border-color: rgb(44,194,97); }
td.TdClassName
{
border-color: #2CC261;
}
.TagClassName
{
border-color: #2CC261;
}
</style>