Html Css Color HEX #2ED69D Shamrock

📋 copy color: '#2ED69D'

red 46 ◦ green 214 ◦ blue 157

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

Shades of Shamrock #2ED69D

Tints of Shamrock #2ED69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 11.03%
G = 51.32%
B = 37.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#2ED69D (or 0x2ED69D) is known color: Shamrock. HEX triplet: 2E, D6 and 9D. RGB value is (46,214,157). Sum of RGB (Red+Green+Blue) = 46+214+157=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED69D is #D12962. Grayscale: #9D9D9D. Windows color (decimal): -13707619 or 10343982. OLE color: 10343982.

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

Color convert

RGB 46 214 157 -
CMYK 0.79 0 0.27 0.16
HSL 159.64º 0.67% 0.51% -
HSV(B) 159.64º 0.79% 0.84% -
XYZ 31.26 51.11 40.12 -
YUV 157.27 127.84 48.63 -
System Red Green Blue C M Y K H S L
Decimal 46 214 157 0.79 0 0.27 0.16 159.64 0.67 0.51
Hex 2E D6 9D 4F 0 1B 10 A0 43 33
Octal 56 326 235 117 0 33 20 240 103 63
Binary 101110 11010110 10011101 1001111 0 11011 10000 10100000 1000011 110011

Color Harmonies of #2ED69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED69D

Black with #2ED69D

Text Example


Text Example

White with #2ED69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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