#2EB25B

Color #2EB25B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2EB25B

Tints of Medium Sea Green #2EB25B

Color information

#2EB25B (or 0x2EB25B) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B2 and 5B. RGB value is (46,178,91). Sum of RGB (Red+Green+Blue) = 46+178+91=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB25B is #D14DA4. Grayscale: #808080. Windows color (decimal): -13716901 or 6009390. OLE color: 6009390.

HSL color Cylindrical-coordinate representation of color #2EB25B: hue angle of 140.45º 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 #2EB25B is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB4617891-
CMYK0.7400.490.30
HSL140.45º58.93%43.92%-
HSV(B)140.45º74.16%69.8%-
XYZ18.9433.1815.3-
YUV128.61106.7769.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 178 (69.92% from 255) = 56.51%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=14.60%
G=56.51%
B=28.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46178910.7400.490.30140.4558.9343.92
Hex2EB25B4A0311E8c3b2c
Octal56262133112061362147354
Binary101110101100101011011100101001100011111010001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EB25B; }

 p { color: rgb(46,178,91); }

 H1.HeaderClassName
 {
   color: #2EB25B;
 }
 .AnyTagClassName
 {
   color: #2EB25B;
 }
</style>
background-color css

<style>
 a { background-color: #2EB25B; }

 a { background-color: rgb(46,178,91); }

 div.DivClassName
 {
   background-color: #2EB25B;
 }
 .BgClassName
 {
   background-color: #2EB25B;
 }
</style>
border-color css

<style>
 span { border-color: #2EB25B; }

 span { border-color: rgb(46,178,91); }

 td.TdClassName
 {
   border-color: #2EB25B;
 }
 .TagClassName
 {
   border-color: #2EB25B;
 }
</style>