Shades of Medium Sea Green #2CC05C
Tints of Medium Sea Green #2CC05C
RGB
CMYK
RGB Variations
Color information
#2CC05C (or 0x2CC05C) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 5C. RGB value is (44,192,92). Sum of RGB (Red+Green+Blue) = 44+192+92=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC05C is #D33FA3. Grayscale: #888888. Windows color (decimal): -13844388 or 6078508. OLE color: 6078508.
HSL color Cylindrical-coordinate representation of color #2CC05C: hue angle of 139.46º 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 #2CC05C is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 92 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.25 |
| HSL | 139.46º | 0.63% | 0.46% | - |
| HSV(B) | 139.46º | 0.77% | 0.75% | - |
| XYZ | 21.82 | 39.01 | 16.5 | - |
| YUV | 136.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 92 | 0.77 | 0 | 0.52 | 0.25 | 139.46 | 0.63 | 0.46 |
| Hex | 2C | C0 | 5C | 4D | 0 | 34 | 19 | 8B | 3F | 2E |
| Octal | 54 | 300 | 134 | 115 | 0 | 64 | 31 | 213 | 77 | 56 |
| Binary | 101100 | 11000000 | 1011100 | 1001101 | 0 | 110100 | 11001 | 10001011 | 111111 | 101110 |
Color Harmonies of #2CC05C
Complementary color
Monochromatic Colors of #2CC05C
Black with #2CC05C
Text Example
Text Example
White with #2CC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC05C; }
p { color: rgb(44,192,92); }
H1.HeaderClassName
{
color: #2CC05C;
}
.AnyTagClassName
{
color: #2CC05C;
}
</style>
background-color css
<style>
a { background-color: #2CC05C; }
a { background-color: rgb(44,192,92); }
div.DivClassName
{
background-color: #2CC05C;
}
.BgClassName
{
background-color: #2CC05C;
}
</style>
border-color css
<style>
span { border-color: #2CC05C; }
span { border-color: rgb(44,192,92); }
td.TdClassName
{
border-color: #2CC05C;
}
.TagClassName
{
border-color: #2CC05C;
}
</style>