Html Css Color HEX #2EC264 Medium Sea Green

📋 copy color: '#2EC264'

red 46 ◦ green 194 ◦ blue 100

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

Shades of Medium Sea Green #2EC264

Tints of Medium Sea Green #2EC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 13.53%
G = 57.06%
B = 29.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#2EC264 (or 0x2EC264) is known color: Medium Sea Green. HEX triplet: 2E, C2 and 64. RGB value is (46,194,100). Sum of RGB (Red+Green+Blue) = 46+194+100=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC264 is #D13D9B. Grayscale: #8B8B8B. Windows color (decimal): -13712796 or 6603310. OLE color: 6603310.

HSL color Cylindrical-coordinate representation of color #2EC264: hue angle of 141.89º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC264 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 194 100 -
CMYK 0.76 0 0.48 0.24
HSL 141.89º 0.62% 0.47% -
HSV(B) 141.89º 0.76% 0.76% -
XYZ 22.72 40.08 18.6 -
YUV 139.03 105.97 61.64 -
System Red Green Blue C M Y K H S L
Decimal 46 194 100 0.76 0 0.48 0.24 141.89 0.62 0.47
Hex 2E C2 64 4C 0 30 18 8E 3E 2F
Octal 56 302 144 114 0 60 30 216 76 57
Binary 101110 11000010 1100100 1001100 0 110000 11000 10001110 111110 101111

Color Harmonies of #2EC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC264

Black with #2EC264

Text Example


Text Example

White with #2EC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,100); }

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

background-color css

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

 a { background-color: rgb(46,194,100); }

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

border-color css

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

 span { border-color: rgb(46,194,100); }

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