Shades of Medium Sea Green #2EB465
Tints of Medium Sea Green #2EB465
RGB
CMYK
RGB Variations
Color information
#2EB465 (or 0x2EB465) is known color: Medium Sea Green. HEX triplet: 2E, B4 and 65. RGB value is (46,180,101). Sum of RGB (Red+Green+Blue) = 46+180+101=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB465 is #D14B9A. Grayscale: #838383. Windows color (decimal): -13716379 or 6665262. OLE color: 6665262.
HSL color Cylindrical-coordinate representation of color #2EB465: hue angle of 144.63º 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 #2EB465 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 101 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.29 |
| HSL | 144.63º | 0.59% | 0.44% | - |
| HSV(B) | 144.63º | 0.74% | 0.71% | - |
| XYZ | 19.8 | 34.16 | 17.86 | - |
| YUV | 130.93 | 111.11 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 101 | 0.74 | 0 | 0.44 | 0.29 | 144.63 | 0.59 | 0.44 |
| Hex | 2E | B4 | 65 | 4A | 0 | 2C | 1D | 91 | 3B | 2C |
| Octal | 56 | 264 | 145 | 112 | 0 | 54 | 35 | 221 | 73 | 54 |
| Binary | 101110 | 10110100 | 1100101 | 1001010 | 0 | 101100 | 11101 | 10010001 | 111011 | 101100 |
Color Harmonies of #2EB465
Complementary color
Monochromatic Colors of #2EB465
Black with #2EB465
Text Example
Text Example
White with #2EB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB465; }
p { color: rgb(46,180,101); }
H1.HeaderClassName
{
color: #2EB465;
}
.AnyTagClassName
{
color: #2EB465;
}
</style>
background-color css
<style>
a { background-color: #2EB465; }
a { background-color: rgb(46,180,101); }
div.DivClassName
{
background-color: #2EB465;
}
.BgClassName
{
background-color: #2EB465;
}
</style>
border-color css
<style>
span { border-color: #2EB465; }
span { border-color: rgb(46,180,101); }
td.TdClassName
{
border-color: #2EB465;
}
.TagClassName
{
border-color: #2EB465;
}
</style>