Html Css Color HEX #2ED66B Medium Sea Green

📋 copy color: '#2ED66B'

red 46 ◦ green 214 ◦ blue 107

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

Shades of Medium Sea Green #2ED66B

Tints of Medium Sea Green #2ED66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 12.53%
G = 58.31%
B = 29.16%

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

#2ED66B (or 0x2ED66B) is known color: Medium Sea Green. HEX triplet: 2E, D6 and 6B. RGB value is (46,214,107). Sum of RGB (Red+Green+Blue) = 46+214+107=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED66B is #D12994. Grayscale: #979797. Windows color (decimal): -13707669 or 7067182. OLE color: 7067182.

HSL color Cylindrical-coordinate representation of color #2ED66B: hue angle of 141.79º 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 #2ED66B is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 107 -
CMYK 0.79 0 0.50 0.16
HSL 141.79º 0.67% 0.51% -
HSV(B) 141.79º 0.79% 0.84% -
XYZ 27.83 49.74 22.04 -
YUV 151.57 102.84 52.7 -
System Red Green Blue C M Y K H S L
Decimal 46 214 107 0.79 0 0.50 0.16 141.79 0.67 0.51
Hex 2E D6 6B 4F 0 32 10 8E 43 33
Octal 56 326 153 117 0 62 20 216 103 63
Binary 101110 11010110 1101011 1001111 0 110010 10000 10001110 1000011 110011

Color Harmonies of #2ED66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED66B

Black with #2ED66B

Text Example


Text Example

White with #2ED66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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