#1EC43A

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

Shades of Lime Green #1EC43A

Tints of Lime Green #1EC43A

Color information

#1EC43A (or 0x1EC43A) is unknown color: approx Lime Green. HEX triplet: 1E, C4 and 3A. RGB value is (30,196,58). Sum of RGB (Red+Green+Blue) = 30+196+58=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC43A is #E13BC5. Grayscale: #838383. Windows color (decimal): -14760902 or 3851294. OLE color: 3851294.

HSL color Cylindrical-coordinate representation of color #1EC43A: hue angle of 130.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC43A is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB3019658-
CMYK0.8500.700.23
HSL130.12º73.45%44.31%-
HSV(B)130.12º84.69%76.86%-
XYZ21.0440.0610.63-
YUV130.638756.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 196 (76.95% from 255) = 69.01%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=10.56%
G=69.01%
B=20.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30196580.8500.700.23130.1273.4544.31
Hex1EC43A550461782492c
Octal363047212501062720211154
Binary111101100010011101010101010100011010111100000101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,196,58); }

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

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

 a { background-color: rgb(30,196,58); }

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

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

 span { border-color: rgb(30,196,58); }

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