#2ee15f

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

Shades of Malachite #2EE15F

Tints of Malachite #2EE15F

Color information

#2EE15F (or 0x2EE15F) is unknown color: approx Malachite. HEX triplet: 2E, E1 and 5F. RGB value is (46,225,95). Sum of RGB (Red+Green+Blue) = 46+225+95=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE15F is #D11EA0. Grayscale: #9D9D9D. Windows color (decimal): -13704865 or 6283566. OLE color: 6283566.

HSL color Cylindrical-coordinate representation of color #2EE15F: hue angle of 136.42º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE15F is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB4622595-
CMYK0.8000.580.12
HSL136.42º74.9%53.14%-
HSV(B)136.42º79.56%88.24%-
XYZ30.1255.2619.9-
YUV156.6693.249.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 225 (88.28% from 255) = 61.48%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=12.57%
G=61.48%
B=25.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225950.8000.580.12136.4274.953.14
Hex2EE15F5003AC884b35
Octal563411371200721421011365
Binary101110111000011011111101000001110101100100010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ee15f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,225,95); }

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

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

 a { background-color: rgb(46,225,95); }

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

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

 span { border-color: rgb(46,225,95); }

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