#1EC610

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

Shades of Lime Green #1EC610

Tints of Lime Green #1EC610

Color information

#1EC610 (or 0x1EC610) is unknown color: approx Lime Green. HEX triplet: 1E, C6 and 10. RGB value is (30,198,16). Sum of RGB (Red+Green+Blue) = 30+198+16=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC610 is #E139EF. Grayscale: #7F7F7F. Windows color (decimal): -14760432 or 1099294. OLE color: 1099294.

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

Color convert

RGB3019816-
CMYK0.8500.920.22
HSL115.38º85.05%41.96%-
HSV(B)115.38º91.92%77.65%-
XYZ20.8240.77.25-
YUV127.0265.3458.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 198 (77.73% from 255) = 81.15%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=12.30%
G=81.15%
B=6.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30198160.8500.920.22115.3885.0541.96
Hex1EC6105505C1673552a
Octal363062012501342616312552
Binary1111011000110100001010101010111001011011100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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