Shades of Medium Sea Green #2EB464
Tints of Medium Sea Green #2EB464
RGB
CMYK
RGB Variations
Color information
#2EB464 (or 0x2EB464) is known color: Medium Sea Green. HEX triplet: 2E, B4 and 64. RGB value is (46,180,100). Sum of RGB (Red+Green+Blue) = 46+180+100=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB464 is #D14B9B. Grayscale: #838383. Windows color (decimal): -13716380 or 6599726. OLE color: 6599726.
HSL color Cylindrical-coordinate representation of color #2EB464: hue angle of 144.18º 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 #2EB464 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 100 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.29 |
| HSL | 144.18º | 0.59% | 0.44% | - |
| HSV(B) | 144.18º | 0.74% | 0.71% | - |
| XYZ | 19.75 | 34.14 | 17.61 | - |
| YUV | 130.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 100 | 0.74 | 0 | 0.44 | 0.29 | 144.18 | 0.59 | 0.44 |
| Hex | 2E | B4 | 64 | 4A | 0 | 2C | 1D | 90 | 3B | 2C |
| Octal | 56 | 264 | 144 | 112 | 0 | 54 | 35 | 220 | 73 | 54 |
| Binary | 101110 | 10110100 | 1100100 | 1001010 | 0 | 101100 | 11101 | 10010000 | 111011 | 101100 |
Color Harmonies of #2EB464
Complementary color
Monochromatic Colors of #2EB464
Black with #2EB464
Text Example
Text Example
White with #2EB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB464; }
p { color: rgb(46,180,100); }
H1.HeaderClassName
{
color: #2EB464;
}
.AnyTagClassName
{
color: #2EB464;
}
</style>
background-color css
<style>
a { background-color: #2EB464; }
a { background-color: rgb(46,180,100); }
div.DivClassName
{
background-color: #2EB464;
}
.BgClassName
{
background-color: #2EB464;
}
</style>
border-color css
<style>
span { border-color: #2EB464; }
span { border-color: rgb(46,180,100); }
td.TdClassName
{
border-color: #2EB464;
}
.TagClassName
{
border-color: #2EB464;
}
</style>