Shades of Medium Sea Green #2CC65E
Tints of Medium Sea Green #2CC65E
RGB
CMYK
RGB Variations
Color information
#2CC65E (or 0x2CC65E) is known color: Medium Sea Green. HEX triplet: 2C, C6 and 5E. RGB value is (44,198,94). Sum of RGB (Red+Green+Blue) = 44+198+94=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC65E is #D339A1. Grayscale: #8C8C8C. Windows color (decimal): -13842850 or 6211116. OLE color: 6211116.
HSL color Cylindrical-coordinate representation of color #2CC65E: hue angle of 139.48º 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 #2CC65E is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 94 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.22 |
| HSL | 139.48º | 0.64% | 0.47% | - |
| HSV(B) | 139.48º | 0.78% | 0.78% | - |
| XYZ | 23.25 | 41.73 | 17.42 | - |
| YUV | 140.1 | 101.98 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 94 | 0.78 | 0 | 0.53 | 0.22 | 139.48 | 0.64 | 0.47 |
| Hex | 2C | C6 | 5E | 4E | 0 | 35 | 16 | 8B | 40 | 2F |
| Octal | 54 | 306 | 136 | 116 | 0 | 65 | 26 | 213 | 100 | 57 |
| Binary | 101100 | 11000110 | 1011110 | 1001110 | 0 | 110101 | 10110 | 10001011 | 1000000 | 101111 |
Color Harmonies of #2CC65E
Complementary color
Monochromatic Colors of #2CC65E
Black with #2CC65E
Text Example
Text Example
White with #2CC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC65E; }
p { color: rgb(44,198,94); }
H1.HeaderClassName
{
color: #2CC65E;
}
.AnyTagClassName
{
color: #2CC65E;
}
</style>
background-color css
<style>
a { background-color: #2CC65E; }
a { background-color: rgb(44,198,94); }
div.DivClassName
{
background-color: #2CC65E;
}
.BgClassName
{
background-color: #2CC65E;
}
</style>
border-color css
<style>
span { border-color: #2CC65E; }
span { border-color: rgb(44,198,94); }
td.TdClassName
{
border-color: #2CC65E;
}
.TagClassName
{
border-color: #2CC65E;
}
</style>