Html Css Color HEX #2ED87D Shamrock

📋 copy color: '#2ED87D'

red 46 ◦ green 216 ◦ blue 125

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

Shades of Shamrock #2ED87D

Tints of Shamrock #2ED87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.81%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 11.89%
G = 55.81%
B = 32.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#2ED87D (or 0x2ED87D) is known color: Shamrock. HEX triplet: 2E, D8 and 7D. RGB value is (46,216,125). Sum of RGB (Red+Green+Blue) = 46+216+125=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED87D is #D12782. Grayscale: #9A9A9A. Windows color (decimal): -13707139 or 8247342. OLE color: 8247342.

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

Color convert

RGB 46 216 125 -
CMYK 0.79 0 0.42 0.15
HSL 147.88º 0.69% 0.51% -
HSV(B) 147.88º 0.79% 0.85% -
XYZ 29.38 51.17 27.73 -
YUV 154.8 111.18 50.4 -
System Red Green Blue C M Y K H S L
Decimal 46 216 125 0.79 0 0.42 0.15 147.88 0.69 0.51
Hex 2E D8 7D 4F 0 2A F 94 45 33
Octal 56 330 175 117 0 52 17 224 105 63
Binary 101110 11011000 1111101 1001111 0 101010 1111 10010100 1000101 110011

Color Harmonies of #2ED87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED87D

Black with #2ED87D

Text Example


Text Example

White with #2ED87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,125); }

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

background-color css

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

 a { background-color: rgb(46,216,125); }

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

border-color css

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

 span { border-color: rgb(46,216,125); }

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