#2EF7A5

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

Shades of Shamrock #2EF7A5

Tints of Shamrock #2EF7A5

Color information

#2EF7A5 (or 0x2EF7A5) is unknown color: approx Shamrock. HEX triplet: 2E, F7 and A5. RGB value is (46,247,165). Sum of RGB (Red+Green+Blue) = 46+247+165=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF7A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF7A5 is #D1085A. Grayscale: #B1B1B1. Windows color (decimal): -13699163 or 10876718. OLE color: 10876718.

HSL color Cylindrical-coordinate representation of color #2EF7A5: hue angle of 155.52º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF7A5 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB46247165-
CMYK0.8100.330.03
HSL155.52º92.63%57.45%-
HSV(B)155.52º81.38%96.86%-
XYZ41.1869.8246.9-
YUV177.55120.9134.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.04%
GREEN value IS 247 (96.88% from 255) = 53.93%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=10.04%
G=53.93%
B=36.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462471650.8100.330.03155.5292.6357.45
Hex2EF7A55102139c5d39
Octal56367245121041323413571
Binary10111011110111101001011010001010000111100111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,247,165); }

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

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

 a { background-color: rgb(46,247,165); }

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

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

 span { border-color: rgb(46,247,165); }

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