Html Css Color HEX #1EFD4A Malachite

📋 copy color: '#1EFD4A'

red 30 ◦ green 253 ◦ blue 74

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

Shades of Malachite #1EFD4A

Tints of Malachite #1EFD4A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.87%

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

R = 8.4%
G = 70.87%
B = 20.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#1EFD4A (or 0x1EFD4A) is known color: Malachite. HEX triplet: 1E, FD and 4A. RGB value is (30,253,74). Sum of RGB (Red+Green+Blue) = 30+253+74=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 253 (99.22% from 255 or 70.87% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFD4A is #E102B5. Grayscale: #A6A6A6. Windows color (decimal): -14746294 or 4914462. OLE color: 4914462.

HSL color Cylindrical-coordinate representation of color #1EFD4A: hue angle of 131.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFD4A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 253 74 -
CMYK 0.88 0 0.71 0.01
HSL 131.84º 0.98% 0.55% -
HSV(B) 131.84º 0.88% 0.99% -
XYZ 36.9 71.02 18.24 -
YUV 165.92 76.12 31.05 -
System Red Green Blue C M Y K H S L
Decimal 30 253 74 0.88 0 0.71 0.01 131.84 0.98 0.55
Hex 1E FD 4A 58 0 47 1 84 62 37
Octal 36 375 112 130 0 107 1 204 142 67
Binary 11110 11111101 1001010 1011000 0 1000111 1 10000100 1100010 110111

Color Harmonies of #1EFD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFD4A

Black with #1EFD4A

Text Example


Text Example

White with #1EFD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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