#2EB35E

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

Shades of Medium Sea Green #2EB35E

Tints of Medium Sea Green #2EB35E

Color information

#2EB35E (or 0x2EB35E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B3 and 5E. RGB value is (46,179,94). Sum of RGB (Red+Green+Blue) = 46+179+94=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB35E is #D14CA1. Grayscale: #818181. Windows color (decimal): -13716642 or 6206254. OLE color: 6206254.

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

Color convert

RGB4617994-
CMYK0.7400.470.30
HSL141.65º59.11%44.12%-
HSV(B)141.65º74.3%70.2%-
XYZ19.2733.6316.07-
YUV129.54107.9468.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 179 (70.31% from 255) = 56.11%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=14.42%
G=56.11%
B=29.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46179940.7400.470.30141.6559.1144.12
Hex2EB35E4A02F1E8e3b2c
Octal56263136112057362167354
Binary101110101100111011110100101001011111111010001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,94); }

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

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

 a { background-color: rgb(46,179,94); }

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

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

 span { border-color: rgb(46,179,94); }

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