Html Css Color HEX #2EC05D Medium Sea Green

📋 copy color: '#2EC05D'

red 46 ◦ green 192 ◦ blue 93

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

Shades of Medium Sea Green #2EC05D

Tints of Medium Sea Green #2EC05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.01%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 13.9%
G = 58.01%
B = 28.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#2EC05D (or 0x2EC05D) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 5D. RGB value is (46,192,93). Sum of RGB (Red+Green+Blue) = 46+192+93=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC05D is #D13FA2. Grayscale: #898989. Windows color (decimal): -13713315 or 6144046. OLE color: 6144046.

HSL color Cylindrical-coordinate representation of color #2EC05D: hue angle of 139.32º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC05D is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 93 -
CMYK 0.76 0 0.52 0.25
HSL 139.32º 0.61% 0.47% -
HSV(B) 139.32º 0.76% 0.75% -
XYZ 21.95 39.07 16.74 -
YUV 137.06 103.13 63.05 -
System Red Green Blue C M Y K H S L
Decimal 46 192 93 0.76 0 0.52 0.25 139.32 0.61 0.47
Hex 2E C0 5D 4C 0 34 19 8B 3D 2F
Octal 56 300 135 114 0 64 31 213 75 57
Binary 101110 11000000 1011101 1001100 0 110100 11001 10001011 111101 101111

Color Harmonies of #2EC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC05D

Black with #2EC05D

Text Example


Text Example

White with #2EC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,93); }

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

background-color css

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

 a { background-color: rgb(46,192,93); }

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

border-color css

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

 span { border-color: rgb(46,192,93); }

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