Html Css Color HEX #2ED06A Medium Sea Green

📋 copy color: '#2ED06A'

red 46 ◦ green 208 ◦ blue 106

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

Shades of Medium Sea Green #2ED06A

Tints of Medium Sea Green #2ED06A

RGB

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

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

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

R = 12.78%
G = 57.78%
B = 29.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#2ED06A (or 0x2ED06A) is known color: Medium Sea Green. HEX triplet: 2E, D0 and 6A. RGB value is (46,208,106). Sum of RGB (Red+Green+Blue) = 46+208+106=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED06A is #D12F95. Grayscale: #949494. Windows color (decimal): -13709206 or 7000110. OLE color: 7000110.

HSL color Cylindrical-coordinate representation of color #2ED06A: hue angle of 142.22º 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 #2ED06A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 106 -
CMYK 0.78 0 0.49 0.18
HSL 142.22º 0.64% 0.5% -
HSV(B) 142.22º 0.78% 0.82% -
XYZ 26.28 46.73 21.27 -
YUV 147.93 104.33 55.29 -
System Red Green Blue C M Y K H S L
Decimal 46 208 106 0.78 0 0.49 0.18 142.22 0.64 0.5
Hex 2E D0 6A 4E 0 31 12 8E 40 32
Octal 56 320 152 116 0 61 22 216 100 62
Binary 101110 11010000 1101010 1001110 0 110001 10010 10001110 1000000 110010

Color Harmonies of #2ED06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED06A

Black with #2ED06A

Text Example


Text Example

White with #2ED06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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