Html Css Color HEX #1EDB40 Malachite

📋 copy color: '#1EDB40'

red 30 ◦ green 219 ◦ blue 64

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

Shades of Malachite #1EDB40

Tints of Malachite #1EDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 69.97%

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

R = 9.58%
G = 69.97%
B = 20.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#1EDB40 (or 0x1EDB40) is known color: Malachite. HEX triplet: 1E, DB and 40. RGB value is (30,219,64). Sum of RGB (Red+Green+Blue) = 30+219+64=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB40 is #E124BF. Grayscale: #919191. Windows color (decimal): -14755008 or 4250398. OLE color: 4250398.

HSL color Cylindrical-coordinate representation of color #1EDB40: hue angle of 130.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDB40 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 219 64 -
CMYK 0.86 0 0.71 0.14
HSL 130.79º 0.76% 0.49% -
HSV(B) 130.79º 0.86% 0.86% -
XYZ 26.79 51.31 13.34 -
YUV 144.82 82.38 46.1 -
System Red Green Blue C M Y K H S L
Decimal 30 219 64 0.86 0 0.71 0.14 130.79 0.76 0.49
Hex 1E DB 40 56 0 47 E 83 4C 31
Octal 36 333 100 126 0 107 16 203 114 61
Binary 11110 11011011 1000000 1010110 0 1000111 1110 10000011 1001100 110001

Color Harmonies of #1EDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB40

Black with #1EDB40

Text Example


Text Example

White with #1EDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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