Html Css Color HEX #2EDA93 Shamrock

📋 copy color: '#2EDA93'

red 46 ◦ green 218 ◦ blue 147

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

Shades of Shamrock #2EDA93

Tints of Shamrock #2EDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.04%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 11.19%
G = 53.04%
B = 35.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#2EDA93 (or 0x2EDA93) is known color: Shamrock. HEX triplet: 2E, DA and 93. RGB value is (46,218,147). Sum of RGB (Red+Green+Blue) = 46+218+147=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDA93 is #D1256C. Grayscale: #9E9E9E. Windows color (decimal): -13706605 or 9689646. OLE color: 9689646.

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

Color convert

RGB 46 218 147 -
CMYK 0.79 0 0.33 0.15
HSL 155.23º 0.7% 0.52% -
HSV(B) 155.23º 0.79% 0.85% -
XYZ 31.46 52.83 36.14 -
YUV 158.48 121.52 47.77 -
System Red Green Blue C M Y K H S L
Decimal 46 218 147 0.79 0 0.33 0.15 155.23 0.7 0.52
Hex 2E DA 93 4F 0 21 F 9B 46 34
Octal 56 332 223 117 0 41 17 233 106 64
Binary 101110 11011010 10010011 1001111 0 100001 1111 10011011 1000110 110100

Color Harmonies of #2EDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA93

Black with #2EDA93

Text Example


Text Example

White with #2EDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,147); }

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

background-color css

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

 a { background-color: rgb(46,218,147); }

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

border-color css

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

 span { border-color: rgb(46,218,147); }

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