Html Css Color HEX #2ED97C Shamrock

📋 copy color: '#2ED97C'

red 46 ◦ green 217 ◦ blue 124

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

Shades of Shamrock #2ED97C

Tints of Shamrock #2ED97C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.07%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 11.89%
G = 56.07%
B = 32.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#2ED97C (or 0x2ED97C) is known color: Shamrock. HEX triplet: 2E, D9 and 7C. RGB value is (46,217,124). Sum of RGB (Red+Green+Blue) = 46+217+124=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED97C is #D12683. Grayscale: #9B9B9B. Windows color (decimal): -13706884 or 8182062. OLE color: 8182062.

HSL color Cylindrical-coordinate representation of color #2ED97C: hue angle of 147.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED97C is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 124 -
CMYK 0.79 0 0.43 0.15
HSL 147.37º 0.69% 0.52% -
HSV(B) 147.37º 0.79% 0.85% -
XYZ 29.58 51.66 27.48 -
YUV 155.27 110.35 50.06 -
System Red Green Blue C M Y K H S L
Decimal 46 217 124 0.79 0 0.43 0.15 147.37 0.69 0.52
Hex 2E D9 7C 4F 0 2B F 93 45 34
Octal 56 331 174 117 0 53 17 223 105 64
Binary 101110 11011001 1111100 1001111 0 101011 1111 10010011 1000101 110100

Color Harmonies of #2ED97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED97C

Black with #2ED97C

Text Example


Text Example

White with #2ED97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,124); }

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

background-color css

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

 a { background-color: rgb(46,217,124); }

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

border-color css

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

 span { border-color: rgb(46,217,124); }

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