Shades of Medium Sea Green #2CC67F
Tints of Medium Sea Green #2CC67F
RGB
CMYK
RGB Variations
Color information
#2CC67F (or 0x2CC67F) is known color: Medium Sea Green. HEX triplet: 2C, C6 and 7F. RGB value is (44,198,127). Sum of RGB (Red+Green+Blue) = 44+198+127=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC67F is #D33980. Grayscale: #8F8F8F. Windows color (decimal): -13842817 or 8373804. OLE color: 8373804.
HSL color Cylindrical-coordinate representation of color #2CC67F: hue angle of 152.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC67F is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 127 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.22 |
| HSL | 152.34º | 0.64% | 0.47% | - |
| HSV(B) | 152.34º | 0.78% | 0.78% | - |
| XYZ | 25.06 | 42.46 | 26.95 | - |
| YUV | 143.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 127 | 0.78 | 0 | 0.36 | 0.22 | 152.34 | 0.64 | 0.47 |
| Hex | 2C | C6 | 7F | 4E | 0 | 24 | 16 | 98 | 40 | 2F |
| Octal | 54 | 306 | 177 | 116 | 0 | 44 | 26 | 230 | 100 | 57 |
| Binary | 101100 | 11000110 | 1111111 | 1001110 | 0 | 100100 | 10110 | 10011000 | 1000000 | 101111 |
Color Harmonies of #2CC67F
Complementary color
Monochromatic Colors of #2CC67F
Black with #2CC67F
Text Example
Text Example
White with #2CC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC67F; }
p { color: rgb(44,198,127); }
H1.HeaderClassName
{
color: #2CC67F;
}
.AnyTagClassName
{
color: #2CC67F;
}
</style>
background-color css
<style>
a { background-color: #2CC67F; }
a { background-color: rgb(44,198,127); }
div.DivClassName
{
background-color: #2CC67F;
}
.BgClassName
{
background-color: #2CC67F;
}
</style>
border-color css
<style>
span { border-color: #2CC67F; }
span { border-color: rgb(44,198,127); }
td.TdClassName
{
border-color: #2CC67F;
}
.TagClassName
{
border-color: #2CC67F;
}
</style>