Html Css Color HEX #1EC13F Dark Pastel Green

📋 copy color: '#1EC13F'

red 30 ◦ green 193 ◦ blue 63

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

Shades of Dark Pastel Green #1EC13F

Tints of Dark Pastel Green #1EC13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.03%

R = 10.49%
G = 67.48%
B = 22.03%

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

#1EC13F (or 0x1EC13F) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 3F. RGB value is (30,193,63). Sum of RGB (Red+Green+Blue) = 30+193+63=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC13F is #E13EC0. Grayscale: #818181. Windows color (decimal): -14761665 or 4178206. OLE color: 4178206.

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

Color convert

RGB 30 193 63 -
CMYK 0.84 0 0.67 0.24
HSL 132.15º 0.73% 0.44% -
HSV(B) 132.15º 0.84% 0.76% -
XYZ 20.5 38.77 11.11 -
YUV 129.44 90.5 57.07 -
System Red Green Blue C M Y K H S L
Decimal 30 193 63 0.84 0 0.67 0.24 132.15 0.73 0.44
Hex 1E C1 3F 54 0 43 18 84 49 2C
Octal 36 301 77 124 0 103 30 204 111 54
Binary 11110 11000001 111111 1010100 0 1000011 11000 10000100 1001001 101100

Color Harmonies of #1EC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC13F

Black with #1EC13F

Text Example


Text Example

White with #1EC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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