#1EF34D

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

Shades of Malachite #1EF34D

Tints of Malachite #1EF34D

Color information

#1EF34D (or 0x1EF34D) is unknown color: approx Malachite. HEX triplet: 1E, F3 and 4D. RGB value is (30,243,77). Sum of RGB (Red+Green+Blue) = 30+243+77=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF34D is #E10CB2. Grayscale: #A0A0A0. Windows color (decimal): -14748851 or 5108510. OLE color: 5108510.

HSL color Cylindrical-coordinate representation of color #1EF34D: hue angle of 133.24º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF34D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB3024377-
CMYK0.8800.680.05
HSL133.24º89.87%53.53%-
HSV(B)133.24º87.65%95.29%-
XYZ33.9364.9117.76-
YUV160.3980.9335-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.57%
GREEN value IS 243 (95.31% from 255) = 69.43%
BLUE value IS 77 (30.47% from 255) = 22%
R=8.57%
G=69.43%
B=22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30243770.8800.680.05133.2489.8753.53
Hex1EF34D580445855a36
Octal363631151300104520513266
Binary11110111100111001101101100001000100101100001011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF34D; }

 p { color: rgb(30,243,77); }

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

<style>
 a { background-color: #1EF34D; }

 a { background-color: rgb(30,243,77); }

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

<style>
 span { border-color: #1EF34D; }

 span { border-color: rgb(30,243,77); }

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