Shades of Medium Sea Green #2EC35C
Tints of Medium Sea Green #2EC35C
RGB
CMYK
RGB Variations
Color information
#2EC35C (or 0x2EC35C) is known color: Medium Sea Green. HEX triplet: 2E, C3 and 5C. RGB value is (46,195,92). Sum of RGB (Red+Green+Blue) = 46+195+92=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC35C is #D13CA3. Grayscale: #8A8A8A. Windows color (decimal): -13712548 or 6079278. OLE color: 6079278.
HSL color Cylindrical-coordinate representation of color #2EC35C: hue angle of 138.52º 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 #2EC35C is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 92 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.24 |
| HSL | 138.52º | 0.62% | 0.47% | - |
| HSV(B) | 138.52º | 0.76% | 0.76% | - |
| XYZ | 22.57 | 40.38 | 16.73 | - |
| YUV | 138.71 | 101.64 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 92 | 0.76 | 0 | 0.53 | 0.24 | 138.52 | 0.62 | 0.47 |
| Hex | 2E | C3 | 5C | 4C | 0 | 35 | 18 | 8B | 3E | 2F |
| Octal | 56 | 303 | 134 | 114 | 0 | 65 | 30 | 213 | 76 | 57 |
| Binary | 101110 | 11000011 | 1011100 | 1001100 | 0 | 110101 | 11000 | 10001011 | 111110 | 101111 |
Color Harmonies of #2EC35C
Complementary color
Monochromatic Colors of #2EC35C
Black with #2EC35C
Text Example
Text Example
White with #2EC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC35C; }
p { color: rgb(46,195,92); }
H1.HeaderClassName
{
color: #2EC35C;
}
.AnyTagClassName
{
color: #2EC35C;
}
</style>
background-color css
<style>
a { background-color: #2EC35C; }
a { background-color: rgb(46,195,92); }
div.DivClassName
{
background-color: #2EC35C;
}
.BgClassName
{
background-color: #2EC35C;
}
</style>
border-color css
<style>
span { border-color: #2EC35C; }
span { border-color: rgb(46,195,92); }
td.TdClassName
{
border-color: #2EC35C;
}
.TagClassName
{
border-color: #2EC35C;
}
</style>