Html Css Color HEX #2EBF6A Medium Sea Green

📋 copy color: '#2EBF6A'

red 46 ◦ green 191 ◦ blue 106

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

Shades of Medium Sea Green #2EBF6A

Tints of Medium Sea Green #2EBF6A

RGB

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

 GREEN value IS 191 (75% from 255) = 55.69%

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

R = 13.41%
G = 55.69%
B = 30.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#2EBF6A (or 0x2EBF6A) is known color: Medium Sea Green. HEX triplet: 2E, BF and 6A. RGB value is (46,191,106). Sum of RGB (Red+Green+Blue) = 46+191+106=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF6A is #D14095. Grayscale: #8A8A8A. Windows color (decimal): -13713558 or 6995758. OLE color: 6995758.

HSL color Cylindrical-coordinate representation of color #2EBF6A: hue angle of 144.83º 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 #2EBF6A is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 191 106 -
CMYK 0.76 0 0.45 0.25
HSL 144.83º 0.61% 0.46% -
HSV(B) 144.83º 0.76% 0.75% -
XYZ 22.36 38.88 19.96 -
YUV 137.96 109.96 62.41 -
System Red Green Blue C M Y K H S L
Decimal 46 191 106 0.76 0 0.45 0.25 144.83 0.61 0.46
Hex 2E BF 6A 4C 0 2D 19 91 3D 2E
Octal 56 277 152 114 0 55 31 221 75 56
Binary 101110 10111111 1101010 1001100 0 101101 11001 10010001 111101 101110

Color Harmonies of #2EBF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF6A

Black with #2EBF6A

Text Example


Text Example

White with #2EBF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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