Html Css Color HEX #1EF04A Malachite

📋 copy color: '#1EF04A'

red 30 ◦ green 240 ◦ blue 74

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

Shades of Malachite #1EF04A

Tints of Malachite #1EF04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 8.72%
G = 69.77%
B = 21.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#1EF04A (or 0x1EF04A) is known color: Malachite. HEX triplet: 1E, F0 and 4A. RGB value is (30,240,74). Sum of RGB (Red+Green+Blue) = 30+240+74=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF04A is #E10FB5. Grayscale: #9E9E9E. Windows color (decimal): -14749622 or 4911134. OLE color: 4911134.

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

Color convert

RGB 30 240 74 -
CMYK 0.87 0 0.69 0.06
HSL 132.57º 0.88% 0.53% -
HSV(B) 132.57º 0.88% 0.94% -
XYZ 32.93 63.09 16.92 -
YUV 158.29 80.43 36.5 -
System Red Green Blue C M Y K H S L
Decimal 30 240 74 0.87 0 0.69 0.06 132.57 0.88 0.53
Hex 1E F0 4A 57 0 45 6 85 58 35
Octal 36 360 112 127 0 105 6 205 130 65
Binary 11110 11110000 1001010 1010111 0 1000101 110 10000101 1011000 110101

Color Harmonies of #1EF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF04A

Black with #1EF04A

Text Example


Text Example

White with #1EF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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