Shades of Medium Sea Green #2EB25E
Tints of Medium Sea Green #2EB25E
RGB
CMYK
RGB Variations
Color information
#2EB25E (or 0x2EB25E) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 5E. RGB value is (46,178,94). Sum of RGB (Red+Green+Blue) = 46+178+94=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB25E is #D14DA1. Grayscale: #818181. Windows color (decimal): -13716898 or 6205998. OLE color: 6205998.
HSL color Cylindrical-coordinate representation of color #2EB25E: hue angle of 141.82º 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 #2EB25E is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 94 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.30 |
| HSL | 141.82º | 0.59% | 0.44% | - |
| HSV(B) | 141.82º | 0.74% | 0.7% | - |
| XYZ | 19.07 | 33.23 | 16 | - |
| YUV | 128.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 94 | 0.74 | 0 | 0.47 | 0.30 | 141.82 | 0.59 | 0.44 |
| Hex | 2E | B2 | 5E | 4A | 0 | 2F | 1E | 8E | 3B | 2C |
| Octal | 56 | 262 | 136 | 112 | 0 | 57 | 36 | 216 | 73 | 54 |
| Binary | 101110 | 10110010 | 1011110 | 1001010 | 0 | 101111 | 11110 | 10001110 | 111011 | 101100 |
Color Harmonies of #2EB25E
Complementary color
Monochromatic Colors of #2EB25E
Black with #2EB25E
Text Example
Text Example
White with #2EB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB25E; }
p { color: rgb(46,178,94); }
H1.HeaderClassName
{
color: #2EB25E;
}
.AnyTagClassName
{
color: #2EB25E;
}
</style>
background-color css
<style>
a { background-color: #2EB25E; }
a { background-color: rgb(46,178,94); }
div.DivClassName
{
background-color: #2EB25E;
}
.BgClassName
{
background-color: #2EB25E;
}
</style>
border-color css
<style>
span { border-color: #2EB25E; }
span { border-color: rgb(46,178,94); }
td.TdClassName
{
border-color: #2EB25E;
}
.TagClassName
{
border-color: #2EB25E;
}
</style>