#2ec284

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

Shades of Shamrock #2EC284

Tints of Shamrock #2EC284

Color information

#2EC284 (or 0x2EC284) is unknown color: approx Shamrock. HEX triplet: 2E, C2 and 84. RGB value is (46,194,132). Sum of RGB (Red+Green+Blue) = 46+194+132=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC284 is #D13D7B. Grayscale: #8E8E8E. Windows color (decimal): -13712764 or 8700462. OLE color: 8700462.

HSL color Cylindrical-coordinate representation of color #2EC284: hue angle of 154.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC284 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB46194132-
CMYK0.7600.320.24
HSL154.86º61.67%47.06%-
HSV(B)154.86º76.29%76.08%-
XYZ24.5840.8328.42-
YUV142.68121.9759.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.37%
GREEN value IS 194 (76.17% from 255) = 52.15%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=12.37%
G=52.15%
B=35.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461941320.7600.320.24154.8661.6747.06
Hex2EC2844C020189b3e2f
Octal56302204114040302337657
Binary1011101100001010000100100110001000001100010011011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ec284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,194,132); }

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

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

 a { background-color: rgb(46,194,132); }

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

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

 span { border-color: rgb(46,194,132); }

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