Html Css Color HEX #1EE140 Malachite

📋 copy color: '#1EE140'

red 30 ◦ green 225 ◦ blue 64

#1EE140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1EE140

Tints of Malachite #1EE140

RGB

 RED value IS 30 (12.11% from 255) = 9.4%

 GREEN value IS 225 (88.28% from 255) = 70.53%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 9.4%
G = 70.53%
B = 20.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#1EE140 (or 0x1EE140) is known color: Malachite. HEX triplet: 1E, E1 and 40. RGB value is (30,225,64). Sum of RGB (Red+Green+Blue) = 30+225+64=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE140 is #E11EBF. Grayscale: #949494. Windows color (decimal): -14753472 or 4251934. OLE color: 4251934.

HSL color Cylindrical-coordinate representation of color #1EE140: hue angle of 130.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE140 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 225 64 -
CMYK 0.87 0 0.72 0.12
HSL 130.46º 0.76% 0.5% -
HSV(B) 130.46º 0.87% 0.88% -
XYZ 28.39 54.5 13.87 -
YUV 148.34 80.4 43.59 -
System Red Green Blue C M Y K H S L
Decimal 30 225 64 0.87 0 0.72 0.12 130.46 0.76 0.5
Hex 1E E1 40 57 0 48 C 82 4C 32
Octal 36 341 100 127 0 110 14 202 114 62
Binary 11110 11100001 1000000 1010111 0 1001000 1100 10000010 1001100 110010

Color Harmonies of #1EE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE140

Black with #1EE140

Text Example


Text Example

White with #1EE140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,225,64); }

 H1.HeaderClassName
 {
   color: #1EE140;
 }
 .AnyTagClassName
 {
   color: #1EE140;
 }
</style>

background-color css

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

 a { background-color: rgb(30,225,64); }

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

border-color css

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

 span { border-color: rgb(30,225,64); }

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