Html Css Color HEX #2EDA84 Shamrock

📋 copy color: '#2EDA84'

red 46 ◦ green 218 ◦ blue 132

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

Shades of Shamrock #2EDA84

Tints of Shamrock #2EDA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 11.62%
G = 55.05%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#2EDA84 (or 0x2EDA84) is known color: Shamrock. HEX triplet: 2E, DA and 84. RGB value is (46,218,132). Sum of RGB (Red+Green+Blue) = 46+218+132=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDA84 is #D1257B. Grayscale: #9C9C9C. Windows color (decimal): -13706620 or 8706606. OLE color: 8706606.

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

Color convert

RGB 46 218 132 -
CMYK 0.79 0 0.39 0.15
HSL 150º 0.7% 0.52% -
HSV(B) 150º 0.79% 0.85% -
XYZ 30.36 52.39 30.34 -
YUV 156.77 114.02 48.99 -
System Red Green Blue C M Y K H S L
Decimal 46 218 132 0.79 0 0.39 0.15 150 0.7 0.52
Hex 2E DA 84 4F 0 27 F 96 46 34
Octal 56 332 204 117 0 47 17 226 106 64
Binary 101110 11011010 10000100 1001111 0 100111 1111 10010110 1000110 110100

Color Harmonies of #2EDA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA84

Black with #2EDA84

Text Example


Text Example

White with #2EDA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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