Html Css Color HEX #2EBE70 Medium Sea Green

📋 copy color: '#2EBE70'

red 46 ◦ green 190 ◦ blue 112

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

Shades of Medium Sea Green #2EBE70

Tints of Medium Sea Green #2EBE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 13.22%
G = 54.6%
B = 32.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#2EBE70 (or 0x2EBE70) is known color: Medium Sea Green. HEX triplet: 2E, BE and 70. RGB value is (46,190,112). Sum of RGB (Red+Green+Blue) = 46+190+112=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE70 is #D1418F. Grayscale: #8A8A8A. Windows color (decimal): -13713808 or 7388718. OLE color: 7388718.

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

Color convert

RGB 46 190 112 -
CMYK 0.76 0 0.41 0.25
HSL 147.5º 0.61% 0.46% -
HSV(B) 147.5º 0.76% 0.75% -
XYZ 22.46 38.58 21.59 -
YUV 138.05 113.29 62.34 -
System Red Green Blue C M Y K H S L
Decimal 46 190 112 0.76 0 0.41 0.25 147.5 0.61 0.46
Hex 2E BE 70 4C 0 29 19 94 3D 2E
Octal 56 276 160 114 0 51 31 224 75 56
Binary 101110 10111110 1110000 1001100 0 101001 11001 10010100 111101 101110

Color Harmonies of #2EBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE70

Black with #2EBE70

Text Example


Text Example

White with #2EBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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