Html Css Color HEX #2ECD7A Medium Sea Green

📋 copy color: '#2ECD7A'

red 46 ◦ green 205 ◦ blue 122

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

Shades of Medium Sea Green #2ECD7A

Tints of Medium Sea Green #2ECD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.96%

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

R = 12.33%
G = 54.96%
B = 32.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#2ECD7A (or 0x2ECD7A) is known color: Medium Sea Green. HEX triplet: 2E, CD and 7A. RGB value is (46,205,122). Sum of RGB (Red+Green+Blue) = 46+205+122=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD7A is #D13285. Grayscale: #949494. Windows color (decimal): -13709958 or 8047918. OLE color: 8047918.

HSL color Cylindrical-coordinate representation of color #2ECD7A: hue angle of 148.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD7A is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 205 122 -
CMYK 0.78 0 0.40 0.20
HSL 148.68º 0.63% 0.49% -
HSV(B) 148.68º 0.78% 0.8% -
XYZ 26.47 45.65 25.83 -
YUV 148 113.32 55.25 -
System Red Green Blue C M Y K H S L
Decimal 46 205 122 0.78 0 0.40 0.20 148.68 0.63 0.49
Hex 2E CD 7A 4E 0 28 14 95 3F 31
Octal 56 315 172 116 0 50 24 225 77 61
Binary 101110 11001101 1111010 1001110 0 101000 10100 10010101 111111 110001

Color Harmonies of #2ECD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECD7A

Black with #2ECD7A

Text Example


Text Example

White with #2ECD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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