Shades of Medium Sea Green #2CC05A
Tints of Medium Sea Green #2CC05A
RGB
CMYK
RGB Variations
Color information
#2CC05A (or 0x2CC05A) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 5A. RGB value is (44,192,90). Sum of RGB (Red+Green+Blue) = 44+192+90=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC05A is #D33FA5. Grayscale: #888888. Windows color (decimal): -13844390 or 5947436. OLE color: 5947436.
HSL color Cylindrical-coordinate representation of color #2CC05A: hue angle of 138.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC05A is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 90 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.25 |
| HSL | 138.65º | 0.63% | 0.46% | - |
| HSV(B) | 138.65º | 0.77% | 0.75% | - |
| XYZ | 21.73 | 38.97 | 16.05 | - |
| YUV | 136.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 90 | 0.77 | 0 | 0.53 | 0.25 | 138.65 | 0.63 | 0.46 |
| Hex | 2C | C0 | 5A | 4D | 0 | 35 | 19 | 8B | 3F | 2E |
| Octal | 54 | 300 | 132 | 115 | 0 | 65 | 31 | 213 | 77 | 56 |
| Binary | 101100 | 11000000 | 1011010 | 1001101 | 0 | 110101 | 11001 | 10001011 | 111111 | 101110 |
Color Harmonies of #2CC05A
Complementary color
Monochromatic Colors of #2CC05A
Black with #2CC05A
Text Example
Text Example
White with #2CC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC05A; }
p { color: rgb(44,192,90); }
H1.HeaderClassName
{
color: #2CC05A;
}
.AnyTagClassName
{
color: #2CC05A;
}
</style>
background-color css
<style>
a { background-color: #2CC05A; }
a { background-color: rgb(44,192,90); }
div.DivClassName
{
background-color: #2CC05A;
}
.BgClassName
{
background-color: #2CC05A;
}
</style>
border-color css
<style>
span { border-color: #2CC05A; }
span { border-color: rgb(44,192,90); }
td.TdClassName
{
border-color: #2CC05A;
}
.TagClassName
{
border-color: #2CC05A;
}
</style>