Shades of Medium Sea Green #2EB25C
Tints of Medium Sea Green #2EB25C
RGB
CMYK
RGB Variations
Color information
#2EB25C (or 0x2EB25C) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 5C. RGB value is (46,178,92). Sum of RGB (Red+Green+Blue) = 46+178+92=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB25C is #D14DA3. Grayscale: #808080. Windows color (decimal): -13716900 or 6074926. OLE color: 6074926.
HSL color Cylindrical-coordinate representation of color #2EB25C: hue angle of 140.91º 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 #2EB25C is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 92 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.30 |
| HSL | 140.91º | 0.59% | 0.44% | - |
| HSV(B) | 140.91º | 0.74% | 0.7% | - |
| XYZ | 18.98 | 33.19 | 15.53 | - |
| YUV | 128.73 | 107.27 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 92 | 0.74 | 0 | 0.48 | 0.30 | 140.91 | 0.59 | 0.44 |
| Hex | 2E | B2 | 5C | 4A | 0 | 30 | 1E | 8D | 3B | 2C |
| Octal | 56 | 262 | 134 | 112 | 0 | 60 | 36 | 215 | 73 | 54 |
| Binary | 101110 | 10110010 | 1011100 | 1001010 | 0 | 110000 | 11110 | 10001101 | 111011 | 101100 |
Color Harmonies of #2EB25C
Complementary color
Monochromatic Colors of #2EB25C
Black with #2EB25C
Text Example
Text Example
White with #2EB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB25C; }
p { color: rgb(46,178,92); }
H1.HeaderClassName
{
color: #2EB25C;
}
.AnyTagClassName
{
color: #2EB25C;
}
</style>
background-color css
<style>
a { background-color: #2EB25C; }
a { background-color: rgb(46,178,92); }
div.DivClassName
{
background-color: #2EB25C;
}
.BgClassName
{
background-color: #2EB25C;
}
</style>
border-color css
<style>
span { border-color: #2EB25C; }
span { border-color: rgb(46,178,92); }
td.TdClassName
{
border-color: #2EB25C;
}
.TagClassName
{
border-color: #2EB25C;
}
</style>