#2ED88A

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

Shades of Shamrock #2ED88A

Tints of Shamrock #2ED88A

Color information

#2ED88A (or 0x2ED88A) is unknown color: approx Shamrock. HEX triplet: 2E, D8 and 8A. RGB value is (46,216,138). Sum of RGB (Red+Green+Blue) = 46+216+138=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED88A is #D12775. Grayscale: #9C9C9C. Windows color (decimal): -13707126 or 9099310. OLE color: 9099310.

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

Color convert

RGB46216138-
CMYK0.7900.360.15
HSL152.47º68.55%51.37%-
HSV(B)152.47º78.7%84.71%-
XYZ30.2751.5332.4-
YUV156.28117.6849.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.5%
GREEN value IS 216 (84.77% from 255) = 54%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=11.5%
G=54%
B=34.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal462161380.7900.360.15152.4768.5551.37
Hex2ED88A4F024F984533
Octal563302121170441723010563
Binary1011101101100010001010100111101001001111100110001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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