Shades of Medium Sea Green #2EC25B
Tints of Medium Sea Green #2EC25B
RGB
CMYK
RGB Variations
Color information
#2EC25B (or 0x2EC25B) is known color: Medium Sea Green. HEX triplet: 2E, C2 and 5B. RGB value is (46,194,91). Sum of RGB (Red+Green+Blue) = 46+194+91=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC25B is #D13DA4. Grayscale: #8A8A8A. Windows color (decimal): -13712805 or 6013486. OLE color: 6013486.
HSL color Cylindrical-coordinate representation of color #2EC25B: hue angle of 138.24º 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 #2EC25B is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 91 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.24 |
| HSL | 138.24º | 0.62% | 0.47% | - |
| HSV(B) | 138.24º | 0.76% | 0.76% | - |
| XYZ | 22.31 | 39.92 | 16.43 | - |
| YUV | 138.01 | 101.47 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 91 | 0.76 | 0 | 0.53 | 0.24 | 138.24 | 0.62 | 0.47 |
| Hex | 2E | C2 | 5B | 4C | 0 | 35 | 18 | 8A | 3E | 2F |
| Octal | 56 | 302 | 133 | 114 | 0 | 65 | 30 | 212 | 76 | 57 |
| Binary | 101110 | 11000010 | 1011011 | 1001100 | 0 | 110101 | 11000 | 10001010 | 111110 | 101111 |
Color Harmonies of #2EC25B
Complementary color
Monochromatic Colors of #2EC25B
Black with #2EC25B
Text Example
Text Example
White with #2EC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC25B; }
p { color: rgb(46,194,91); }
H1.HeaderClassName
{
color: #2EC25B;
}
.AnyTagClassName
{
color: #2EC25B;
}
</style>
background-color css
<style>
a { background-color: #2EC25B; }
a { background-color: rgb(46,194,91); }
div.DivClassName
{
background-color: #2EC25B;
}
.BgClassName
{
background-color: #2EC25B;
}
</style>
border-color css
<style>
span { border-color: #2EC25B; }
span { border-color: rgb(46,194,91); }
td.TdClassName
{
border-color: #2EC25B;
}
.TagClassName
{
border-color: #2EC25B;
}
</style>