#1EBC3C

Color #1EBC3C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1EBC3C

Tints of Dark Pastel Green #1EBC3C

Color information

#1EBC3C (or 0x1EBC3C) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BC and 3C. RGB value is (30,188,60). Sum of RGB (Red+Green+Blue) = 30+188+60=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBC3C is #E143C3. Grayscale: #7E7E7E. Windows color (decimal): -14762948 or 3980318. OLE color: 3980318.

HSL color Cylindrical-coordinate representation of color #1EBC3C: hue angle of 131.39º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC3C is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB3018860-
CMYK0.8400.680.26
HSL131.39º72.48%42.75%-
HSV(B)131.39º84.04%73.73%-
XYZ19.3336.5710.31-
YUV126.1790.6559.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.79%
GREEN value IS 188 (73.83% from 255) = 67.63%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=10.79%
G=67.63%
B=21.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30188600.8400.680.26131.3972.4842.75
Hex1EBC3C540441A83482b
Octal362747412401043220311053
Binary111101011110011110010101000100010011010100000111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,188,60); }

 H1.HeaderClassName
 {
   color: #1EBC3C;
 }
 .AnyTagClassName
 {
   color: #1EBC3C;
 }
</style>
background-color css

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

 a { background-color: rgb(30,188,60); }

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

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

 span { border-color: rgb(30,188,60); }

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