Html Css Color HEX #2EB06F Medium Sea Green

📋 copy color: '#2EB06F'

red 46 ◦ green 176 ◦ blue 111

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

Shades of Medium Sea Green #2EB06F

Tints of Medium Sea Green #2EB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.85%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 13.81%
G = 52.85%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#2EB06F (or 0x2EB06F) is known color: Medium Sea Green. HEX triplet: 2E, B0 and 6F. RGB value is (46,176,111). Sum of RGB (Red+Green+Blue) = 46+176+111=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB06F is #D14F90. Grayscale: #818181. Windows color (decimal): -13717393 or 7319598. OLE color: 7319598.

HSL color Cylindrical-coordinate representation of color #2EB06F: hue angle of 150º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB06F is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 176 111 -
CMYK 0.74 0 0.37 0.31
HSL 150º 0.59% 0.44% -
HSV(B) 150º 0.74% 0.69% -
XYZ 19.52 32.78 20.34 -
YUV 129.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 46 176 111 0.74 0 0.37 0.31 150 0.59 0.44
Hex 2E B0 6F 4A 0 25 1F 96 3B 2C
Octal 56 260 157 112 0 45 37 226 73 54
Binary 101110 10110000 1101111 1001010 0 100101 11111 10010110 111011 101100

Color Harmonies of #2EB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB06F

Black with #2EB06F

Text Example


Text Example

White with #2EB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,176,111); }

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

background-color css

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

 a { background-color: rgb(46,176,111); }

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

border-color css

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

 span { border-color: rgb(46,176,111); }

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