#1EC120

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

Shades of Lime Green #1EC120

Tints of Lime Green #1EC120

Color information

#1EC120 (or 0x1EC120) is unknown color: approx Lime Green. HEX triplet: 1E, C1 and 20. RGB value is (30,193,32). Sum of RGB (Red+Green+Blue) = 30+193+32=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC120 is #E13EDF. Grayscale: #7E7E7E. Windows color (decimal): -14761696 or 2146590. OLE color: 2146590.

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

Color convert

RGB3019332-
CMYK0.8400.830.24
HSL120.74º73.09%43.73%-
HSV(B)120.74º84.46%75.69%-
XYZ19.8738.527.75-
YUV125.917559.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 193 (75.78% from 255) = 75.69%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=11.76%
G=75.69%
B=12.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30193320.8400.830.24120.7473.0943.73
Hex1EC120540531879492c
Octal363014012401233017111154
Binary11110110000011000001010100010100111100011110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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