Shades of Medium Sea Green #2EB45C
Tints of Medium Sea Green #2EB45C
RGB
CMYK
RGB Variations
Color information
#2EB45C (or 0x2EB45C) is known color: Medium Sea Green. HEX triplet: 2E, B4 and 5C. RGB value is (46,180,92). Sum of RGB (Red+Green+Blue) = 46+180+92=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB45C is #D14BA3. Grayscale: #828282. Windows color (decimal): -13716388 or 6075438. OLE color: 6075438.
HSL color Cylindrical-coordinate representation of color #2EB45C: hue angle of 140.6º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB45C is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 92 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.29 |
| HSL | 140.6º | 0.59% | 0.44% | - |
| HSV(B) | 140.6º | 0.74% | 0.71% | - |
| XYZ | 19.38 | 34 | 15.67 | - |
| YUV | 129.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 92 | 0.74 | 0 | 0.49 | 0.29 | 140.6 | 0.59 | 0.44 |
| Hex | 2E | B4 | 5C | 4A | 0 | 31 | 1D | 8D | 3B | 2C |
| Octal | 56 | 264 | 134 | 112 | 0 | 61 | 35 | 215 | 73 | 54 |
| Binary | 101110 | 10110100 | 1011100 | 1001010 | 0 | 110001 | 11101 | 10001101 | 111011 | 101100 |
Color Harmonies of #2EB45C
Complementary color
Monochromatic Colors of #2EB45C
Black with #2EB45C
Text Example
Text Example
White with #2EB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB45C; }
p { color: rgb(46,180,92); }
H1.HeaderClassName
{
color: #2EB45C;
}
.AnyTagClassName
{
color: #2EB45C;
}
</style>
background-color css
<style>
a { background-color: #2EB45C; }
a { background-color: rgb(46,180,92); }
div.DivClassName
{
background-color: #2EB45C;
}
.BgClassName
{
background-color: #2EB45C;
}
</style>
border-color css
<style>
span { border-color: #2EB45C; }
span { border-color: rgb(46,180,92); }
td.TdClassName
{
border-color: #2EB45C;
}
.TagClassName
{
border-color: #2EB45C;
}
</style>