#1ec126

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

Shades of Lime Green #1EC126

Tints of Lime Green #1EC126

Color information

#1EC126 (or 0x1EC126) is unknown color: approx Lime Green. HEX triplet: 1E, C1 and 26. RGB value is (30,193,38). Sum of RGB (Red+Green+Blue) = 30+193+38=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC126 is #E13ED9. Grayscale: #7F7F7F. Windows color (decimal): -14761690 or 2539806. OLE color: 2539806.

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

Color convert

RGB3019338-
CMYK0.8400.800.24
HSL122.94º73.09%43.73%-
HSV(B)122.94º84.46%75.69%-
XYZ19.9638.568.22-
YUV126.597859.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.49%
GREEN value IS 193 (75.78% from 255) = 73.95%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=11.49%
G=73.95%
B=14.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30193380.8400.800.24122.9473.0943.73
Hex1EC12654050187b492c
Octal363014612401203017311154
Binary11110110000011001101010100010100001100011110111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ec126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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