Html Css Color HEX #1EF54A Malachite

📋 copy color: '#1EF54A'

red 30 ◦ green 245 ◦ blue 74

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

Shades of Malachite #1EF54A

Tints of Malachite #1EF54A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.2%

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

R = 8.6%
G = 70.2%
B = 21.2%

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

#1EF54A (or 0x1EF54A) is known color: Malachite. HEX triplet: 1E, F5 and 4A. RGB value is (30,245,74). Sum of RGB (Red+Green+Blue) = 30+245+74=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 245 (96.09% from 255 or 70.20% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF54A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF54A is #E10AB5. Grayscale: #A1A1A1. Windows color (decimal): -14748342 or 4912414. OLE color: 4912414.

HSL color Cylindrical-coordinate representation of color #1EF54A: hue angle of 132.28º degrees, saturation: 0.91, 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 #1EF54A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 30 245 74 -
CMYK 0.88 0 0.70 0.04
HSL 132.28º 0.91% 0.54% -
HSV(B) 132.28º 0.88% 0.96% -
XYZ 34.42 66.08 17.42 -
YUV 161.22 78.77 34.4 -
System Red Green Blue C M Y K H S L
Decimal 30 245 74 0.88 0 0.70 0.04 132.28 0.91 0.54
Hex 1E F5 4A 58 0 46 4 84 5B 36
Octal 36 365 112 130 0 106 4 204 133 66
Binary 11110 11110101 1001010 1011000 0 1000110 100 10000100 1011011 110110

Color Harmonies of #1EF54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF54A

Black with #1EF54A

Text Example


Text Example

White with #1EF54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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