#2EF29F

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

Shades of Shamrock #2EF29F

Tints of Shamrock #2EF29F

Color information

#2EF29F (or 0x2EF29F) is unknown color: approx Shamrock. HEX triplet: 2E, F2 and 9F. RGB value is (46,242,159). Sum of RGB (Red+Green+Blue) = 46+242+159=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF29F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF29F is #D10D60. Grayscale: #AEAEAE. Windows color (decimal): -13700449 or 10482222. OLE color: 10482222.

HSL color Cylindrical-coordinate representation of color #2EF29F: hue angle of 154.59º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF29F is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB46242159-
CMYK0.8100.340.05
HSL154.59º88.29%56.47%-
HSV(B)154.59º80.99%94.9%-
XYZ39.1466.5943.59-
YUV173.93119.5736.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.29%
GREEN value IS 242 (94.92% from 255) = 54.14%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=10.29%
G=54.14%
B=35.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462421590.8100.340.05154.5988.2956.47
Hex2EF29F5102259b5838
Octal56362237121042523313070
Binary101110111100101001111110100010100010101100110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,242,159); }

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

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

 a { background-color: rgb(46,242,159); }

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

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

 span { border-color: rgb(46,242,159); }

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