Html Css Color HEX #1EC13D Dark Pastel Green

📋 copy color: '#1EC13D'

red 30 ◦ green 193 ◦ blue 61

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

Shades of Dark Pastel Green #1EC13D

Tints of Dark Pastel Green #1EC13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 10.56%
G = 67.96%
B = 21.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#1EC13D (or 0x1EC13D) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 3D. RGB value is (30,193,61). Sum of RGB (Red+Green+Blue) = 30+193+61=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC13D is #E13EC2. Grayscale: #818181. Windows color (decimal): -14761667 or 4047134. OLE color: 4047134.

HSL color Cylindrical-coordinate representation of color #1EC13D: hue angle of 131.41º 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 #1EC13D is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 61 -
CMYK 0.84 0 0.68 0.24
HSL 131.41º 0.73% 0.44% -
HSV(B) 131.41º 0.84% 0.76% -
XYZ 20.45 38.75 10.82 -
YUV 129.22 89.5 57.23 -
System Red Green Blue C M Y K H S L
Decimal 30 193 61 0.84 0 0.68 0.24 131.41 0.73 0.44
Hex 1E C1 3D 54 0 44 18 83 49 2C
Octal 36 301 75 124 0 104 30 203 111 54
Binary 11110 11000001 111101 1010100 0 1000100 11000 10000011 1001001 101100

Color Harmonies of #1EC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC13D

Black with #1EC13D

Text Example


Text Example

White with #1EC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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