Html Css Color HEX #1EF64B Malachite

📋 copy color: '#1EF64B'

red 30 ◦ green 246 ◦ blue 75

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

Shades of Malachite #1EF64B

Tints of Malachite #1EF64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 70.09%

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

R = 8.55%
G = 70.09%
B = 21.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#1EF64B (or 0x1EF64B) is known color: Malachite. HEX triplet: 1E, F6 and 4B. RGB value is (30,246,75). Sum of RGB (Red+Green+Blue) = 30+246+75=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 246 (96.48% from 255 or 70.09% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF64B is #E109B4. Grayscale: #A2A2A2. Windows color (decimal): -14748085 or 4978206. OLE color: 4978206.

HSL color Cylindrical-coordinate representation of color #1EF64B: hue angle of 132.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF64B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 30 246 75 -
CMYK 0.88 0 0.70 0.04
HSL 132.5º 0.92% 0.54% -
HSV(B) 132.5º 0.88% 0.96% -
XYZ 34.76 66.7 17.7 -
YUV 161.92 78.94 33.9 -
System Red Green Blue C M Y K H S L
Decimal 30 246 75 0.88 0 0.70 0.04 132.5 0.92 0.54
Hex 1E F6 4B 58 0 46 4 84 5C 36
Octal 36 366 113 130 0 106 4 204 134 66
Binary 11110 11110110 1001011 1011000 0 1000110 100 10000100 1011100 110110

Color Harmonies of #1EF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF64B

Black with #1EF64B

Text Example


Text Example

White with #1EF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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