Html Css Color HEX #2EC27A Medium Sea Green

📋 copy color: '#2EC27A'

red 46 ◦ green 194 ◦ blue 122

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

Shades of Medium Sea Green #2EC27A

Tints of Medium Sea Green #2EC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.59%

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 12.71%
G = 53.59%
B = 33.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#2EC27A (or 0x2EC27A) is known color: Medium Sea Green. HEX triplet: 2E, C2 and 7A. RGB value is (46,194,122). Sum of RGB (Red+Green+Blue) = 46+194+122=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC27A is #D13D85. Grayscale: #8D8D8D. Windows color (decimal): -13712774 or 8045102. OLE color: 8045102.

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

Color convert

RGB 46 194 122 -
CMYK 0.76 0 0.37 0.24
HSL 150.81º 0.62% 0.47% -
HSV(B) 150.81º 0.76% 0.76% -
XYZ 23.93 40.57 24.98 -
YUV 141.54 116.97 59.85 -
System Red Green Blue C M Y K H S L
Decimal 46 194 122 0.76 0 0.37 0.24 150.81 0.62 0.47
Hex 2E C2 7A 4C 0 25 18 97 3E 2F
Octal 56 302 172 114 0 45 30 227 76 57
Binary 101110 11000010 1111010 1001100 0 100101 11000 10010111 111110 101111

Color Harmonies of #2EC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC27A

Black with #2EC27A

Text Example


Text Example

White with #2EC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,122); }

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

background-color css

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

 a { background-color: rgb(46,194,122); }

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

border-color css

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

 span { border-color: rgb(46,194,122); }

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