Html Css Color HEX #1EDD40 Malachite

📋 copy color: '#1EDD40'

red 30 ◦ green 221 ◦ blue 64

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

Shades of Malachite #1EDD40

Tints of Malachite #1EDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 70.16%

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

R = 9.52%
G = 70.16%
B = 20.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#1EDD40 (or 0x1EDD40) is known color: Malachite. HEX triplet: 1E, DD and 40. RGB value is (30,221,64). Sum of RGB (Red+Green+Blue) = 30+221+64=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD40 is #E122BF. Grayscale: #929292. Windows color (decimal): -14754496 or 4250910. OLE color: 4250910.

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

Color convert

RGB 30 221 64 -
CMYK 0.86 0 0.71 0.13
HSL 130.68º 0.76% 0.49% -
HSV(B) 130.68º 0.86% 0.87% -
XYZ 27.32 52.36 13.52 -
YUV 145.99 81.72 45.27 -
System Red Green Blue C M Y K H S L
Decimal 30 221 64 0.86 0 0.71 0.13 130.68 0.76 0.49
Hex 1E DD 40 56 0 47 D 83 4C 31
Octal 36 335 100 126 0 107 15 203 114 61
Binary 11110 11011101 1000000 1010110 0 1000111 1101 10000011 1001100 110001

Color Harmonies of #1EDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD40

Black with #1EDD40

Text Example


Text Example

White with #1EDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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