Html Css Color HEX #1EDD41 Malachite

📋 copy color: '#1EDD41'

red 30 ◦ green 221 ◦ blue 65

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

Shades of Malachite #1EDD41

Tints of Malachite #1EDD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 9.49%
G = 69.94%
B = 20.57%

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

#1EDD41 (or 0x1EDD41) is known color: Malachite. HEX triplet: 1E, DD and 41. RGB value is (30,221,65). Sum of RGB (Red+Green+Blue) = 30+221+65=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD41 is #E122BE. Grayscale: #929292. Windows color (decimal): -14754495 or 4316446. OLE color: 4316446.

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

Color convert

RGB 30 221 65 -
CMYK 0.86 0 0.71 0.13
HSL 130.99º 0.76% 0.49% -
HSV(B) 130.99º 0.86% 0.87% -
XYZ 27.35 52.37 13.67 -
YUV 146.11 82.22 45.18 -
System Red Green Blue C M Y K H S L
Decimal 30 221 65 0.86 0 0.71 0.13 130.99 0.76 0.49
Hex 1E DD 41 56 0 47 D 83 4C 31
Octal 36 335 101 126 0 107 15 203 114 61
Binary 11110 11011101 1000001 1010110 0 1000111 1101 10000011 1001100 110001

Color Harmonies of #1EDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD41

Black with #1EDD41

Text Example


Text Example

White with #1EDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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