#2EE7A8

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

Shades of Shamrock #2EE7A8

Tints of Shamrock #2EE7A8

Color information

#2EE7A8 (or 0x2EE7A8) is unknown color: approx Shamrock. HEX triplet: 2E, E7 and A8. RGB value is (46,231,168). Sum of RGB (Red+Green+Blue) = 46+231+168=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE7A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE7A8 is #D11857. Grayscale: #A8A8A8. Windows color (decimal): -13703256 or 11069230. OLE color: 11069230.

HSL color Cylindrical-coordinate representation of color #2EE7A8: hue angle of 159.57º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE7A8 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB46231168-
CMYK0.8000.270.09
HSL159.57º79.4%54.31%-
HSV(B)159.57º80.09%90.59%-
XYZ36.7760.5646.8-
YUV168.5127.7140.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.34%
GREEN value IS 231 (90.62% from 255) = 51.91%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=10.34%
G=51.91%
B=37.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal462311680.8000.270.09159.5779.454.31
Hex2EE7A85001B9a04f36
Octal563472501200331124011766
Binary101110111001111010100010100000110111001101000001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,231,168); }

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

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

 a { background-color: rgb(46,231,168); }

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

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

 span { border-color: rgb(46,231,168); }

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