Html Css Color HEX #2EC75E Medium Sea Green

📋 copy color: '#2EC75E'

red 46 ◦ green 199 ◦ blue 94

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

Shades of Medium Sea Green #2EC75E

Tints of Medium Sea Green #2EC75E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.7%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 13.57%
G = 58.7%
B = 27.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#2EC75E (or 0x2EC75E) is known color: Medium Sea Green. HEX triplet: 2E, C7 and 5E. RGB value is (46,199,94). Sum of RGB (Red+Green+Blue) = 46+199+94=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC75E is #D138A1. Grayscale: #8D8D8D. Windows color (decimal): -13711522 or 6211374. OLE color: 6211374.

HSL color Cylindrical-coordinate representation of color #2EC75E: hue angle of 138.82º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC75E is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 199 94 -
CMYK 0.77 0 0.53 0.22
HSL 138.82º 0.62% 0.48% -
HSV(B) 138.82º 0.77% 0.78% -
XYZ 23.57 42.24 17.5 -
YUV 141.28 101.31 60.04 -
System Red Green Blue C M Y K H S L
Decimal 46 199 94 0.77 0 0.53 0.22 138.82 0.62 0.48
Hex 2E C7 5E 4D 0 35 16 8B 3E 30
Octal 56 307 136 115 0 65 26 213 76 60
Binary 101110 11000111 1011110 1001101 0 110101 10110 10001011 111110 110000

Color Harmonies of #2EC75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC75E

Black with #2EC75E

Text Example


Text Example

White with #2EC75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,199,94); }

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

background-color css

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

 a { background-color: rgb(46,199,94); }

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

border-color css

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

 span { border-color: rgb(46,199,94); }

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