#2EBD5A

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

Shades of Medium Sea Green #2EBD5A

Tints of Medium Sea Green #2EBD5A

Color information

#2EBD5A (or 0x2EBD5A) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BD and 5A. RGB value is (46,189,90). Sum of RGB (Red+Green+Blue) = 46+189+90=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD5A is #D142A5. Grayscale: #878787. Windows color (decimal): -13714086 or 5946670. OLE color: 5946670.

HSL color Cylindrical-coordinate representation of color #2EBD5A: hue angle of 138.46º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD5A is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB4618990-
CMYK0.7600.520.26
HSL138.46º60.85%46.08%-
HSV(B)138.46º75.66%74.12%-
XYZ21.1737.7115.84-
YUV134.96102.6264.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 189 (74.22% from 255) = 58.15%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=14.15%
G=58.15%
B=27.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189900.7600.520.26138.4660.8546.08
Hex2EBD5A4C0341A8a3d2e
Octal56275132114064322127556
Binary101110101111011011010100110001101001101010001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,90); }

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

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

 a { background-color: rgb(46,189,90); }

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

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

 span { border-color: rgb(46,189,90); }

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