Html Css Color HEX #2EBF70 Medium Sea Green

📋 copy color: '#2EBF70'

red 46 ◦ green 191 ◦ blue 112

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

Shades of Medium Sea Green #2EBF70

Tints of Medium Sea Green #2EBF70

RGB

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

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

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

R = 13.18%
G = 54.73%
B = 32.09%

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

#2EBF70 (or 0x2EBF70) is known color: Medium Sea Green. HEX triplet: 2E, BF and 70. RGB value is (46,191,112). Sum of RGB (Red+Green+Blue) = 46+191+112=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF70 is #D1408F. Grayscale: #8A8A8A. Windows color (decimal): -13713552 or 7388974. OLE color: 7388974.

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

Color convert

RGB 46 191 112 -
CMYK 0.76 0 0.41 0.25
HSL 147.31º 0.61% 0.46% -
HSV(B) 147.31º 0.76% 0.75% -
XYZ 22.68 39.01 21.66 -
YUV 138.64 112.96 61.92 -
System Red Green Blue C M Y K H S L
Decimal 46 191 112 0.76 0 0.41 0.25 147.31 0.61 0.46
Hex 2E BF 70 4C 0 29 19 93 3D 2E
Octal 56 277 160 114 0 51 31 223 75 56
Binary 101110 10111111 1110000 1001100 0 101001 11001 10010011 111101 101110

Color Harmonies of #2EBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF70

Black with #2EBF70

Text Example


Text Example

White with #2EBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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