Html Css Color HEX #2EC370 Medium Sea Green

📋 copy color: '#2EC370'

red 46 ◦ green 195 ◦ blue 112

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

Shades of Medium Sea Green #2EC370

Tints of Medium Sea Green #2EC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.24%

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

R = 13.03%
G = 55.24%
B = 31.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#2EC370 (or 0x2EC370) is known color: Medium Sea Green. HEX triplet: 2E, C3 and 70. RGB value is (46,195,112). Sum of RGB (Red+Green+Blue) = 46+195+112=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC370 is #D13C8F. Grayscale: #8D8D8D. Windows color (decimal): -13712528 or 7389998. OLE color: 7389998.

HSL color Cylindrical-coordinate representation of color #2EC370: hue angle of 146.58º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC370 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 112 -
CMYK 0.76 0 0.43 0.24
HSL 146.58º 0.62% 0.47% -
HSV(B) 146.58º 0.76% 0.76% -
XYZ 23.57 40.78 21.96 -
YUV 140.99 111.64 60.25 -
System Red Green Blue C M Y K H S L
Decimal 46 195 112 0.76 0 0.43 0.24 146.58 0.62 0.47
Hex 2E C3 70 4C 0 2B 18 93 3E 2F
Octal 56 303 160 114 0 53 30 223 76 57
Binary 101110 11000011 1110000 1001100 0 101011 11000 10010011 111110 101111

Color Harmonies of #2EC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC370

Black with #2EC370

Text Example


Text Example

White with #2EC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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