Shades of Medium Sea Green #2EB260
Tints of Medium Sea Green #2EB260
RGB
CMYK
RGB Variations
Color information
#2EB260 (or 0x2EB260) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 60. RGB value is (46,178,96). Sum of RGB (Red+Green+Blue) = 46+178+96=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB260 is #D14D9F. Grayscale: #818181. Windows color (decimal): -13716896 or 6337070. OLE color: 6337070.
HSL color Cylindrical-coordinate representation of color #2EB260: hue angle of 142.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB260 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 96 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.30 |
| HSL | 142.73º | 0.59% | 0.44% | - |
| HSV(B) | 142.73º | 0.74% | 0.7% | - |
| XYZ | 19.16 | 33.27 | 16.48 | - |
| YUV | 129.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 96 | 0.74 | 0 | 0.46 | 0.30 | 142.73 | 0.59 | 0.44 |
| Hex | 2E | B2 | 60 | 4A | 0 | 2E | 1E | 8F | 3B | 2C |
| Octal | 56 | 262 | 140 | 112 | 0 | 56 | 36 | 217 | 73 | 54 |
| Binary | 101110 | 10110010 | 1100000 | 1001010 | 0 | 101110 | 11110 | 10001111 | 111011 | 101100 |
Color Harmonies of #2EB260
Complementary color
Monochromatic Colors of #2EB260
Black with #2EB260
Text Example
Text Example
White with #2EB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB260; }
p { color: rgb(46,178,96); }
H1.HeaderClassName
{
color: #2EB260;
}
.AnyTagClassName
{
color: #2EB260;
}
</style>
background-color css
<style>
a { background-color: #2EB260; }
a { background-color: rgb(46,178,96); }
div.DivClassName
{
background-color: #2EB260;
}
.BgClassName
{
background-color: #2EB260;
}
</style>
border-color css
<style>
span { border-color: #2EB260; }
span { border-color: rgb(46,178,96); }
td.TdClassName
{
border-color: #2EB260;
}
.TagClassName
{
border-color: #2EB260;
}
</style>