Html Css Color HEX #2ED78E Shamrock

📋 copy color: '#2ED78E'

red 46 ◦ green 215 ◦ blue 142

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

Shades of Shamrock #2ED78E

Tints of Shamrock #2ED78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 11.41%
G = 53.35%
B = 35.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#2ED78E (or 0x2ED78E) is known color: Shamrock. HEX triplet: 2E, D7 and 8E. RGB value is (46,215,142). Sum of RGB (Red+Green+Blue) = 46+215+142=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED78E is #D12871. Grayscale: #9C9C9C. Windows color (decimal): -13707378 or 9361198. OLE color: 9361198.

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

Color convert

RGB 46 215 142 -
CMYK 0.79 0 0.34 0.16
HSL 154.08º 0.68% 0.51% -
HSV(B) 154.08º 0.79% 0.84% -
XYZ 30.31 51.13 33.86 -
YUV 156.15 120.01 49.44 -
System Red Green Blue C M Y K H S L
Decimal 46 215 142 0.79 0 0.34 0.16 154.08 0.68 0.51
Hex 2E D7 8E 4F 0 22 10 9A 44 33
Octal 56 327 216 117 0 42 20 232 104 63
Binary 101110 11010111 10001110 1001111 0 100010 10000 10011010 1000100 110011

Color Harmonies of #2ED78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED78E

Black with #2ED78E

Text Example


Text Example

White with #2ED78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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