#2EB25C

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

Shades of Medium Sea Green #2EB25C

Tints of Medium Sea Green #2EB25C

Color information

#2EB25C (or 0x2EB25C) is unknown color: approx 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

RGB4617892-
CMYK0.7400.480.30
HSL140.91º58.93%43.92%-
HSV(B)140.91º74.16%69.8%-
XYZ18.9833.1915.53-
YUV128.73107.2768.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 178 (69.92% from 255) = 56.33%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=14.56%
G=56.33%
B=29.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46178920.7400.480.30140.9158.9343.92
Hex2EB25C4A0301E8d3b2c
Octal56262134112060362157354
Binary101110101100101011100100101001100001111010001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>