Html Css Color HEX #2ED46B Medium Sea Green

📋 copy color: '#2ED46B'

red 46 ◦ green 212 ◦ blue 107

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

Shades of Medium Sea Green #2ED46B

Tints of Medium Sea Green #2ED46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.08%

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

R = 12.6%
G = 58.08%
B = 29.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#2ED46B (or 0x2ED46B) is known color: Medium Sea Green. HEX triplet: 2E, D4 and 6B. RGB value is (46,212,107). Sum of RGB (Red+Green+Blue) = 46+212+107=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED46B is #D12B94. Grayscale: #969696. Windows color (decimal): -13708181 or 7066670. OLE color: 7066670.

HSL color Cylindrical-coordinate representation of color #2ED46B: hue angle of 142.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED46B is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 107 -
CMYK 0.78 0 0.50 0.17
HSL 142.05º 0.66% 0.51% -
HSV(B) 142.05º 0.78% 0.83% -
XYZ 27.32 48.73 21.88 -
YUV 150.4 103.5 53.54 -
System Red Green Blue C M Y K H S L
Decimal 46 212 107 0.78 0 0.50 0.17 142.05 0.66 0.51
Hex 2E D4 6B 4E 0 32 11 8E 42 33
Octal 56 324 153 116 0 62 21 216 102 63
Binary 101110 11010100 1101011 1001110 0 110010 10001 10001110 1000010 110011

Color Harmonies of #2ED46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED46B

Black with #2ED46B

Text Example


Text Example

White with #2ED46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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