Html Css Color HEX #2ED791 Shamrock

📋 copy color: '#2ED791'

red 46 ◦ green 215 ◦ blue 145

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

Shades of Shamrock #2ED791

Tints of Shamrock #2ED791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.96%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 11.33%
G = 52.96%
B = 35.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#2ED791 (or 0x2ED791) is known color: Shamrock. HEX triplet: 2E, D7 and 91. RGB value is (46,215,145). Sum of RGB (Red+Green+Blue) = 46+215+145=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED791 is #D1286E. Grayscale: #9C9C9C. Windows color (decimal): -13707375 or 9557806. OLE color: 9557806.

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

Color convert

RGB 46 215 145 -
CMYK 0.79 0 0.33 0.16
HSL 155.15º 0.68% 0.51% -
HSV(B) 155.15º 0.79% 0.84% -
XYZ 30.54 51.23 35.07 -
YUV 156.49 121.51 49.19 -
System Red Green Blue C M Y K H S L
Decimal 46 215 145 0.79 0 0.33 0.16 155.15 0.68 0.51
Hex 2E D7 91 4F 0 21 10 9B 44 33
Octal 56 327 221 117 0 41 20 233 104 63
Binary 101110 11010111 10010001 1001111 0 100001 10000 10011011 1000100 110011

Color Harmonies of #2ED791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED791

Black with #2ED791

Text Example


Text Example

White with #2ED791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,145); }

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

background-color css

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

 a { background-color: rgb(46,215,145); }

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

border-color css

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

 span { border-color: rgb(46,215,145); }

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