Html Css Color HEX #1ED542 Malachite

📋 copy color: '#1ED542'

red 30 ◦ green 213 ◦ blue 66

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

Shades of Malachite #1ED542

Tints of Malachite #1ED542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.93%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 9.71%
G = 68.93%
B = 21.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#1ED542 (or 0x1ED542) is known color: Malachite. HEX triplet: 1E, D5 and 42. RGB value is (30,213,66). Sum of RGB (Red+Green+Blue) = 30+213+66=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED542 is #E12ABD. Grayscale: #8D8D8D. Windows color (decimal): -14756542 or 4379934. OLE color: 4379934.

HSL color Cylindrical-coordinate representation of color #1ED542: hue angle of 131.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED542 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 66 -
CMYK 0.86 0 0.69 0.16
HSL 131.8º 0.75% 0.48% -
HSV(B) 131.8º 0.86% 0.84% -
XYZ 25.31 48.26 13.13 -
YUV 141.53 85.37 48.45 -
System Red Green Blue C M Y K H S L
Decimal 30 213 66 0.86 0 0.69 0.16 131.8 0.75 0.48
Hex 1E D5 42 56 0 45 10 84 4B 30
Octal 36 325 102 126 0 105 20 204 113 60
Binary 11110 11010101 1000010 1010110 0 1000101 10000 10000100 1001011 110000

Color Harmonies of #1ED542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED542

Black with #1ED542

Text Example


Text Example

White with #1ED542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,213,66); }

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

background-color css

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

 a { background-color: rgb(30,213,66); }

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

border-color css

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

 span { border-color: rgb(30,213,66); }

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