Html Css Color HEX #1EC140 Dark Pastel Green

📋 copy color: '#1EC140'

red 30 ◦ green 193 ◦ blue 64

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

Shades of Dark Pastel Green #1EC140

Tints of Dark Pastel Green #1EC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.25%

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

R = 10.45%
G = 67.25%
B = 22.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#1EC140 (or 0x1EC140) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 40. RGB value is (30,193,64). Sum of RGB (Red+Green+Blue) = 30+193+64=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC140 is #E13EBF. Grayscale: #818181. Windows color (decimal): -14761664 or 4243742. OLE color: 4243742.

HSL color Cylindrical-coordinate representation of color #1EC140: hue angle of 132.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC140 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 64 -
CMYK 0.84 0 0.67 0.24
HSL 132.52º 0.73% 0.44% -
HSV(B) 132.52º 0.84% 0.76% -
XYZ 20.53 38.79 11.25 -
YUV 129.56 91 56.99 -
System Red Green Blue C M Y K H S L
Decimal 30 193 64 0.84 0 0.67 0.24 132.52 0.73 0.44
Hex 1E C1 40 54 0 43 18 85 49 2C
Octal 36 301 100 124 0 103 30 205 111 54
Binary 11110 11000001 1000000 1010100 0 1000011 11000 10000101 1001001 101100

Color Harmonies of #1EC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC140

Black with #1EC140

Text Example


Text Example

White with #1EC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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