Shades of Medium Sea Green #2CC262
Tints of Medium Sea Green #2CC262
RGB
CMYK
RGB Variations
Color information
#2CC262 (or 0x2CC262) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 62. RGB value is (44,194,98). Sum of RGB (Red+Green+Blue) = 44+194+98=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC262 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC262 is #D33D9D. Grayscale: #8A8A8A. Windows color (decimal): -13843870 or 6472236. OLE color: 6472236.
HSL color Cylindrical-coordinate representation of color #2CC262: hue angle of 141.6º 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 #2CC262 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 98 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.24 |
| HSL | 141.6º | 0.63% | 0.47% | - |
| HSV(B) | 141.6º | 0.77% | 0.76% | - |
| XYZ | 22.54 | 40 | 18.09 | - |
| YUV | 138.21 | 105.31 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 98 | 0.77 | 0 | 0.49 | 0.24 | 141.6 | 0.63 | 0.47 |
| Hex | 2C | C2 | 62 | 4D | 0 | 31 | 18 | 8E | 3F | 2F |
| Octal | 54 | 302 | 142 | 115 | 0 | 61 | 30 | 216 | 77 | 57 |
| Binary | 101100 | 11000010 | 1100010 | 1001101 | 0 | 110001 | 11000 | 10001110 | 111111 | 101111 |
Color Harmonies of #2CC262
Complementary color
Monochromatic Colors of #2CC262
Black with #2CC262
Text Example
Text Example
White with #2CC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC262; }
p { color: rgb(44,194,98); }
H1.HeaderClassName
{
color: #2CC262;
}
.AnyTagClassName
{
color: #2CC262;
}
</style>
background-color css
<style>
a { background-color: #2CC262; }
a { background-color: rgb(44,194,98); }
div.DivClassName
{
background-color: #2CC262;
}
.BgClassName
{
background-color: #2CC262;
}
</style>
border-color css
<style>
span { border-color: #2CC262; }
span { border-color: rgb(44,194,98); }
td.TdClassName
{
border-color: #2CC262;
}
.TagClassName
{
border-color: #2CC262;
}
</style>