Shades of Medium Sea Green #2EC265
Tints of Medium Sea Green #2EC265
RGB
CMYK
RGB Variations
Color information
#2EC265 (or 0x2EC265) is known color: Medium Sea Green. HEX triplet: 2E, C2 and 65. RGB value is (46,194,101). Sum of RGB (Red+Green+Blue) = 46+194+101=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC265 is #D13D9A. Grayscale: #8B8B8B. Windows color (decimal): -13712795 or 6668846. OLE color: 6668846.
HSL color Cylindrical-coordinate representation of color #2EC265: hue angle of 142.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC265 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 101 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.24 |
| HSL | 142.3º | 0.62% | 0.47% | - |
| HSV(B) | 142.3º | 0.76% | 0.76% | - |
| XYZ | 22.77 | 40.1 | 18.85 | - |
| YUV | 139.15 | 106.47 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 101 | 0.76 | 0 | 0.48 | 0.24 | 142.3 | 0.62 | 0.47 |
| Hex | 2E | C2 | 65 | 4C | 0 | 30 | 18 | 8E | 3E | 2F |
| Octal | 56 | 302 | 145 | 114 | 0 | 60 | 30 | 216 | 76 | 57 |
| Binary | 101110 | 11000010 | 1100101 | 1001100 | 0 | 110000 | 11000 | 10001110 | 111110 | 101111 |
Color Harmonies of #2EC265
Complementary color
Monochromatic Colors of #2EC265
Black with #2EC265
Text Example
Text Example
White with #2EC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC265; }
p { color: rgb(46,194,101); }
H1.HeaderClassName
{
color: #2EC265;
}
.AnyTagClassName
{
color: #2EC265;
}
</style>
background-color css
<style>
a { background-color: #2EC265; }
a { background-color: rgb(46,194,101); }
div.DivClassName
{
background-color: #2EC265;
}
.BgClassName
{
background-color: #2EC265;
}
</style>
border-color css
<style>
span { border-color: #2EC265; }
span { border-color: rgb(46,194,101); }
td.TdClassName
{
border-color: #2EC265;
}
.TagClassName
{
border-color: #2EC265;
}
</style>