#2EDB7B

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

Shades of Shamrock #2EDB7B

Tints of Shamrock #2EDB7B

Color information

#2EDB7B (or 0x2EDB7B) is unknown color: approx Shamrock. HEX triplet: 2E, DB and 7B. RGB value is (46,219,123). Sum of RGB (Red+Green+Blue) = 46+219+123=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB7B is #D12484. Grayscale: #9C9C9C. Windows color (decimal): -13706373 or 8117038. OLE color: 8117038.

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

Color convert

RGB46219123-
CMYK0.7900.440.14
HSL146.71º70.61%51.96%-
HSV(B)146.71º79%85.88%-
XYZ30.0352.6727.32-
YUV156.33109.1949.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 219 (85.94% from 255) = 56.44%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=11.86%
G=56.44%
B=31.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462191230.7900.440.14146.7170.6151.96
Hex2EDB7B4F02CE934734
Octal563331731170541622310764
Binary101110110110111111011100111101011001110100100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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