Html Css Color HEX #2EBE72 Medium Sea Green

📋 copy color: '#2EBE72'

red 46 ◦ green 190 ◦ blue 114

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

Shades of Medium Sea Green #2EBE72

Tints of Medium Sea Green #2EBE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 13.14%
G = 54.29%
B = 32.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#2EBE72 (or 0x2EBE72) is known color: Medium Sea Green. HEX triplet: 2E, BE and 72. RGB value is (46,190,114). Sum of RGB (Red+Green+Blue) = 46+190+114=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE72 is #D1418D. Grayscale: #8A8A8A. Windows color (decimal): -13713806 or 7519790. OLE color: 7519790.

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

Color convert

RGB 46 190 114 -
CMYK 0.76 0 0.40 0.25
HSL 148.33º 0.61% 0.46% -
HSV(B) 148.33º 0.76% 0.75% -
XYZ 22.58 38.62 22.18 -
YUV 138.28 114.29 62.18 -
System Red Green Blue C M Y K H S L
Decimal 46 190 114 0.76 0 0.40 0.25 148.33 0.61 0.46
Hex 2E BE 72 4C 0 28 19 94 3D 2E
Octal 56 276 162 114 0 50 31 224 75 56
Binary 101110 10111110 1110010 1001100 0 101000 11001 10010100 111101 101110

Color Harmonies of #2EBE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE72

Black with #2EBE72

Text Example


Text Example

White with #2EBE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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