#2EDB8D

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

Shades of Shamrock #2EDB8D

Tints of Shamrock #2EDB8D

Color information

#2EDB8D (or 0x2EDB8D) is unknown color: approx Shamrock. HEX triplet: 2E, DB and 8D. RGB value is (46,219,141). Sum of RGB (Red+Green+Blue) = 46+219+141=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDB8D is #D12472. Grayscale: #9E9E9E. Windows color (decimal): -13706355 or 9296686. OLE color: 9296686.

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

Color convert

RGB46219141-
CMYK0.7900.360.14
HSL152.95º70.61%51.96%-
HSV(B)152.95º79%85.88%-
XYZ31.2753.1733.81-
YUV158.38118.1947.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.33%
GREEN value IS 219 (85.94% from 255) = 53.94%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=11.33%
G=53.94%
B=34.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462191410.7900.360.14152.9570.6151.96
Hex2EDB8D4F024E994734
Octal563332151170441623110764
Binary1011101101101110001101100111101001001110100110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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