Html Css Color HEX #1EE14B Malachite

📋 copy color: '#1EE14B'

red 30 ◦ green 225 ◦ blue 75

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

Shades of Malachite #1EE14B

Tints of Malachite #1EE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 9.09%
G = 68.18%
B = 22.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#1EE14B (or 0x1EE14B) is known color: Malachite. HEX triplet: 1E, E1 and 4B. RGB value is (30,225,75). Sum of RGB (Red+Green+Blue) = 30+225+75=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE14B is #E11EB4. Grayscale: #969696. Windows color (decimal): -14753461 or 4972830. OLE color: 4972830.

HSL color Cylindrical-coordinate representation of color #1EE14B: hue angle of 133.85º 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 #1EE14B is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 225 75 -
CMYK 0.87 0 0.67 0.12
HSL 133.85º 0.76% 0.5% -
HSV(B) 133.85º 0.87% 0.88% -
XYZ 28.73 54.63 15.69 -
YUV 149.6 85.9 42.7 -
System Red Green Blue C M Y K H S L
Decimal 30 225 75 0.87 0 0.67 0.12 133.85 0.76 0.5
Hex 1E E1 4B 57 0 43 C 86 4C 32
Octal 36 341 113 127 0 103 14 206 114 62
Binary 11110 11100001 1001011 1010111 0 1000011 1100 10000110 1001100 110010

Color Harmonies of #1EE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE14B

Black with #1EE14B

Text Example


Text Example

White with #1EE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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