Shades of Medium Sea Green #2EB55C
Tints of Medium Sea Green #2EB55C
RGB
CMYK
RGB Variations
Color information
#2EB55C (or 0x2EB55C) is known color: Medium Sea Green. HEX triplet: 2E, B5 and 5C. RGB value is (46,181,92). Sum of RGB (Red+Green+Blue) = 46+181+92=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB55C is #D14AA3. Grayscale: #828282. Windows color (decimal): -13716132 or 6075694. OLE color: 6075694.
HSL color Cylindrical-coordinate representation of color #2EB55C: hue angle of 140.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB55C is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 92 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.29 |
| HSL | 140.44º | 0.59% | 0.45% | - |
| HSV(B) | 140.44º | 0.75% | 0.71% | - |
| XYZ | 19.58 | 34.4 | 15.73 | - |
| YUV | 130.49 | 106.27 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 92 | 0.75 | 0 | 0.49 | 0.29 | 140.44 | 0.59 | 0.45 |
| Hex | 2E | B5 | 5C | 4B | 0 | 31 | 1D | 8C | 3B | 2D |
| Octal | 56 | 265 | 134 | 113 | 0 | 61 | 35 | 214 | 73 | 55 |
| Binary | 101110 | 10110101 | 1011100 | 1001011 | 0 | 110001 | 11101 | 10001100 | 111011 | 101101 |
Color Harmonies of #2EB55C
Complementary color
Monochromatic Colors of #2EB55C
Black with #2EB55C
Text Example
Text Example
White with #2EB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB55C; }
p { color: rgb(46,181,92); }
H1.HeaderClassName
{
color: #2EB55C;
}
.AnyTagClassName
{
color: #2EB55C;
}
</style>
background-color css
<style>
a { background-color: #2EB55C; }
a { background-color: rgb(46,181,92); }
div.DivClassName
{
background-color: #2EB55C;
}
.BgClassName
{
background-color: #2EB55C;
}
</style>
border-color css
<style>
span { border-color: #2EB55C; }
span { border-color: rgb(46,181,92); }
td.TdClassName
{
border-color: #2EB55C;
}
.TagClassName
{
border-color: #2EB55C;
}
</style>