Html Css Color HEX #1ED048 Malachite

📋 copy color: '#1ED048'

red 30 ◦ green 208 ◦ blue 72

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

Shades of Malachite #1ED048

Tints of Malachite #1ED048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.1%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 9.68%
G = 67.1%
B = 23.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#1ED048 (or 0x1ED048) is known color: Malachite. HEX triplet: 1E, D0 and 48. RGB value is (30,208,72). Sum of RGB (Red+Green+Blue) = 30+208+72=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED048 is #E12FB7. Grayscale: #8B8B8B. Windows color (decimal): -14757816 or 4771870. OLE color: 4771870.

HSL color Cylindrical-coordinate representation of color #1ED048: hue angle of 134.16º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED048 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 72 -
CMYK 0.86 0 0.65 0.18
HSL 134.16º 0.75% 0.47% -
HSV(B) 134.16º 0.86% 0.82% -
XYZ 24.26 45.86 13.7 -
YUV 139.27 90.03 50.06 -
System Red Green Blue C M Y K H S L
Decimal 30 208 72 0.86 0 0.65 0.18 134.16 0.75 0.47
Hex 1E D0 48 56 0 41 12 86 4B 2F
Octal 36 320 110 126 0 101 22 206 113 57
Binary 11110 11010000 1001000 1010110 0 1000001 10010 10000110 1001011 101111

Color Harmonies of #1ED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED048

Black with #1ED048

Text Example


Text Example

White with #1ED048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,72); }

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

background-color css

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

 a { background-color: rgb(30,208,72); }

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

border-color css

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

 span { border-color: rgb(30,208,72); }

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