#1EC10D

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

Shades of Lime Green #1EC10D

Tints of Lime Green #1EC10D

Color information

#1EC10D (or 0x1EC10D) is unknown color: approx Lime Green. HEX triplet: 1E, C1 and 0D. RGB value is (30,193,13). Sum of RGB (Red+Green+Blue) = 30+193+13=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC10D is #E13EF2. Grayscale: #7C7C7C. Windows color (decimal): -14761715 or 901406. OLE color: 901406.

HSL color Cylindrical-coordinate representation of color #1EC10D: hue angle of 114.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EC10D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB3019313-
CMYK0.8400.930.24
HSL114.33º87.38%40.39%-
HSV(B)114.33º93.26%75.69%-
XYZ19.6838.456.76-
YUV123.7465.561.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 193 (75.78% from 255) = 81.78%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=12.71%
G=81.78%
B=5.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30193130.8400.930.24114.3387.3840.39
Hex1EC1D5405D18725728
Octal363011512401353016212750
Binary111101100000111011010100010111011100011100101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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