#2ef58e

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

Shades of Shamrock #2EF58E

Tints of Shamrock #2EF58E

Color information

#2EF58E (or 0x2EF58E) is unknown color: approx Shamrock. HEX triplet: 2E, F5 and 8E. RGB value is (46,245,142). Sum of RGB (Red+Green+Blue) = 46+245+142=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF58E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF58E is #D10A71. Grayscale: #ADADAD. Windows color (decimal): -13699698 or 9368878. OLE color: 9368878.

HSL color Cylindrical-coordinate representation of color #2EF58E: hue angle of 148.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF58E is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB46245142-
CMYK0.8100.420.04
HSL148.94º90.87%57.06%-
HSV(B)148.94º81.22%96.08%-
XYZ38.6667.8436.65-
YUV173.76110.0736.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.62%
GREEN value IS 245 (96.09% from 255) = 56.58%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=10.62%
G=56.58%
B=32.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal462451420.8100.420.04148.9490.8757.06
Hex2EF58E5102A4955b39
Octal56365216121052422513371
Binary101110111101011000111010100010101010100100101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef58e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,245,142); }

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

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

 a { background-color: rgb(46,245,142); }

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

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

 span { border-color: rgb(46,245,142); }

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