#1ECA1A

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

Shades of Lime Green #1ECA1A

Tints of Lime Green #1ECA1A

Color information

#1ECA1A (or 0x1ECA1A) is unknown color: approx Lime Green. HEX triplet: 1E, CA and 1A. RGB value is (30,202,26). Sum of RGB (Red+Green+Blue) = 30+202+26=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 202 (79.30% from 255 or 78.29% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECA1A is #E135E5. Grayscale: #838383. Windows color (decimal): -14759398 or 1755678. OLE color: 1755678.

HSL color Cylindrical-coordinate representation of color #1ECA1A: hue angle of 118.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECA1A is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB3020226-
CMYK0.8500.870.21
HSL118.64º77.19%44.71%-
HSV(B)118.64º87.13%79.22%-
XYZ21.8442.598.05-
YUV130.5169.0256.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.63%
GREEN value IS 202 (79.30% from 255) = 78.29%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=11.63%
G=78.29%
B=10.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30202260.8500.870.21118.6477.1944.71
Hex1ECA1A5505715774d2d
Octal363123212501272516711555
Binary1111011001010110101010101010101111010111101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,202,26); }

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

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

 a { background-color: rgb(30,202,26); }

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

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

 span { border-color: rgb(30,202,26); }

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