Shades of Medium Sea Green #2EC255
Tints of Medium Sea Green #2EC255
RGB
CMYK
RGB Variations
Color information
#2EC255 (or 0x2EC255) is known color: Medium Sea Green. HEX triplet: 2E, C2 and 55. RGB value is (46,194,85). Sum of RGB (Red+Green+Blue) = 46+194+85=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC255 is #D13DAA. Grayscale: #898989. Windows color (decimal): -13712811 or 5620270. OLE color: 5620270.
HSL color Cylindrical-coordinate representation of color #2EC255: hue angle of 135.81º 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 #2EC255 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 85 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.24 |
| HSL | 135.81º | 0.62% | 0.47% | - |
| HSV(B) | 135.81º | 0.76% | 0.76% | - |
| XYZ | 22.06 | 39.82 | 15.12 | - |
| YUV | 137.32 | 98.47 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 85 | 0.76 | 0 | 0.56 | 0.24 | 135.81 | 0.62 | 0.47 |
| Hex | 2E | C2 | 55 | 4C | 0 | 38 | 18 | 88 | 3E | 2F |
| Octal | 56 | 302 | 125 | 114 | 0 | 70 | 30 | 210 | 76 | 57 |
| Binary | 101110 | 11000010 | 1010101 | 1001100 | 0 | 111000 | 11000 | 10001000 | 111110 | 101111 |
Color Harmonies of #2EC255
Complementary color
Monochromatic Colors of #2EC255
Black with #2EC255
Text Example
Text Example
White with #2EC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC255; }
p { color: rgb(46,194,85); }
H1.HeaderClassName
{
color: #2EC255;
}
.AnyTagClassName
{
color: #2EC255;
}
</style>
background-color css
<style>
a { background-color: #2EC255; }
a { background-color: rgb(46,194,85); }
div.DivClassName
{
background-color: #2EC255;
}
.BgClassName
{
background-color: #2EC255;
}
</style>
border-color css
<style>
span { border-color: #2EC255; }
span { border-color: rgb(46,194,85); }
td.TdClassName
{
border-color: #2EC255;
}
.TagClassName
{
border-color: #2EC255;
}
</style>