Shades of Medium Sea Green #2EB16C
Tints of Medium Sea Green #2EB16C
RGB
CMYK
RGB Variations
Color information
#2EB16C (or 0x2EB16C) is known color: Medium Sea Green. HEX triplet: 2E, B1 and 6C. RGB value is (46,177,108). Sum of RGB (Red+Green+Blue) = 46+177+108=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB16C is #D14E93. Grayscale: #828282. Windows color (decimal): -13717140 or 7123246. OLE color: 7123246.
HSL color Cylindrical-coordinate representation of color #2EB16C: hue angle of 148.4º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB16C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 108 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.31 |
| HSL | 148.4º | 0.59% | 0.44% | - |
| HSV(B) | 148.4º | 0.74% | 0.69% | - |
| XYZ | 19.56 | 33.11 | 19.55 | - |
| YUV | 129.97 | 115.6 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 108 | 0.74 | 0 | 0.39 | 0.31 | 148.4 | 0.59 | 0.44 |
| Hex | 2E | B1 | 6C | 4A | 0 | 27 | 1F | 94 | 3B | 2C |
| Octal | 56 | 261 | 154 | 112 | 0 | 47 | 37 | 224 | 73 | 54 |
| Binary | 101110 | 10110001 | 1101100 | 1001010 | 0 | 100111 | 11111 | 10010100 | 111011 | 101100 |
Color Harmonies of #2EB16C
Complementary color
Monochromatic Colors of #2EB16C
Black with #2EB16C
Text Example
Text Example
White with #2EB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB16C; }
p { color: rgb(46,177,108); }
H1.HeaderClassName
{
color: #2EB16C;
}
.AnyTagClassName
{
color: #2EB16C;
}
</style>
background-color css
<style>
a { background-color: #2EB16C; }
a { background-color: rgb(46,177,108); }
div.DivClassName
{
background-color: #2EB16C;
}
.BgClassName
{
background-color: #2EB16C;
}
</style>
border-color css
<style>
span { border-color: #2EB16C; }
span { border-color: rgb(46,177,108); }
td.TdClassName
{
border-color: #2EB16C;
}
.TagClassName
{
border-color: #2EB16C;
}
</style>