#1EC04B

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

Shades of Dark Pastel Green #1EC04B

Tints of Dark Pastel Green #1EC04B

Color information

#1EC04B (or 0x1EC04B) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, C0 and 4B. RGB value is (30,192,75). Sum of RGB (Red+Green+Blue) = 30+192+75=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC04B is #E13FB4. Grayscale: #828282. Windows color (decimal): -14761909 or 4964382. OLE color: 4964382.

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

Color convert

RGB3019275-
CMYK0.8400.610.25
HSL136.67º72.97%43.53%-
HSV(B)136.67º84.38%75.29%-
XYZ20.6638.4813-
YUV130.2296.8356.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.10%
GREEN value IS 192 (75.39% from 255) = 64.65%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=10.10%
G=64.65%
B=25.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30192750.8400.610.25136.6772.9743.53
Hex1EC04B5403D1989492c
Octal363001131240753121111154
Binary111101100000010010111010100011110111001100010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,192,75); }

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

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

 a { background-color: rgb(30,192,75); }

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

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

 span { border-color: rgb(30,192,75); }

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