Html Css Color HEX #2ED66A Medium Sea Green

📋 copy color: '#2ED66A'

red 46 ◦ green 214 ◦ blue 106

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

Shades of Medium Sea Green #2ED66A

Tints of Medium Sea Green #2ED66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.47%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 12.57%
G = 58.47%
B = 28.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#2ED66A (or 0x2ED66A) is known color: Medium Sea Green. HEX triplet: 2E, D6 and 6A. RGB value is (46,214,106). Sum of RGB (Red+Green+Blue) = 46+214+106=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED66A is #D12995. Grayscale: #979797. Windows color (decimal): -13707670 or 7001646. OLE color: 7001646.

HSL color Cylindrical-coordinate representation of color #2ED66A: hue angle of 141.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED66A is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 106 -
CMYK 0.79 0 0.50 0.16
HSL 141.43º 0.67% 0.51% -
HSV(B) 141.43º 0.79% 0.84% -
XYZ 27.77 49.71 21.77 -
YUV 151.46 102.34 52.78 -
System Red Green Blue C M Y K H S L
Decimal 46 214 106 0.79 0 0.50 0.16 141.43 0.67 0.51
Hex 2E D6 6A 4F 0 32 10 8D 43 33
Octal 56 326 152 117 0 62 20 215 103 63
Binary 101110 11010110 1101010 1001111 0 110010 10000 10001101 1000011 110011

Color Harmonies of #2ED66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED66A

Black with #2ED66A

Text Example


Text Example

White with #2ED66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,106); }

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

background-color css

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

 a { background-color: rgb(46,214,106); }

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

border-color css

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

 span { border-color: rgb(46,214,106); }

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