Html Css Color HEX #2EBE6A Medium Sea Green

📋 copy color: '#2EBE6A'

red 46 ◦ green 190 ◦ blue 106

#2EBE6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2EBE6A

Tints of Medium Sea Green #2EBE6A

RGB

 RED value IS 46 (18.36% from 255) = 13.45%

 GREEN value IS 190 (74.61% from 255) = 55.56%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 13.45%
G = 55.56%
B = 30.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#2EBE6A (or 0x2EBE6A) is known color: Medium Sea Green. HEX triplet: 2E, BE and 6A. RGB value is (46,190,106). Sum of RGB (Red+Green+Blue) = 46+190+106=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE6A is #D14195. Grayscale: #898989. Windows color (decimal): -13713814 or 6995502. OLE color: 6995502.

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

Color convert

RGB 46 190 106 -
CMYK 0.76 0 0.44 0.25
HSL 145º 0.61% 0.46% -
HSV(B) 145º 0.76% 0.75% -
XYZ 22.14 38.45 19.89 -
YUV 137.37 110.29 62.83 -
System Red Green Blue C M Y K H S L
Decimal 46 190 106 0.76 0 0.44 0.25 145 0.61 0.46
Hex 2E BE 6A 4C 0 2C 19 91 3D 2E
Octal 56 276 152 114 0 54 31 221 75 56
Binary 101110 10111110 1101010 1001100 0 101100 11001 10010001 111101 101110

Color Harmonies of #2EBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE6A

Black with #2EBE6A

Text Example


Text Example

White with #2EBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,190,106); }

 H1.HeaderClassName
 {
   color: #2EBE6A;
 }
 .AnyTagClassName
 {
   color: #2EBE6A;
 }
</style>

background-color css

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

 a { background-color: rgb(46,190,106); }

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

border-color css

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

 span { border-color: rgb(46,190,106); }

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