Shades of Medium Sea Green #2EC05B
Tints of Medium Sea Green #2EC05B
RGB
CMYK
RGB Variations
Color information
#2EC05B (or 0x2EC05B) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 5B. RGB value is (46,192,91). Sum of RGB (Red+Green+Blue) = 46+192+91=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC05B is #D13FA4. Grayscale: #898989. Windows color (decimal): -13713317 or 6012974. OLE color: 6012974.
HSL color Cylindrical-coordinate representation of color #2EC05B: hue angle of 138.49º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC05B is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 91 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.25 |
| HSL | 138.49º | 0.61% | 0.47% | - |
| HSV(B) | 138.49º | 0.76% | 0.75% | - |
| XYZ | 21.86 | 39.04 | 16.28 | - |
| YUV | 136.83 | 102.13 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 91 | 0.76 | 0 | 0.53 | 0.25 | 138.49 | 0.61 | 0.47 |
| Hex | 2E | C0 | 5B | 4C | 0 | 35 | 19 | 8A | 3D | 2F |
| Octal | 56 | 300 | 133 | 114 | 0 | 65 | 31 | 212 | 75 | 57 |
| Binary | 101110 | 11000000 | 1011011 | 1001100 | 0 | 110101 | 11001 | 10001010 | 111101 | 101111 |
Color Harmonies of #2EC05B
Complementary color
Monochromatic Colors of #2EC05B
Black with #2EC05B
Text Example
Text Example
White with #2EC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC05B; }
p { color: rgb(46,192,91); }
H1.HeaderClassName
{
color: #2EC05B;
}
.AnyTagClassName
{
color: #2EC05B;
}
</style>
background-color css
<style>
a { background-color: #2EC05B; }
a { background-color: rgb(46,192,91); }
div.DivClassName
{
background-color: #2EC05B;
}
.BgClassName
{
background-color: #2EC05B;
}
</style>
border-color css
<style>
span { border-color: #2EC05B; }
span { border-color: rgb(46,192,91); }
td.TdClassName
{
border-color: #2EC05B;
}
.TagClassName
{
border-color: #2EC05B;
}
</style>