#2EDB7C

Color #2EDB7C Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EDB7C

Tints of Shamrock #2EDB7C

Color information

#2EDB7C (or 0x2EDB7C) is unknown color: approx Shamrock. HEX triplet: 2E, DB and 7C. RGB value is (46,219,124). Sum of RGB (Red+Green+Blue) = 46+219+124=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB7C is #D12483. Grayscale: #9C9C9C. Windows color (decimal): -13706372 or 8182574. OLE color: 8182574.

HSL color Cylindrical-coordinate representation of color #2EDB7C: hue angle of 147.05º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDB7C is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB46219124-
CMYK0.7900.430.14
HSL147.05º70.61%51.96%-
HSV(B)147.05º79%85.88%-
XYZ30.152.727.65-
YUV156.44109.6949.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 219 (85.94% from 255) = 56.30%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=11.83%
G=56.30%
B=31.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462191240.7900.430.14147.0570.6151.96
Hex2EDB7C4F02BE934734
Octal563331741170531622310764
Binary101110110110111111100100111101010111110100100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,219,124); }

 H1.HeaderClassName
 {
   color: #2EDB7C;
 }
 .AnyTagClassName
 {
   color: #2EDB7C;
 }
</style>
background-color css

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

 a { background-color: rgb(46,219,124); }

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

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

 span { border-color: rgb(46,219,124); }

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