#2EDA82

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

Shades of Shamrock #2EDA82

Tints of Shamrock #2EDA82

Color information

#2EDA82 (or 0x2EDA82) is unknown color: approx Shamrock. HEX triplet: 2E, DA and 82. RGB value is (46,218,130). Sum of RGB (Red+Green+Blue) = 46+218+130=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDA82 is #D1257D. Grayscale: #9C9C9C. Windows color (decimal): -13706622 or 8575534. OLE color: 8575534.

HSL color Cylindrical-coordinate representation of color #2EDA82: hue angle of 149.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA82 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB46218130-
CMYK0.7900.400.15
HSL149.3º69.92%51.76%-
HSV(B)149.3º78.9%85.49%-
XYZ30.2352.3429.63-
YUV156.54113.0249.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.68%
GREEN value IS 218 (85.55% from 255) = 55.33%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=11.68%
G=55.33%
B=32.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal462181300.7900.400.15149.369.9251.76
Hex2EDA824F028F954634
Octal563322021170501722510664
Binary1011101101101010000010100111101010001111100101011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,218,130); }

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

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

 a { background-color: rgb(46,218,130); }

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

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

 span { border-color: rgb(46,218,130); }

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