Html Css Color HEX #1EC13B Dark Pastel Green

📋 copy color: '#1EC13B'

red 30 ◦ green 193 ◦ blue 59

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

Shades of Dark Pastel Green #1EC13B

Tints of Dark Pastel Green #1EC13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 10.64%
G = 68.44%
B = 20.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#1EC13B (or 0x1EC13B) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 3B. RGB value is (30,193,59). Sum of RGB (Red+Green+Blue) = 30+193+59=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC13B is #E13EC4. Grayscale: #818181. Windows color (decimal): -14761669 or 3916062. OLE color: 3916062.

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

Color convert

RGB 30 193 59 -
CMYK 0.84 0 0.69 0.24
HSL 130.67º 0.73% 0.44% -
HSV(B) 130.67º 0.84% 0.76% -
XYZ 20.39 38.73 10.54 -
YUV 128.99 88.5 57.4 -
System Red Green Blue C M Y K H S L
Decimal 30 193 59 0.84 0 0.69 0.24 130.67 0.73 0.44
Hex 1E C1 3B 54 0 45 18 83 49 2C
Octal 36 301 73 124 0 105 30 203 111 54
Binary 11110 11000001 111011 1010100 0 1000101 11000 10000011 1001001 101100

Color Harmonies of #1EC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC13B

Black with #1EC13B

Text Example


Text Example

White with #1EC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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