#1ECA10

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

Shades of Lime Green #1ECA10

Tints of Lime Green #1ECA10

Color information

#1ECA10 (or 0x1ECA10) is unknown color: approx Lime Green. HEX triplet: 1E, CA and 10. RGB value is (30,202,16). Sum of RGB (Red+Green+Blue) = 30+202+16=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA10 is #E135EF. Grayscale: #818181. Windows color (decimal): -14759408 or 1100318. OLE color: 1100318.

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

Color convert

RGB3020216-
CMYK0.8500.920.21
HSL115.48º85.32%42.75%-
HSV(B)115.48º92.08%79.22%-
XYZ21.7542.557.56-
YUV129.3764.0257.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.10%
GREEN value IS 202 (79.30% from 255) = 81.45%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=12.10%
G=81.45%
B=6.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30202160.8500.920.21115.4885.3242.75
Hex1ECA105505C1573552b
Octal363122012501342516312553
Binary1111011001010100001010101010111001010111100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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