Html Css Color HEX #1EF068 Malachite

📋 copy color: '#1EF068'

red 30 ◦ green 240 ◦ blue 104

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

Shades of Malachite #1EF068

Tints of Malachite #1EF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.17%

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 8.02%
G = 64.17%
B = 27.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#1EF068 (or 0x1EF068) is known color: Malachite. HEX triplet: 1E, F0 and 68. RGB value is (30,240,104). Sum of RGB (Red+Green+Blue) = 30+240+104=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF068 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF068 is #E10F97. Grayscale: #A2A2A2. Windows color (decimal): -14749592 or 6877214. OLE color: 6877214.

HSL color Cylindrical-coordinate representation of color #1EF068: hue angle of 141.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF068 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 240 104 -
CMYK 0.87 0 0.57 0.06
HSL 141.14º 0.88% 0.53% -
HSV(B) 141.14º 0.88% 0.94% -
XYZ 34.19 63.6 23.57 -
YUV 161.71 95.43 34.06 -
System Red Green Blue C M Y K H S L
Decimal 30 240 104 0.87 0 0.57 0.06 141.14 0.88 0.53
Hex 1E F0 68 57 0 39 6 8D 58 35
Octal 36 360 150 127 0 71 6 215 130 65
Binary 11110 11110000 1101000 1010111 0 111001 110 10001101 1011000 110101

Color Harmonies of #1EF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF068

Black with #1EF068

Text Example


Text Example

White with #1EF068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,240,104); }

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

background-color css

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

 a { background-color: rgb(30,240,104); }

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

border-color css

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

 span { border-color: rgb(30,240,104); }

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