Html Css Color HEX #1ED540 Malachite

📋 copy color: '#1ED540'

red 30 ◦ green 213 ◦ blue 64

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

Shades of Malachite #1ED540

Tints of Malachite #1ED540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 9.77%
G = 69.38%
B = 20.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#1ED540 (or 0x1ED540) is known color: Malachite. HEX triplet: 1E, D5 and 40. RGB value is (30,213,64). Sum of RGB (Red+Green+Blue) = 30+213+64=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED540 is #E12ABF. Grayscale: #8D8D8D. Windows color (decimal): -14756544 or 4248862. OLE color: 4248862.

HSL color Cylindrical-coordinate representation of color #1ED540: hue angle of 131.15º 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 #1ED540 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 64 -
CMYK 0.86 0 0.70 0.16
HSL 131.15º 0.75% 0.48% -
HSV(B) 131.15º 0.86% 0.84% -
XYZ 25.26 48.23 12.83 -
YUV 141.3 84.37 48.62 -
System Red Green Blue C M Y K H S L
Decimal 30 213 64 0.86 0 0.70 0.16 131.15 0.75 0.48
Hex 1E D5 40 56 0 46 10 83 4B 30
Octal 36 325 100 126 0 106 20 203 113 60
Binary 11110 11010101 1000000 1010110 0 1000110 10000 10000011 1001011 110000

Color Harmonies of #1ED540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED540

Black with #1ED540

Text Example


Text Example

White with #1ED540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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