Shades of Medium Sea Green #2CC270
Tints of Medium Sea Green #2CC270
RGB
CMYK
RGB Variations
Color information
#2CC270 (or 0x2CC270) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 70. RGB value is (44,194,112). Sum of RGB (Red+Green+Blue) = 44+194+112=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC270 is #D33D8F. Grayscale: #8B8B8B. Windows color (decimal): -13843856 or 7389740. OLE color: 7389740.
HSL color Cylindrical-coordinate representation of color #2CC270: hue angle of 147.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 #2CC270 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 112 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.24 |
| HSL | 147.2º | 0.63% | 0.47% | - |
| HSV(B) | 147.2º | 0.77% | 0.76% | - |
| XYZ | 23.26 | 40.29 | 21.88 | - |
| YUV | 139.8 | 112.31 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 112 | 0.77 | 0 | 0.42 | 0.24 | 147.2 | 0.63 | 0.47 |
| Hex | 2C | C2 | 70 | 4D | 0 | 2A | 18 | 93 | 3F | 2F |
| Octal | 54 | 302 | 160 | 115 | 0 | 52 | 30 | 223 | 77 | 57 |
| Binary | 101100 | 11000010 | 1110000 | 1001101 | 0 | 101010 | 11000 | 10010011 | 111111 | 101111 |
Color Harmonies of #2CC270
Complementary color
Monochromatic Colors of #2CC270
Black with #2CC270
Text Example
Text Example
White with #2CC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC270; }
p { color: rgb(44,194,112); }
H1.HeaderClassName
{
color: #2CC270;
}
.AnyTagClassName
{
color: #2CC270;
}
</style>
background-color css
<style>
a { background-color: #2CC270; }
a { background-color: rgb(44,194,112); }
div.DivClassName
{
background-color: #2CC270;
}
.BgClassName
{
background-color: #2CC270;
}
</style>
border-color css
<style>
span { border-color: #2CC270; }
span { border-color: rgb(44,194,112); }
td.TdClassName
{
border-color: #2CC270;
}
.TagClassName
{
border-color: #2CC270;
}
</style>