Html Css Color HEX #2ED06D Medium Sea Green

📋 copy color: '#2ED06D'

red 46 ◦ green 208 ◦ blue 109

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

Shades of Medium Sea Green #2ED06D

Tints of Medium Sea Green #2ED06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 12.67%
G = 57.3%
B = 30.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#2ED06D (or 0x2ED06D) is known color: Medium Sea Green. HEX triplet: 2E, D0 and 6D. RGB value is (46,208,109). Sum of RGB (Red+Green+Blue) = 46+208+109=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED06D is #D12F92. Grayscale: #949494. Windows color (decimal): -13709203 or 7196718. OLE color: 7196718.

HSL color Cylindrical-coordinate representation of color #2ED06D: hue angle of 143.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED06D is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 109 -
CMYK 0.78 0 0.48 0.18
HSL 143.33º 0.64% 0.5% -
HSV(B) 143.33º 0.78% 0.82% -
XYZ 26.44 46.8 22.11 -
YUV 148.28 105.83 55.05 -
System Red Green Blue C M Y K H S L
Decimal 46 208 109 0.78 0 0.48 0.18 143.33 0.64 0.5
Hex 2E D0 6D 4E 0 30 12 8F 40 32
Octal 56 320 155 116 0 60 22 217 100 62
Binary 101110 11010000 1101101 1001110 0 110000 10010 10001111 1000000 110010

Color Harmonies of #2ED06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED06D

Black with #2ED06D

Text Example


Text Example

White with #2ED06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,208,109); }

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

background-color css

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

 a { background-color: rgb(46,208,109); }

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

border-color css

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

 span { border-color: rgb(46,208,109); }

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