#2EC35B

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

Shades of Medium Sea Green #2EC35B

Tints of Medium Sea Green #2EC35B

Color information

#2EC35B (or 0x2EC35B) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C3 and 5B. RGB value is (46,195,91). Sum of RGB (Red+Green+Blue) = 46+195+91=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC35B is #D13CA4. Grayscale: #8A8A8A. Windows color (decimal): -13712549 or 6013742. OLE color: 6013742.

HSL color Cylindrical-coordinate representation of color #2EC35B: hue angle of 138.12º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC35B is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB4619591-
CMYK0.7600.530.24
HSL138.12º61.83%47.25%-
HSV(B)138.12º76.41%76.47%-
XYZ22.5340.3716.5-
YUV138.59101.1461.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 195 (76.56% from 255) = 58.73%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=13.86%
G=58.73%
B=27.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46195910.7600.530.24138.1261.8347.25
Hex2EC35B4C035188a3e2f
Octal56303133114065302127657
Binary101110110000111011011100110001101011100010001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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